[dpdk-dev] [PATCH] ethdev: fix applications failure on configure

Thomas Monjalon thomas at monjalon.net
Tue May 1 17:59:33 CEST 2018


01/05/2018 17:30, Thomas Monjalon:
> 01/05/2018 15:33, Ferruh Yigit:
> > 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()
> > 
> > This patch keeps the error log but removes returning error.
> > 
> > Fixes: 8863a1fbfc66 ("ethdev: add supported hash function check")
> > Cc: xuemingl at mellanox.com
> > 
> > Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> 
> Applied, thanks

I've also removed the error return for rte_eth_dev_rss_hash_update
which was introduced by the same above patch.

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>




More information about the dev mailing list