]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/octeontx2/otx2_flow.h
net/octeontx2: support PF and VF action
[dpdk.git] / drivers / net / octeontx2 / otx2_flow.h
index f5cc3b98365e6087b453373e39efb8a36f618cb0..a27ceeb1a56c231c212bb6b691ff131557d05de7 100644 (file)
@@ -52,6 +52,8 @@ enum {
 #define OTX2_FLOW_ACT_DUP     (1 << 5)
 #define OTX2_FLOW_ACT_SEC     (1 << 6)
 #define OTX2_FLOW_ACT_COUNT   (1 << 7)
+#define OTX2_FLOW_ACT_PF      (1 << 8)
+#define OTX2_FLOW_ACT_VF      (1 << 9)
 
 /* terminating actions */
 #define OTX2_FLOW_ACT_TERM    (OTX2_FLOW_ACT_DROP  | \