X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-flow-perf%2Fconfig.h;h=4249b6175b8293a43ebfd0fc3a38f93614b82d6c;hb=295968d1740760337e16b0d7914875c5cac52850;hp=a14d4e05e1856080a3d3ef022343bc5dbd2cc3f3;hpb=a136b08c104afdb627b19347f15562e341ee7a1f;p=dpdk.git diff --git a/app/test-flow-perf/config.h b/app/test-flow-perf/config.h index a14d4e05e1..4249b6175b 100644 --- a/app/test-flow-perf/config.h +++ b/app/test-flow-perf/config.h @@ -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