commit | 081e83a78db9b0ae1f5eabc2dedecc865f509b98 | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vyasevic@redhat.com> | Thu Jul 31 10:30:25 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 31 22:10:01 2014 -0700 |
tree | 8d96a14a8322dd3f91301bfa0480a923e061dd9a | |
parent | 47fab41ab51a18a2e5fc4ec63f16b4c6702809b6 [diff] |
macvlan: Initialize vlan_features to turn on offload support. 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 <vyasevic@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>