Re: [PATCH] net/netvsc: force TX VLAN offload on 801.2Q packet

2024-10-25 Thread Ferruh Yigit
On 10/19/2024 4:32 PM, Stephen Hemminger wrote: > On Fri, 18 Oct 2024 11:13:50 -0700 > lon...@linuxonhyperv.com wrote: > >> icrosoft.com> >> >> The VSP assumes the packet doesn't have VLAN tags. When VLAN tag is >> present in a TX packet, always strip it and use PPI to send VLAN info >> through VS

[PATCH] net/netvsc: force TX VLAN offload on 801.2Q packet

2024-10-18 Thread longli
From: Long Li The VSP assumes the packet doesn't have VLAN tags. When VLAN tag is present in a TX packet, always strip it and use PPI to send VLAN info through VSP packet. Fixes: 4e9c73e96e83 ("net/netvsc: add Hyper-V network device") Cc: Hui (Hui) Ling Cc: Stephen Hemminger Cc: Wei Hu Cc: st