Re: [PATCH] team: Add vlan tx offload to hw_enc_features

From: Jesse Brandeburg
Date: Thu Aug 08 2019 - 01:48:23 EST


On Wed, 7 Aug 2019 10:38:08 +0800
YueHaibing <yuehaibing@xxxxxxxxxx> wrote:

> We should also enable bonding's vlan tx offload in hw_enc_features,

You mean team's vlan tx offload?

> pass the vlan packets to the slave devices with vlan tci, let them

s/let them to/let the slave/

> to handle vlan tunneling offload implementation.
>
> Fixes: 3268e5cb494d ("team: Advertise tunneling offload features")
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>