Skip to content

Commit

Permalink
ixgbe: Allow setting IVAR register for X550EM_a
Browse files Browse the repository at this point in the history
Fix interrupt mode initialization for X550EM_a revision

Signed-off-by: Vladimir Ratnikov <vratnikov@netgate.com>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
Vladimir Ratnikov authored and ovsrobot committed Jun 14, 2023
1 parent 050de60 commit 0fce143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ixgbe/ixgbe_ethdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0fce143

Please sign in to comment.