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
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
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
3 matches
Mail list logo