From: Simon Horman <ho...@kernel.org> Sent: Friday, February 7, 2025 11:47 AM >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.polchlo...@intel.com> >> Signed-off-by: Jedrzej Jagielski <jedrzej.jagiel...@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.
Thanks for catching it. Will be fixed. > >> + >> +This document describes the devlink features implemented by the ``ixgbe`` >> +device driver. > >...