On 8/27/2016 4:48 PM, Xiao Wang wrote: > Make sure ixgbe_device_supports_autoneg_fc() returns true for the device > IDs of Seabrook and Shady Acres.
Is these IDs official public ones? > > Signed-off-by: Xiao Wang <xiao.w.wang at intel.com> > --- > drivers/net/ixgbe/base/ixgbe_common.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/net/ixgbe/base/ixgbe_common.c > b/drivers/net/ixgbe/base/ixgbe_common.c > index bc12bc1..9776ab9 100644 > --- a/drivers/net/ixgbe/base/ixgbe_common.c > +++ b/drivers/net/ixgbe/base/ixgbe_common.c > @@ -189,6 +189,8 @@ bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw) > case IXGBE_DEV_ID_X550T1: > case IXGBE_DEV_ID_X550EM_X_10G_T: > case IXGBE_DEV_ID_X550EM_A_10G_T: > + case IXGBE_DEV_ID_X550EM_A_1G_T: > + case IXGBE_DEV_ID_X550EM_A_1G_T_L: > supported = true; > break; > default: >

