Re: [dpdk-dev] [PATCH 4/5] net/iavf: fix protocol size for virtchnl copy

2020-11-26 Thread Xing, Beilei
> -Original Message- > From: Xiaoyu Min > Sent: Monday, November 16, 2020 3:55 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Xiaoyu Min > Subject: [PATCH 4/5] net/iavf: fix protocol size for virtchnl copy > > From: Xiaoyu Min > > The rte_flow_item_vlan items are refined.

Re: [dpdk-dev] [PATCH 4/5] net/iavf: fix protocol size for virtchnl copy

2020-11-24 Thread Thomas Monjalon
23/11/2020 11:49, Ferruh Yigit: > On 11/16/2020 7:55 AM, Xiaoyu Min wrote: > > From: Xiaoyu Min > > > > 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.

Re: [dpdk-dev] [PATCH 4/5] net/iavf: fix protocol size for virtchnl copy

2020-11-23 Thread Ferruh Yigit
On 11/16/2020 7:55 AM, Xiaoyu Min wrote: From: Xiaoyu Min 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 corre

Re: [dpdk-dev] [PATCH 4/5] net/iavf: fix protocol size for virtchnl copy

2020-11-23 Thread Ferruh Yigit
On 11/22/2020 2:15 PM, Thomas Monjalon wrote: 22/11/2020 14:28, Jack Min: From: Ferruh Yigit On 11/16/2020 7:55 AM, Xiaoyu Min wrote: From: Xiaoyu Min 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 c

Re: [dpdk-dev] [PATCH 4/5] net/iavf: fix protocol size for virtchnl copy

2020-11-22 Thread Thomas Monjalon
22/11/2020 14:28, Jack Min: > From: Ferruh Yigit > > On 11/16/2020 7:55 AM, Xiaoyu Min wrote: > > > From: Xiaoyu Min > > > > > > 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

Re: [dpdk-dev] [PATCH 4/5] net/iavf: fix protocol size for virtchnl copy

2020-11-22 Thread Jack Min
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, November 17, 2020 00:23 > To: Xiaoyu Min ; Jingjing Wu ; > Beilei Xing > Cc: dev@dpdk.org; Jack Min ; NBU-Contact-Thomas > Monjalon ; Andrew Rybchenko > ; Ori Kam ; Dekel Peled > > Subject: Re: [

Re: [dpdk-dev] [PATCH 4/5] net/iavf: fix protocol size for virtchnl copy

2020-11-16 Thread Ferruh Yigit
On 11/16/2020 7:55 AM, Xiaoyu Min wrote: From: Xiaoyu Min 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 corre

[dpdk-dev] [PATCH 4/5] net/iavf: fix protocol size for virtchnl copy

2020-11-15 Thread Xiaoyu Min
From: Xiaoyu Min 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 ("