[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241021144027.5369-1-piotr.kwapulinski@intel.com>
Date: Mon, 21 Oct 2024 16:40:27 +0200
From: Piotr Kwapulinski <piotr.kwapulinski@...el.com>
To: intel-wired-lan@...ts.osuosl.org
Cc: netdev@...r.kernel.org,
Piotr Kwapulinski <piotr.kwapulinski@...el.com>
Subject: [PATCH iwl-next v2 0/2] ixgbevf: Add support for Intel(R) E610 device
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
Powered by blists - more mailing lists