diff options
| author | David S. Miller <davem@davemloft.net> | 2016-03-21 20:35:57 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-03-21 20:35:57 +0300 |
| commit | 6b0725232dd1a8ba330663603db2a4009c177181 (patch) | |
| tree | facc1236f8b9a67a7f8d107cadeefa04020c07a9 /include | |
| parent | 7d34fa75d3ee99a90ebb33c2917aa9152fb36a9c (diff) | |
| parent | ae74f10068387bb0e64d8f1c8beac5e35c1458b1 (diff) | |
| download | linux-6b0725232dd1a8ba330663603db2a4009c177181.tar.xz | |
Merge branch 'bridge-gso-segs-and-size'
Eric Dumazet says:
====================
net: propagate max_gso_segs and max_gso_size
bridge code does not properly update max_gso_segs and max_gso_size.
Since this was not really obvious, first patch adds two new rtnetlink
attributes to help debugging this kind of issues (ip -d link)
Second patch fixes bridge code.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/linux/if_link.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h index 8e3f88fa5b59..76d315ca597d 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h @@ -153,6 +153,8 @@ enum { IFLA_LINK_NETNSID, IFLA_PHYS_PORT_NAME, IFLA_PROTO_DOWN, + IFLA_GSO_MAX_SEGS, + IFLA_GSO_MAX_SIZE, __IFLA_MAX }; |
