]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/uapi/linux/openvswitch.h
drm/nouveau: map pages using DMA API
[karo-tx-linux.git] / include / uapi / linux / openvswitch.h
index 970553cbbc8e9d69dca1167aedfbfee20947e257..0b979ee4bfc0dea7e7d3f2f743708c997b2138cb 100644 (file)
@@ -395,7 +395,9 @@ struct ovs_key_nd {
  * @OVS_FLOW_ATTR_ACTIONS: Nested %OVS_ACTION_ATTR_* attributes specifying
  * the actions to take for packets that match the key.  Always present in
  * notifications.  Required for %OVS_FLOW_CMD_NEW requests, optional for
- * %OVS_FLOW_CMD_SET requests.
+ * %OVS_FLOW_CMD_SET requests.  An %OVS_FLOW_CMD_SET without
+ * %OVS_FLOW_ATTR_ACTIONS will not modify the actions.  To clear the actions,
+ * an %OVS_FLOW_ATTR_ACTIONS without any nested attributes must be given.
  * @OVS_FLOW_ATTR_STATS: &struct ovs_flow_stats giving statistics for this
  * flow.  Present in notifications if the stats would be nonzero.  Ignored in
  * requests.