Re: [dpdk-dev] [PATCH 1/2] net/bnxt: refactor multi queue Rx configuration

2021-05-02 Thread Ajit Khaparde
On Sun, Apr 25, 2021 at 11:09 PM Somnath Kotur wrote: > Eliminate separate codepath/handling for single queue > as the multiqueue code path takes care of it as well. > The only difference being the end_grp_id being 1 > now instead of 0 for single queue, but that does not matter > for single queue

[dpdk-dev] [PATCH 1/2] net/bnxt: refactor multi queue Rx configuration

2021-04-26 Thread Somnath Kotur
Eliminate separate codepath/handling for single queue as the multiqueue code path takes care of it as well. The only difference being the end_grp_id being 1 now instead of 0 for single queue, but that does not matter for single queue and does not alter any functionality. Fixes: 6133f207970c ("net/