Re: [dpdk-dev] [PATCH] net/bnxt: fix logic error when freeing RSS context

2019-07-16 Thread Ferruh Yigit
On 7/10/2019 3:24 PM, Lance Richardson wrote: > The conditional used to determine whether freeing RSS > contexts for thor vs. non-thor controller was reversed. > Fix this, also reset number of active RSS contexts to > zero after release in the thor case. > > Fixes: 38412304b50a ("net/bnxt: enable

[dpdk-dev] [PATCH] net/bnxt: fix logic error when freeing RSS context

2019-07-10 Thread Lance Richardson
The conditional used to determine whether freeing RSS contexts for thor vs. non-thor controller was reversed. Fix this, also reset number of active RSS contexts to zero after release in the thor case. Fixes: 38412304b50a ("net/bnxt: enable RSS for thor-based controllers") Signed-off-by: Lance Rich