]> git.ipfire.org Git - thirdparty/iproute2.git/commit
man: ip-link.8: add a note for gso_ipv4_max_size
authorXin Long <lucien.xin@gmail.com>
Mon, 19 Feb 2024 19:16:04 +0000 (14:16 -0500)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 19 Feb 2024 19:41:45 +0000 (11:41 -0800)
commit1d7f908103be90e8ac836ef0ce03b72997664b5a
tree848fd92f205ccd28196735de8d4ccc9652f33c01
parentecac96e37d6ff4659a0f812dd8b3b9c0d7cc61fc
man: ip-link.8: add a note for gso_ipv4_max_size

As Paolo noticed, a skb->len check against gso_max_size was added in:

  https://lore.kernel.org/netdev/20231219125331.4127498-1-edumazet@google.com/

gso_max_size needs to be set to a value greater than or equal to
gso_ipv4_max_size to make BIG TCP IPv4 work properly.

To not break the current setup, this patch just adds a note into its
man doc for this.

Reported-by: Xiumei Mu <xmu@redhat.com>
Signed-off-by: Xin Long <lucien.xin@gmail.com>
man/man8/ip-link.8.in