> -----Original Message----- > From: Xiaoyu Min <jack...@mellanox.com> > Sent: Monday, November 16, 2020 3:55 PM > To: Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com> > Cc: dev@dpdk.org; Xiaoyu Min <jack...@nvidia.com> > Subject: [PATCH 4/5] net/iavf: fix protocol size for virtchnl copy > > From: Xiaoyu Min <jack...@nvidia.com> > > 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 <jack...@nvidia.com> Acked-by: Beilei Xing <beilei.x...@intel.com>