team: Add vlan tx offload to hw_enc_features
authorYueHaibing <yuehaibing@huawei.com>
Thu, 8 Aug 2019 06:22:47 +0000 (14:22 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 08:48:04 +0000 (10:48 +0200)
commite89bb758c030150f6cf0a990011f109258b815dd
tree78f7e1948b63267ad6e70436864fd7e0c622945c
parenteeb148d20819b94d22990a162f751f4df12a660b
team: Add vlan tx offload to hw_enc_features

[ Upstream commit 227f2f030e28d8783c3d10ce70ff4ba79cad653f ]

We should also enable team's vlan tx offload in hw_enc_features,
pass the vlan packets to the slave devices with vlan tci, let the
slave handle vlan tunneling offload implementation.

Fixes: 3268e5cb494d ("team: Advertise tunneling offload features")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/team/team.c