Re: [dpdk-dev] [PATCH] net/bnxt: set rxq interrupt config to 0

2021-07-01 Thread Ajit Khaparde
On Thu, Jul 1, 2021 at 12:44 PM David Marchand wrote: > On Thu, Jul 1, 2021 at 8:13 PM Ajit Khaparde > wrote: > > > > Set rxq interrupt config to 0 instead of 1. > > Applications can set the rxq interrupt config to 1 or 0 as needed. > > If an application is not interested in handling Rx interrup

[dpdk-dev] [PATCH] net/bnxt: set rxq interrupt config to 0

2021-07-01 Thread Ajit Khaparde
Set rxq interrupt config to 0 instead of 1. 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. Signed-off-by: Ajit Khaparde Revi

Re: [dpdk-dev] [PATCH] net/bnxt: set rxq interrupt config to 0

2021-07-01 Thread David Marchand
On Thu, Jul 1, 2021 at 8:13 PM Ajit Khaparde wrote: > > Set rxq interrupt config to 0 instead of 1. > 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 s