> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Larysa Zaremba > Sent: 17 November 2025 19:19 > To: [email protected]; Nguyen, Anthony L > <[email protected]> > Cc: Lobakin, Aleksander <[email protected]>; Samudrala, Sridhar > <[email protected]>; Singhai, Anjali <[email protected]>; > Michal Swiatkowski <[email protected]>; Zaremba, Larysa > <[email protected]>; Fijalkowski, Maciej > <[email protected]>; Tantilov, Emil S <[email protected]>; > Chittim, Madhu <[email protected]>; Hay, Joshua A > <[email protected]>; Keller, Jacob E <[email protected]>; > Shanmugam, Jayaprakash <[email protected]>; > Wochtman, Natalia <[email protected]>; Jiri Pirko > <[email protected]>; David S. Miller <[email protected]>; Eric Dumazet > <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni > <[email protected]>; Simon Horman <[email protected]>; Jonathan > Corbet <[email protected]>; Richard Cochran <[email protected]>; > Kitszel, Przemyslaw <[email protected]>; Andrew Lunn > <[email protected]>; [email protected]; linux- > [email protected]; [email protected] > Subject: [Intel-wired-lan] [PATCH iwl-next v5 15/15] ixd: add devlink support > > From: Amritha Nambiar <[email protected]> > > Enable initial support for the devlink interface with the ixd driver. The ixd > hardware is a single function PCIe device. So, the PCIe adapter gets its own > devlink instance to manage device-wide resources or configuration. > > $ devlink dev show > pci/0000:83:00.6 > > $ devlink dev info pci/0000:83:00.6 > pci/0000:83:00.6: > driver ixd > serial_number 00-a0-c9-ff-ff-23-45-67 > versions: > fixed: > device.type MEV > running: > cp 0.0 > virtchnl 2.0 > > Signed-off-by: Amritha Nambiar <[email protected]> > Reviewed-by: Michal Swiatkowski <[email protected]> > Reviewed-by: Maciej Fijalkowski <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Larysa Zaremba <[email protected]> > --- > Documentation/networking/devlink/index.rst | 1 + > Documentation/networking/devlink/ixd.rst | 35 +++++++ > drivers/net/ethernet/intel/ixd/Kconfig | 1 + > drivers/net/ethernet/intel/ixd/Makefile | 1 + > drivers/net/ethernet/intel/ixd/ixd_devlink.c | 105 +++++++++++++++++++ > drivers/net/ethernet/intel/ixd/ixd_devlink.h | 44 ++++++++ > drivers/net/ethernet/intel/ixd/ixd_main.c | 16 ++- > 7 files changed, 200 insertions(+), 3 deletions(-) create mode 100644 >
Tested-by: Bharath R <[email protected]>
