RE: [PATCH iwl-next v1 01/13] ixgbe: add initial devlink support
From: Jagielski, Jedrzej <hidden>
Date: 2025-02-10 11:08:22
Also in:
intel-wired-lan
From: Simon Horman <horms@kernel.org> Sent: Friday, February 7, 2025 11:47 AM
On Mon, Feb 03, 2025 at 04:03:16PM +0100, Jedrzej Jagielski wrote:quoted
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 <redacted> Signed-off-by: Jedrzej Jagielski <redacted>...quoted
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.
Thanks for catching it. Will be fixed.
quoted
+ +This document describes the devlink features implemented by the ``ixgbe`` +device driver....