]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'veth-and-GSO-maximums'
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 19:23:00 +0000 (14:23 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 19:23:00 +0000 (14:23 -0500)
commit9b3cc8ac461eea5b10742ddc303c5ffbf0a3320f
treefd5c58a47be81e46ab6cedfef32e59b612df49b7
parent961bd56227c38c6d00546bd6d0c1e585f9d1c79a
parent1a43457b2b0586e4e66c20a5397469aa4e4cb3df
Merge branch 'veth-and-GSO-maximums'

Stephen Hemminger says:

====================
veth and GSO maximums

This is the more general way to solving the issue of GSO limits
not being set correctly for containers on Azure. If a GSO packet
is sent to host that exceeds the limit (reported by NDIS), then
the host is forced to do segmentation in software which has noticeable
performance impact.

The core rtnetlink infrastructure already has the messages and
infrastructure to allow changing gso limits. With an updated iproute2
the following already works:
  # ip li set dev dummy0 gso_max_size 30000

These patches are about making it easier with veth.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>