On 11/17/2025 6:28 AM, Loktionov, Aleksandr wrote: > > >> -----Original Message----- >> From: Intel-wired-lan On Behalf >> Of Larysa Zaremba >> Sent: Monday, November 17, 2025 2:49 PM >> To: intel-wired-lan@lists.osuosl.org; Nguyen, Anthony L >> >> Cc: Lobakin, Aleksander ; Samudrala, >> Sridhar ; Singhai, Anjali >> ; Michal Swiatkowski >> ; Zaremba, Larysa >> ; Fijalkowski, Maciej >> ; Tantilov, Emil S >> ; Chittim, Madhu ; >> Hay, Joshua A ; Keller, Jacob E >> ; Shanmugam, Jayaprakash >> ; Wochtman, Natalia >> ; Jiri Pirko ; David S. >> Miller ; Eric Dumazet ; >> Jakub Kicinski ; Paolo Abeni ; >> Simon Horman ; Jonathan Corbet ; >> Richard Cochran ; Kitszel, Przemyslaw >> ; Andrew Lunn ; >> netdev@vger.kernel.org; linux-doc@vger.kernel.org; linux- >> kernel@vger.kernel.org >> Subject: [Intel-wired-lan] [PATCH iwl-next v5 15/15] ixd: add devlink >> support >> >> From: Amritha Nambiar >> >> 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 >> > This commit mentions MEV without expansion. > Kernel docs require expanding uncommon abbreviations. > This is an example of the output of devlink, so if devlink literally does print MEV, this should stay as-is. You could provide an area which explains what each device type means and has the expanded definition.