Re: [dpdk-dev] [PATCH v2] net/bnxt: fix rxq interrupt setting

2021-07-02 Thread Ajit Khaparde
On Thu, Jul 1, 2021 at 6:24 PM Ajit Khaparde wrote: > Don't set rxq interrupt config > Applications can set the rxq interrupt config to 1 or 0 as needed. > If an application is not interested in handling Rx interrupts and > prefers to poll Rx rings, there is no need for the PMD to set this > conf

[dpdk-dev] [PATCH v2] net/bnxt: fix rxq interrupt setting

2021-07-01 Thread Ajit Khaparde
Don't set rxq interrupt config Applications can set the rxq interrupt config to 1 or 0 as needed. If an application is not interested in handling Rx interrupts and prefers to poll Rx rings, there is no need for the PMD to set this config option to 1. Fixes: 1fe427fd08ee ("net/bnxt: support enable/