Message ID | 20240206161717.466653-1-parav@nvidia.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4ab18af47a2c2a80ac11674122935700caf80cc6 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] devlink: Fix command annotation documentation | expand |
On Tue, Feb 06, 2024 at 06:17:17PM +0200, Parav Pandit wrote: > Command example string is not read as command. > Fix command annotation. > > Fixes: a8ce7b26a51e ("devlink: Expose port function commands to control migratable") > Signed-off-by: Parav Pandit <parav@nvidia.com> > Reviewed-by: Jiri Pirko <jiri@nvidia.com> Reviewed-by: Simon Horman <horms@kernel.org>
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 6 Feb 2024 18:17:17 +0200 you wrote: > Command example string is not read as command. > Fix command annotation. > > Fixes: a8ce7b26a51e ("devlink: Expose port function commands to control migratable") > Signed-off-by: Parav Pandit <parav@nvidia.com> > Reviewed-by: Jiri Pirko <jiri@nvidia.com> > > [...] Here is the summary with links: - [net] devlink: Fix command annotation documentation https://git.kernel.org/netdev/net/c/4ab18af47a2c You are awesome, thank you!
diff --git a/Documentation/networking/devlink/devlink-port.rst b/Documentation/networking/devlink/devlink-port.rst index e33ad2401ad7..562f46b41274 100644 --- a/Documentation/networking/devlink/devlink-port.rst +++ b/Documentation/networking/devlink/devlink-port.rst @@ -126,7 +126,7 @@ Users may also set the RoCE capability of the function using `devlink port function set roce` command. Users may also set the function as migratable using -'devlink port function set migratable' command. +`devlink port function set migratable` command. Users may also set the IPsec crypto capability of the function using `devlink port function set ipsec_crypto` command.