Re: [PATCH net] macvlan: Initialize vlan_features to turn on offload support.
From: David Miller <davem@davemloft.net>
Date: 2014-08-01 05:10:24
From: David Miller <davem@davemloft.net>
Date: 2014-08-01 05:10:24
From: Vlad Yasevich <redacted> Date: Thu, 31 Jul 2014 10:30:25 -0400
Macvlan devices do not initialize vlan_features. As a result, any vlan devices configured on top of macvlans perform very poorly. Initialize vlan_features based on the vlan features of the lower-level device. Signed-off-by: Vlad Yasevich <redacted>
Applied, thanks.