Commit e4252cb6 authored by Mark Gray's avatar Mark Gray Committed by David S. Miller

openvswitch: update kdoc OVS_DP_ATTR_PER_CPU_PIDS

Signed-off-by: default avatarMark Gray <mark.d.gray@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f9b282b3
...@@ -70,7 +70,7 @@ enum ovs_datapath_cmd { ...@@ -70,7 +70,7 @@ enum ovs_datapath_cmd {
* set on the datapath port (for OVS_ACTION_ATTR_MISS). Only valid on * set on the datapath port (for OVS_ACTION_ATTR_MISS). Only valid on
* %OVS_DP_CMD_NEW requests. A value of zero indicates that upcalls should * %OVS_DP_CMD_NEW requests. A value of zero indicates that upcalls should
* not be sent. * not be sent.
* OVS_DP_ATTR_PER_CPU_PIDS: Per-cpu array of PIDs for upcalls when * @OVS_DP_ATTR_PER_CPU_PIDS: Per-cpu array of PIDs for upcalls when
* OVS_DP_F_DISPATCH_UPCALL_PER_CPU feature is set. * OVS_DP_F_DISPATCH_UPCALL_PER_CPU feature is set.
* @OVS_DP_ATTR_STATS: Statistics about packets that have passed through the * @OVS_DP_ATTR_STATS: Statistics about packets that have passed through the
* datapath. Always present in notifications. * datapath. Always present in notifications.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment