Re: [dpdk-dev] [PATCH v2 1/2] net/virtio: reconfigure LSC handler when required

2021-09-14 Thread Maxime Coquelin
On 8/31/21 5:54 PM, David Marchand wrote: > There is no reason to re-register a interrupt handler for LSC if this > feature was not requested in the first place. > A simple usecase is when asking for Rx interrupts without LSC interrupt. > > Fixes: 26b683b4f7d0 ("net/virtio: setup Rx queue inter

[dpdk-dev] [PATCH v2 1/2] net/virtio: reconfigure LSC handler when required

2021-08-31 Thread David Marchand
There is no reason to re-register a interrupt handler for LSC if this feature was not requested in the first place. A simple usecase is when asking for Rx interrupts without LSC interrupt. Fixes: 26b683b4f7d0 ("net/virtio: setup Rx queue interrupts") Cc: sta...@dpdk.org Signed-off-by: David March