Re: [PATCH] net/ixgbe: fix queue interrupt for E610

2024-11-08 Thread Bruce Richardson
On Fri, Nov 08, 2024 at 10:28:40AM +, Bruce Richardson wrote: > On Wed, Nov 06, 2024 at 04:53:39PM +0800, Yuan Wang wrote: > > Interrupt mode is not working on E610 device because > > this device doesn't enable the queue interrupt mapping, > > this patch fixed the issue. > > > > Fixes: 3166377

Re: [PATCH] net/ixgbe: fix queue interrupt for E610

2024-11-08 Thread Bruce Richardson
On Wed, Nov 06, 2024 at 04:53:39PM +0800, Yuan Wang wrote: > Interrupt mode is not working on E610 device because > this device doesn't enable the queue interrupt mapping, > this patch fixed the issue. > > Fixes: 316637762a5f ("net/ixgbe/base: enable E610 device") > Cc: sta...@dpdk.org > > Signed

[PATCH] net/ixgbe: fix queue interrupt for E610

2024-11-06 Thread Yuan Wang
Interrupt mode is not working on E610 device because this device doesn't enable the queue interrupt mapping, this patch fixed the issue. Fixes: 316637762a5f ("net/ixgbe/base: enable E610 device") Cc: sta...@dpdk.org Signed-off-by: Yuan Wang --- drivers/net/ixgbe/ixgbe_ethdev.c | 4 +++- 1 file