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

2019-08-06 Thread Yuehaibing
On 2019/8/6 21:41, Jay Vosburgh wrote: > YueHaibing wrote: > >> As commit 30d8177e8ac7 ("bonding: Always enable vlan tx offload") >> said, we should always enable bonding's vlan tx offload, pass the >> vlan packets to the slave devices with vlan tci, let them to handle >> vlan implementation. >>

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

2019-08-06 Thread Jay Vosburgh
YueHaibing wrote: >As commit 30d8177e8ac7 ("bonding: Always enable vlan tx offload") >said, we should always enable bonding's vlan tx offload, pass the >vlan packets to the slave devices with vlan tci, let them to handle >vlan implementation. > >Now if encapsulation protocols like VXLAN is used,