Message ID | 20220202182411.1839660-1-eric.dumazet@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e4ba36f752010f741222f24c7d879940ba920197 |
Delegated to: | David Ahern |
Headers | show |
Series | [iproute2] iplink: add ip-link documentation | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Hello: This patch was applied to iproute2/iproute2-next.git (main) by David Ahern <dsahern@kernel.org>: On Wed, 2 Feb 2022 10:24:11 -0800 you wrote: > From: Eric Dumazet <edumazet@google.com> > > Add documentation for gro_max_size. > > Also make clear gso_max_size/gso_max_segs can be set after device creation. > > Signed-off-by: Eric Dumazet <edumazet@google.com> > Cc: Coco Li <lixiaoyan@google.com> > > [...] Here is the summary with links: - [iproute2] iplink: add ip-link documentation https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=e4ba36f75201 You are awesome, thank you!
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 19a0c9cab811666a9dce0372a4cb1b19db02d1a5..5f5b835cb2e335b68c4e3ace7bfd40683ae1c67b 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -36,11 +36,14 @@ ip-link \- network device configuration .RB "[ " numrxqueues .IR QUEUE_COUNT " ]" .br -.BR "[ " gso_max_size +.RB "[ " gso_max_size .IR BYTES " ]" .RB "[ " gso_max_segs .IR SEGMENTS " ]" .br +.RB "[ " gro_max_size +.IR BYTES " ]" +.br .BI type " TYPE" .RI "[ " ARGS " ]" @@ -83,6 +86,13 @@ ip-link \- network device configuration .RB "[ " txqueuelen .IR PACKETS " ]" .br +.RB "[ " max_gso_size +.IR BYTES " ]" +.RB "[ " max_gso_segs +.IR SEGMENTS " ]" +.RB "[ " max_gro_size +.IR BYTES " ]" +.br .RB "[ " name .IR NEWNAME " ]" .br @@ -402,6 +412,11 @@ packet the new device should accept. specifies the recommended maximum number of a Generic Segment Offload segments the new device should accept. +.TP +.BI gro_max_size " BYTES " +specifies the maximum size of a packet built by GRO stack +on this device. + .TP .BI index " IDX " specifies the desired index of the new virtual device. The link