test/event: fix RSS config for eth Rx adapter
authorNikhil Rao <nikhil.rao@intel.com>
Mon, 24 Sep 2018 08:53:47 +0000 (14:23 +0530)
committerJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 1 Oct 2018 14:53:00 +0000 (16:53 +0200)
commit025825eab80319ceb1571fb1413075e5283095d2
tree6f3e1b8687a06b9a2231d60bc7193c95efd598e3
parent085edac2ca38105b629fed34fb82ad280eea129b
test/event: fix RSS config for eth Rx adapter

Remove RSS config as it is not required. The hardcoded RSS
configuration also generates an error on NICs that don't support
it.

Fixes: 8863a1fbfc66 ("ethdev: add supported hash function check")
Cc: stable@dpdk.org
Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
test/test/test_event_eth_rx_adapter.c