> -----Original Message----- > From: Xiaoyu Min <[email protected]> > Sent: Monday, November 16, 2020 3:55 PM > To: Wu, Jingjing <[email protected]>; Xing, Beilei <[email protected]> > Cc: [email protected]; Xiaoyu Min <[email protected]> > Subject: [PATCH 4/5] net/iavf: fix protocol size for virtchnl copy > > From: Xiaoyu Min <[email protected]> > > The rte_flow_item_vlan items are refined. > The structs do not exactly represent the packet bits captured on the wire > anymore so should only copy real header instead of the whole struct. > > Replace the rte_flow_item_* with the existing corresponding rte_*_hdr. > > Fixes: 09315fc83861 ("ethdev: add VLAN attributes to ethernet and VLAN > items") > > Signed-off-by: Xiaoyu Min <[email protected]> Acked-by: Beilei Xing <[email protected]>

