netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Support MPLS features in bonding and vlan net devices
@ 2019-06-03 22:36 Ariel Levkovich
  2019-06-03 22:36 ` [PATCH net-next 1/2] net: bonding: Inherit MPLS features from slave devices Ariel Levkovich
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ariel Levkovich @ 2019-06-03 22:36 UTC (permalink / raw)
  To: netdev@vger.kernel.org; +Cc: Ariel Levkovich

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.

Ariel Levkovich (2):
  net: bonding: Inherit MPLS features from slave devices
  net: vlan: Inherit MPLS features from parent device

 drivers/net/bonding/bond_main.c | 11 +++++++++++
 net/8021q/vlan_dev.c            |  1 +
 2 files changed, 12 insertions(+)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-04 21:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-03 22:36 [PATCH net-next 0/2] Support MPLS features in bonding and vlan net devices Ariel Levkovich
2019-06-03 22:36 ` [PATCH net-next 1/2] net: bonding: Inherit MPLS features from slave devices Ariel Levkovich
2019-06-03 22:36 ` [PATCH net-next 2/2] net: vlan: Inherit MPLS features from parent device Ariel Levkovich
2019-06-04 21:49 ` [PATCH net-next 0/2] Support MPLS features in bonding and vlan net devices David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).