Re: [PATCH] bnxt: fix unwanted interrupt config on link state change

2023-02-08 Thread Ajit Khaparde
On Mon, Feb 6, 2023 at 9:44 PM Somnath Kotur wrote: > > On Mon, Feb 6, 2023 at 10:44 PM wrote: > > > > From: Edwin Brossette > > > > When getting the device's info via bnxt_dev_info_get_op(), the device > > enables interrupts on link state changes because of the following line: > > > > > eth_d

Re: [PATCH] bnxt: fix unwanted interrupt config on link state change

2023-02-06 Thread Somnath Kotur
On Mon, Feb 6, 2023 at 10:44 PM wrote: > > From: Edwin Brossette > > When getting the device's info via bnxt_dev_info_get_op(), the device > enables interrupts on link state changes because of the following line: > > > eth_dev->data->dev_conf.intr_conf.lsc = 1; > > Enabling this mode might not

[PATCH] bnxt: fix unwanted interrupt config on link state change

2023-02-06 Thread edwin . brossette
From: Edwin Brossette When getting the device's info via bnxt_dev_info_get_op(), the device enables interrupts on link state changes because of the following line: > eth_dev->data->dev_conf.intr_conf.lsc = 1; Enabling this mode might not be wanted by the user. The flag RTE_ETH_DEV_INTR_LSC c