Re: [PATCH net-next 3/3] net: veth: Set features for MPLS
From: David Ahern <hidden>
Date: 2016-08-17 22:54:07
From: David Ahern <hidden>
Date: 2016-08-17 22:54:07
On 8/17/16 4:41 PM, Eric Dumazet wrote:
On Wed, 2016-08-17 at 14:49 -0700, David Ahern wrote:quoted
veth does not really transmit packets only moves the skb from one netdev to another so gso and checksum is not really needed. Add the features to mpls_features to get the same benefit and performance with MPLS as without it.It seems mpls_features should also be managed by bonding and team drivers ...
We'll get there. veth is used in Lennert's example so adding an update for it now. Can add other devices in time.