Hello all, We have several platforms based on Intel's C3000 series of SoCs that have integrated ixgbe devices (X550EM) operating in the "Native SFI" mode (the 0x15c4 device ID).
This set of patches address issues with detection and hotplug of SPFs. This is the first of a series of patches to refactor the initial work that Stephen Douthit submitted last year, splitting the issues into separate logical series. --- v3: * Moved code back out of base. Jeff Daly (2): net/ixgbe: Limit SDP3 check of TX_DISABLE to appropriate devices net/ixgbe: Fix SFP detection and linking on hotplug Stephen Douthit (1): net/ixgbe: Fix ixgbe_is_sfp() to return valid result for X550EM_a devs drivers/net/ixgbe/ixgbe_ethdev.c | 704 +++++++++++++++++++++---------- drivers/net/ixgbe/ixgbe_ethdev.h | 14 +- 2 files changed, 502 insertions(+), 216 deletions(-) -- 2.25.1