DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] ixgbe: Allow setting IVAR register for X550EM_a
@ 2023-06-14 13:26 Vladimir Ratnikov
  2023-06-19  1:08 ` Zhang, Qi Z
  0 siblings, 1 reply; 4+ messages in thread
From: Vladimir Ratnikov @ 2023-06-14 13:26 UTC (permalink / raw)
  To: qiming.yang, wenjun1.wu; +Cc: dev, Vladimir Ratnikov

Fix interrupt mode initialization for X550EM_a revision

Signed-off-by: Vladimir Ratnikov <vratnikov@netgate.com>
---
 drivers/net/ixgbe/ixgbe_ethdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c
index 43aea2e16f..d44ef37a7a 100644
--- a/drivers/net/ixgbe/ixgbe_ethdev.c
+++ b/drivers/net/ixgbe/ixgbe_ethdev.c
@@ -5952,6 +5952,7 @@ ixgbe_set_ivar_map(struct ixgbe_hw *hw, int8_t direction,
 	} else if ((hw->mac.type == ixgbe_mac_82599EB) ||
 			(hw->mac.type == ixgbe_mac_X540) ||
 			(hw->mac.type == ixgbe_mac_X550) ||
+			(hw->mac.type == ixgbe_mac_X550EM_a) ||
 			(hw->mac.type == ixgbe_mac_X550EM_x)) {
 		if (direction == -1) {
 			/* other causes */
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-21  1:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14 13:26 [PATCH] ixgbe: Allow setting IVAR register for X550EM_a Vladimir Ratnikov
2023-06-19  1:08 ` Zhang, Qi Z
2023-06-19  9:44   ` Joyce Kong
2023-06-21  1:00     ` Zhang, Qi Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).