X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Fcmdline_flow.c;h=f48f4eb83f3ba6d57630908f1c9ad0c69e25bf8d;hb=8b79b0363032a09bc0b6878f6aaa011df73b91a3;hp=970bdef1da0b134f4386331c53f935f7ed08f44f;hpb=e56463ec47f0d253e4c20b9250ba883dc2ebca40;p=dpdk.git diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c index 970bdef1da..f48f4eb83f 100644 --- a/app/test-pmd/cmdline_flow.c +++ b/app/test-pmd/cmdline_flow.c @@ -318,7 +318,7 @@ enum index { (sizeof(struct rte_flow_item_raw) + ITEM_RAW_PATTERN_SIZE) /** Maximum number of queue indices in struct rte_flow_action_rss. */ -#define ACTION_RSS_QUEUE_NUM 32 +#define ACTION_RSS_QUEUE_NUM 128 /** Storage for struct rte_flow_action_rss including external data. */ struct action_rss_data {