Re: [dpdk-dev] [PATCH 2/2] net/mlx5: fix RSS key len query

2018-03-26 Thread NĂ©lio Laranjeiro
On Mon, Mar 26, 2018 at 01:12:19PM +0300, Shahaf Shuler wrote: > The RSS key length returned by rte_eth_dev_info_get command was taken > from the > PMD private structure. This structure initialization was done only after > the port configuration. > > Considering Mellanox device supports only 40B l

[dpdk-dev] [PATCH 2/2] net/mlx5: fix RSS key len query

2018-03-26 Thread Shahaf Shuler
The RSS key length returned by rte_eth_dev_info_get command was taken from the PMD private structure. This structure initialization was done only after the port configuration. Considering Mellanox device supports only 40B long RSS key, reporting the fixed number instead. Fixes: 29c1d8bb3e79 ("net