]> git.droids-corp.org - dpdk.git/blobdiff - app/test-flow-perf/config.h
ethdev: add namespace
[dpdk.git] / app / test-flow-perf / config.h
index a14d4e05e1856080a3d3ef022343bc5dbd2cc3f3..4249b6175b8293a43ebfd0fc3a38f93614b82d6c 100644 (file)
@@ -5,7 +5,7 @@
 #define FLOW_ITEM_MASK(_x) (UINT64_C(1) << _x)
 #define FLOW_ACTION_MASK(_x) (UINT64_C(1) << _x)
 #define FLOW_ATTR_MASK(_x) (UINT64_C(1) << _x)
-#define GET_RSS_HF() (ETH_RSS_IP)
+#define GET_RSS_HF() (RTE_ETH_RSS_IP)
 
 /* Configuration */
 #define RXQ_NUM 4