[Intel-wired-lan] [PATCH iwl-next v1 01/13] ixgbe: add initial devlink support
Simon Horman
horms at kernel.org
Fri Feb 7 10:47:02 UTC 2025
On Mon, Feb 03, 2025 at 04:03:16PM +0100, Jedrzej Jagielski wrote:
> Add an initial support for devlink interface to ixgbe driver.
>
> Similarly to i40e driver the implementation doesn't enable
> devlink to manage device-wide configuration. Devlink instance
> is created for each physical function of PCIe device.
>
> Create separate directory for devlink related ixgbe files
> and use naming scheme similar to the one used in the ice driver.
>
> Add a stub for Documentation, to be extended by further patches.
>
> Reviewed-by: Mateusz Polchlopek <mateusz.polchlopek at intel.com>
> Signed-off-by: Jedrzej Jagielski <jedrzej.jagielski at intel.com>
...
> diff --git a/Documentation/networking/devlink/ixgbe.rst b/Documentation/networking/devlink/ixgbe.rst
> new file mode 100644
> index 000000000000..ca920d421d42
> --- /dev/null
> +++ b/Documentation/networking/devlink/ixgbe.rst
> @@ -0,0 +1,8 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +
> +====================
> +ixgbe devlink support
> +====================
nit: the '=' lines are one character too short wrt the text they decorate.
Flagged by make htmldocs.
> +
> +This document describes the devlink features implemented by the ``ixgbe``
> +device driver.
...
More information about the Intel-wired-lan
mailing list