Message ID | 20241220-man-v1-1-2ac51fb859e1@bootlin.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 9861c81f5b048bea2af0bbdb8fad20758b662f66 |
Delegated to: | Stephen Hemminger |
Headers | show |
Series | [iproute2-next] man: fix two small typos on xdp manipulations | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Hello: This patch was applied to iproute2/iproute2.git (main) by Stephen Hemminger <stephen@networkplumber.org>: On Fri, 20 Dec 2024 17:56:01 +0100 you wrote: > Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> > --- > man/man8/ip-link.8.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > [...] Here is the summary with links: - [iproute2-next] man: fix two small typos on xdp manipulations https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=9861c81f5b04 You are awesome, thank you!
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 64b5ba21c222e12b9b0f6e087f85bddf7e374a4b..b40c9938f5a88a05ffa0f2c4628438668e7231dc 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -2467,7 +2467,7 @@ loaded under .B xdpgeneric object "|" pinned then the kernel will use the generic XDP variant instead of the native one. .B xdpdrv -has the opposite effect of requestsing that the automatic fallback to the +has the opposite effect of requesting that the automatic fallback to the generic XDP variant be disabled and in case driver is not XDP-capable error should be returned. .B xdpdrv @@ -2476,7 +2476,7 @@ also disables hardware offloads. in ip link output indicates that the program has been offloaded to hardware and can also be used to request the "offload" mode, much like .B xdpgeneric -it forces program to be installed specifically in HW/FW of the apater. +it forces program to be installed specifically in HW/FW of the adapter. .B off (or
Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> --- man/man8/ip-link.8.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- base-commit: 19514606dce31e85039b3b19d538e576824a03f5 change-id: 20241220-man-8c0f47042cf4 Best regards,