]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iplink: add gro_max_size attribute handling
authorCoco Li <lixiaoyan@google.com>
Thu, 3 Feb 2022 04:45:58 +0000 (20:45 -0800)
committerDavid Ahern <dsahern@kernel.org>
Mon, 7 Feb 2022 18:50:00 +0000 (10:50 -0800)
commit5d57e130362aa5b1c8df980f2f31ce24d42ad1a3
tree9d79bfa39de9215610d8786f25968ad3574dc518
parent721435dcfd9274277af2fb6a4cec81d4a9bcc6b4
iplink: add gro_max_size attribute handling

Add the ability to display or change the gro_max_size attribute.

ip link set dev eth1 gro_max_size 60000
ip -d link show eth1
5: eth1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 9198 qdisc mq master eth0 state UP mode DEFAULT group default qlen 1000
    link/ether bc:ae:c5:39:69:66 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 46 maxmtu 9600
    <...> gro_max_size 60000

Signed-off-by: Coco Li <lixiaoyan@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
ip/ipaddress.c
ip/iplink.c