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

2024-02-15 Thread Ferruh Yigit
On 2/14/2024 10:17 PM, Long Li wrote: >> +#define HN_VLAN_CFI_SHIFT 12 >> +#define HN_VLAN_PRI_SHIFT 13 >> +#define HN_VLAN_PRI_MASK0xe000 /* Priority Code Point */ >> +#define HN_VLAN_CFI_MASK0x1000 /* Canonical Format Indicator / Drop >> Eligible Indicator */ >> +#define HN_VLAN_VID_M

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

2024-02-14 Thread Long Li
> +#define HN_VLAN_CFI_SHIFT12 > +#define HN_VLAN_PRI_SHIFT13 > +#define HN_VLAN_PRI_MASK 0xe000 /* Priority Code Point */ > +#define HN_VLAN_CFI_MASK 0x1000 /* Canonical Format Indicator / Drop > Eligible Indicator */ > +#define HN_VLAN_VID_MASK 0x0fff /* VLAN Identifier */ > +