ixgbe/base: add X550em autoneg flow control
[dpdk.git] / drivers / net / ixgbe / base / ixgbe_common.c
index 7a8eb6b..9e80722 100644 (file)
@@ -185,6 +185,7 @@ bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw)
                case IXGBE_DEV_ID_X540T:
                case IXGBE_DEV_ID_X540T1:
                case IXGBE_DEV_ID_X550T:
+               case IXGBE_DEV_ID_X550EM_X_10G_T:
                        supported = true;
                        break;
                default: