linux-loongson/drivers/net/ethernet/intel/ice/devlink
Jakub Kicinski e9e91870ac Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Tony Nguyen says:

====================
libie: commonize adminq structure

Michal Swiatkowski says:

It is a prework to allow reusing some specific Intel code (eq. fwlog).

Move common *_aq_desc structure to libie header and changing
it in ice, ixgbe, i40e and iavf.

Only generic adminq commands can be easily moved to common header, as
rest is slightly different. Format remains the same. It will be better
to correctly move it when it will be needed to commonize other part of
the code.

Move *_aq_str() to new libie module (libie_adminq) and use it across
drivers. The functions are exactly the same in each driver. Some more
adminq helpers/functions can be moved to libie_adminq when needed.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue:
  i40e: use libie_aq_str
  iavf: use libie_aq_str
  ice: use libie_aq_str
  libie: add adminq helper for converting err to str
  iavf: use libie adminq descriptors
  i40e: use libie adminq descriptors
  ixgbe: use libie adminq descriptors
  ice, libie: move generic adminq descriptors to lib
====================

Link: https://patch.msgid.link/20250724182826.3758850-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-07-25 16:01:18 -07:00
..
devlink.c ice: use libie_aq_str 2025-07-24 09:40:49 -07:00
devlink.h ice: allocate devlink for subfunction 2024-09-06 11:01:24 -07:00
health.c ice: use libie_aq_str 2025-07-24 09:40:49 -07:00
health.h ice: add fw and port health reporters 2025-01-14 14:37:34 -08:00
port.c ice: add 40G speed to Admin Command GET PORT OPTION 2025-07-18 09:02:28 -07:00
port.h net: Fix typos 2025-07-25 10:29:07 -07:00