Re: [dpdk-dev] [PATCH] net/bnxt: donot set hash type unnecessarily

2017-10-30 Thread Ferruh Yigit
On 10/26/2017 7:30 PM, Ajit Khaparde wrote: > We are wrongly "OR-ing" the vnic->hash_type instead of assigning > the new hash type thereby wrongly configuring hash settings. > Fixing it. > > Fixes: fcc0aa1edc10 ("net/bnxt: add RSS hash configuration") > > Signed-off-by: Ajit Khaparde Applied to

[dpdk-dev] [PATCH] net/bnxt: donot set hash type unnecessarily

2017-10-26 Thread Ajit Khaparde
We are wrongly "OR-ing" the vnic->hash_type instead of assigning the new hash type thereby wrongly configuring hash settings. Fixing it. Fixes: fcc0aa1edc10 ("net/bnxt: add RSS hash configuration") Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_rxq.c | 2 +- 1 file changed, 1 insertion(