ethdev: remove error return on RSS hash check
authorFerruh Yigit <ferruh.yigit@intel.com>
Tue, 1 May 2018 13:33:43 +0000 (14:33 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 1 May 2018 15:55:15 +0000 (17:55 +0200)
commitaf7551e2bfceef7ddeb7941b26b06a9b6d6dee5e
tree190261a580668bbae4156db65485f374ffa03f3d
parent816d967717446033d3a9735d60735fffef6d20d5
ethdev: remove error return on RSS hash check

Many sample applications fail because of
dev_info.flow_type_rss_offloads check in rte_eth_dev_configure()

The sample applications need to be fixed/updated before returning error
on rte_eth_dev_configure() and rte_eth_dev_rss_hash_update().

This patch keeps the error logs but removes returning errors.

Fixes: 8863a1fbfc66 ("ethdev: add supported hash function check")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_ethdev/rte_ethdev.c