linux/drivers/net/ethernet/wangxun/txgbe
Jiawen Wu e37546ad1f net: wangxun: revert the adjustment of the IRQ vector sequence
Due to hardware limitations of NGBE, queue IRQs can only be requested
on vector 0 to 7. When the number of queues is set to the maximum 8,
the PCI IRQ vectors are allocated from 0 to 8. The vector 0 is used by
MISC interrupt, and althrough the vector 8 is used by queue interrupt,
it is unable to receive packets. This will cause some packets to be
dropped when RSS is enabled and they are assigned to queue 8.

So revert the adjustment of the MISC IRQ location, to make it be the
last one in IRQ vectors.

Fixes: 937d46ecc5 ("net: wangxun: add ethtool_ops for channel number")
Cc: stable@vger.kernel.org
Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Reviewed-by: Larysa Zaremba <larysa.zaremba@intel.com>
Link: https://patch.msgid.link/20250701063030.59340-3-jiawenwu@trustnetic.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2025-07-03 11:51:40 +02:00
..
Makefile net: txgbe: Implement PHYLINK for AML 25G/10G devices 2025-05-26 17:25:42 +02:00
txgbe_aml.c net: txgbe: fix the issue of TX failure 2025-06-30 18:15:53 -07:00
txgbe_aml.h net: txgbe: Restrict the use of mismatched FW versions 2025-05-26 17:25:42 +02:00
txgbe_ethtool.c net: txgbe: Support the FDIR rules assigned to VFs 2025-05-27 18:17:11 -07:00
txgbe_ethtool.h net: txgbe: Correct the currect link settings 2025-05-26 17:25:42 +02:00
txgbe_fdir.c net: txgbe: Support the FDIR rules assigned to VFs 2025-05-27 18:17:11 -07:00
txgbe_fdir.h
txgbe_hw.c net: txgbe: Remove specified SP type 2025-05-26 17:25:41 +02:00
txgbe_hw.h
txgbe_irq.c net: wangxun: revert the adjustment of the IRQ vector sequence 2025-07-03 11:51:40 +02:00
txgbe_irq.h
txgbe_main.c net: txgbe: request MISC IRQ in ndo_open 2025-07-03 11:51:39 +02:00
txgbe_phy.c net: txgbe: Implement PHYLINK for AML 25G/10G devices 2025-05-26 17:25:42 +02:00
txgbe_phy.h net: wangxun: Correct clerical errors in comments 2025-05-14 09:47:33 +01:00
txgbe_type.h net: wangxun: revert the adjustment of the IRQ vector sequence 2025-07-03 11:51:40 +02:00