]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ethdev/rte_flow.h
test/telemetry: fix typo at beginning of line
[dpdk.git] / lib / librte_ethdev / rte_flow.h
index a8eac4deb8d5fd0d52982266695d07be416e4a26..8b970ba0b7a5d1ee4a63761ef8dcd2b0a6f839bb 100644 (file)
@@ -3487,6 +3487,14 @@ struct rte_flow_shared_action_conf {
        /**< Action valid for rules applied to ingress traffic. */
        uint32_t egress:1;
        /**< Action valid for rules applied to egress traffic. */
+
+       /**
+        * When set to 1, indicates that the action is valid for
+        * transfer traffic; otherwise, for non-transfer traffic.
+        *
+        * See struct rte_flow_attr.
+        */
+       uint32_t transfer:1;
 };
 
 /**