OSDN Git Service

rtnetlink: allow GSO maximums to be set on device creation
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 7 Dec 2017 23:40:19 +0000 (15:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 19:22:59 +0000 (14:22 -0500)
commit46e6b992c2502b094e61da6994f1363f3b7c1413
tree142933a3adcd8c3633985bce59d74cc265796c16
parent5a6a0445d1edb28fc89fd12b49cda2d5114e2665
rtnetlink: allow GSO maximums to be set on device creation

Netlink device already allows changing GSO sizes with
ip set command. The part that is missing is allowing overriding
GSO settings on device creation.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c