diff options
Diffstat (limited to 'net/openvswitch/datapath.h')
-rw-r--r-- | net/openvswitch/datapath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index 031dfbf37c93..9125ad5c5aeb 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h | |||
@@ -119,7 +119,7 @@ struct ovs_skb_cb { | |||
119 | * struct dp_upcall - metadata to include with a packet to send to userspace | 119 | * struct dp_upcall - metadata to include with a packet to send to userspace |
120 | * @cmd: One of %OVS_PACKET_CMD_*. | 120 | * @cmd: One of %OVS_PACKET_CMD_*. |
121 | * @key: Becomes %OVS_PACKET_ATTR_KEY. Must be nonnull. | 121 | * @key: Becomes %OVS_PACKET_ATTR_KEY. Must be nonnull. |
122 | * @userdata: If nonnull, its u64 value is extracted and passed to userspace as | 122 | * @userdata: If nonnull, its variable-length value is passed to userspace as |
123 | * %OVS_PACKET_ATTR_USERDATA. | 123 | * %OVS_PACKET_ATTR_USERDATA. |
124 | * @pid: Netlink PID to which packet should be sent. If @pid is 0 then no | 124 | * @pid: Netlink PID to which packet should be sent. If @pid is 0 then no |
125 | * packet is sent and the packet is accounted in the datapath's @n_lost | 125 | * packet is sent and the packet is accounted in the datapath's @n_lost |