[dpdk-dev] [PATCH 29/39] net/ixgbe/base: report autoneg supported for X550

Ferruh Yigit ferruh.yigit at intel.com
Mon Sep 19 19:07:37 CEST 2016


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:
> 




More information about the dev mailing list