]> git.droids-corp.org - dpdk.git/commit
net/ixgbe: fix FSP check for X550EM devices
authorStephen Douthit <stephend@silicom-usa.com>
Mon, 28 Feb 2022 15:29:35 +0000 (10:29 -0500)
committerQi Zhang <qi.z.zhang@intel.com>
Tue, 1 Mar 2022 19:19:57 +0000 (20:19 +0100)
commit05271b99a93ae306fe4abe09fa561f0220469724
tree33b40fb5c3708c34dc27939b413693aa2fbad7a6
parentd6a9f8fb26b8d6adaac20d6a303faa5c5ba4d5bc
net/ixgbe: fix FSP check for X550EM devices

Currently all X500EM* MAC types fall through to the default case and get
reported as non-SFP regardless of media type, which isn't correct.

Fixes: 0790adeb5675 ("ixgbe/base: support X550em_a device")
Cc: stable@dpdk.org
Signed-off-by: Stephen Douthit <stephend@silicom-usa.com>
Signed-off-by: Jeff Daly <jeffd@silicom-usa.com>
Acked-by: Haiyue Wang <haiyue.wang@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c