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

2024-02-19 Thread Alan Elder
On 2/16/2024 11:40 AM, Ferruh Yigit: > I missed v6 but put some comment on v5, briefly can you please split the > patch for lib/net and driver? I've tried to split the patch - hopefully got the formatting right - please let me know if not (it's my first time submitting a patch and I don't have a

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

2024-02-16 Thread Ferruh Yigit
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 >