app/testpmd: revert setting default RSS
authorOphir Munk <ophirmu@mellanox.com>
Fri, 9 Nov 2018 09:38:10 +0000 (09:38 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 13 Nov 2018 23:35:53 +0000 (00:35 +0100)
commitf3698c3d09a69ea398a1c5c3c01083a84ee173b0
treef468c0943790feb6e372f6040af3d224afd784c0
parent2b5651c026d8d1a687a8f7a210b1b8f13f906911
app/testpmd: revert setting default RSS

This reverts the patch that enables default RSS action by setting
key=NULL and key_len=0.
In current testpmd implementation a key pointer must exist if
key_len!=0. For example, the following flow rule will cause a
segmentation fault:
flow create 0 <pattern> actions rss queues 0 1 end key_len 40 / end

Fixes: a4391f8bae85 ("app/testpmd: set default RSS key as null")
Cc: stable@dpdk.org
Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
app/test-pmd/cmdline_flow.c