[PATCH v6] net/netvsc: fix parsing of VLAN metadata

Ferruh Yigit ferruh.yigit at amd.com
Fri Feb 16 12:39:32 CET 2024


On 2/16/2024 9:43 AM, Alan Elder wrote:
> The previous code incorrectly parsed the VLAN ID and priority.
> If the 16-bits of VLAN ID and priority/CFI on the wire was
> 0123456789ABCDEF the code parsed it as 456789ABCDEF3012.  There
> were macros defined to handle this conversion but they were not
> used.
> 
> Fixes: 4e9c73e96e83 ("net/netvsc: add Hyper-V network device")
> Cc: sthemmin at microsoft.com
> Cc: stable at dpdk.org
> 
> Signed-off-by: Alan Elder <alan.elder at microsoft.com>
>

I missed v6 but put some comment on v5, briefly can you please split the
patch for lib/net and driver?



More information about the dev mailing list