net/igc: fix speed configuration
authorAlvin Zhang <alvinx.zhang@intel.com>
Wed, 12 May 2021 08:28:26 +0000 (16:28 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Wed, 12 May 2021 12:21:27 +0000 (14:21 +0200)
commita4d5f9f9c21ba8e28de82b5107ed1b5166cefe83
tree5d354dbd1c41fe4e4de796e9032ee8bb95243e33
parent7594f2dac4489cde35f7088a46b8133fd4738a4a
net/igc: fix speed configuration

Fixed speed mode is not supported currently, this patch
removes configurations for this mode and adds fault handling
for ETH_LINK_SPEED_FIXED.

Fixes: 4f09bc55ac3d ("net/igc: implement device base operations")
Cc: stable@dpdk.org
Signed-off-by: Alvin Zhang <alvinx.zhang@intel.com>
Acked-by: Junfeng Guo <junfeng.guo@intel.com>
drivers/net/igc/igc_ethdev.c