Add support for Intel(R) E610 Series of network devices. The E610 is
based on X550 but adds firmware managed link, enhanced security
capabilities and support for updated server manageability.
Piotr Kwapulinski (2):
PCI: Add PCI_VDEVICE_SUB helper macro
ixgbevf: Add support for Intel(R) E610 device
drivers/net/ethernet/intel/ixgbevf/defines.h | 5 ++++-
drivers/net/ethernet/intel/ixgbevf/ixgbevf.h | 6 +++++-
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 12 ++++++++++--
drivers/net/ethernet/intel/ixgbevf/vf.c | 12 +++++++++++-
drivers/net/ethernet/intel/ixgbevf/vf.h | 4 +++-
include/linux/pci.h | 14 ++++++++++++++
6 files changed, 47 insertions(+), 6 deletions(-)
--
v1 -> v2
allow specifying the subvendor ("Subsystem Vendor ID" in the spec) in
the PCI_VDEVICE_SUB macro
2.43.0