]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bond-mpls'
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2019 21:49:38 +0000 (14:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2019 21:49:38 +0000 (14:49 -0700)
commit89e8716719b6f1e30c69fa64f7ad831935ea8f3e
tree32be9c902f0e31278dba8f4960ad9a9330d3b331
parent4ec0bdc10c2f2e2c0ca37ab38c27cc2d5d478d49
parent87f29540cf7851e084f9512b76ec810bfaaa66c1
Merge branch 'bond-mpls'

Ariel Levkovich says:

====================
Support MPLS features in bonding and vlan net devices

Netdevice HW MPLS features are not passed from device driver's netdevice to
upper netdevice, specifically VLAN and bonding netdevice which are created
by the kernel when needed.

This prevents enablement and usage of HW offloads, such as TSO and checksumming
for MPLS tagged traffic when running via VLAN or bonding interface.

The patches introduce changes to the initialization steps of the VLAN and bonding
netdevices to inherit the MPLS features from lower netdevices to allow the HW
offloads.
====================

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