> -----Original Message----- > From: Michał Mirosław <mirq-linux@xxxxxxxxxxxx> > Sent: Tuesday, November 20, 2018 7:21 AM > To: netdev@xxxxxxxxxxxxxxx > Cc: KY Srinivasan <kys@xxxxxxxxxxxxx>; Haiyang Zhang > <haiyangz@xxxxxxxxxxxxx>; Stephen Hemminger > <sthemmin@xxxxxxxxxxxxx>; devel@xxxxxxxxxxxxxxxxxxxxxx; Ajit Khaparde > <ajit.khaparde@xxxxxxxxxxxx>; Leon Romanovsky <leon@xxxxxxxxxx>; > linux-rdma@xxxxxxxxxxxxxxx; Saeed Mahameed <saeedm@xxxxxxxxxxxx>; > Sathya Perla <sathya.perla@xxxxxxxxxxxx>; Somnath Kotur > <somnath.kotur@xxxxxxxxxxxx>; Sriharsha Basavapatna > <sriharsha.basavapatna@xxxxxxxxxxxx> > Subject: [PATCH net-next 2/4] net/hyperv: use skb_vlan_tag_*() helpers > > Replace open-coded bitfield manipulation with skb_vlan_tag_*() helpers. > This also enables correctly passing of VLAN.CFI bit. > > Signed-off-by: Michał Mirosław <mirq-linux@xxxxxxxxxxxx> > --- Reviewed-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx> Thanks.