On 11/08, Thomas Monjalon wrote:
>Hi,
>
>I see this patch is already merged in next-net-intel,
>but please I would prefer to have below improvements first.
>
Got it, I'll drop v9 in next-net-intel and wait for the improved new version.
Thanks,
Xiaolong
> -Original Message-
> From: Thomas Monjalon
> Sent: Friday, November 8, 2019 22:40
> To: Wang, Haiyue
> Cc: dev@dpdk.org; olivier.m...@6wind.com; Ye, Xiaolong
> ; Yigit, Ferruh
>
> Subject: Re: [dpdk-dev] [PATCH v9] net/ice: optimize protocol extraction by
&g
>
> > Subject: Re: [dpdk-dev] [PATCH v9] net/ice: optimize protocol extraction by
> > dynamic mbuf API
> >
> > Hi,
> >
> > I see this patch is already merged in next-net-intel,
> > but please I would prefer to have below improvements first.
> >
08/11/2019 15:01, Wang, Haiyue:
> From: Thomas Monjalon
> > 07/11/2019 11:44, Haiyue Wang:
> > > --- a/drivers/net/ice/rte_pmd_ice_version.map
> > > +++ b/drivers/net/ice/rte_pmd_ice_version.map
> > > +EXPERIMENTAL {
> > > + global:
> > > +
> > > + # added in 19.11
> > > + rte_net_ice_dynfield_pro
Hi Thomas,
> -Original Message-
> From: Thomas Monjalon
> Sent: Friday, November 8, 2019 20:34
> To: Wang, Haiyue
> Cc: dev@dpdk.org; olivier.m...@6wind.com; Ye, Xiaolong
> ; Yigit, Ferruh
>
> Subject: Re: [dpdk-dev] [PATCH v9] net/ice: optimize protocol extra
Hi Thomas,
> -Original Message-
> From: Thomas Monjalon
> Sent: Friday, November 8, 2019 20:55
> To: Wang, Haiyue
> Cc: dev@dpdk.org; olivier.m...@6wind.com; Ye, Xiaolong
> ; Yigit, Ferruh
>
> Subject: Re: [dpdk-dev] [PATCH v9] net/ice: optimize protocol extra
07/11/2019 11:44, Haiyue Wang:
> --- a/drivers/net/ice/rte_pmd_ice_version.map
> +++ b/drivers/net/ice/rte_pmd_ice_version.map
> +EXPERIMENTAL {
> + global:
> +
> + # added in 19.11
> + rte_net_ice_dynfield_proto_xtr_metadata_offs;
> + rte_net_ice_dynflag_proto_xtr_vlan_mask;
> +
Hi,
I see this patch is already merged in next-net-intel,
but please I would prefer to have below improvements first.
07/11/2019 11:44, Haiyue Wang:
> The original design is to use rte_mbuf::udata64 to save the metadata of
> protocol extraction which has network protocol data fields and type, a
>
On 11/07, Haiyue Wang wrote:
>The original design is to use rte_mbuf::udata64 to save the metadata of
>protocol extraction which has network protocol data fields and type, a
>private API is used to decode this metadata.
>
>Use the dynamic mbuf field and flags to register the needed fields in
>mbuf,
The original design is to use rte_mbuf::udata64 to save the metadata of
protocol extraction which has network protocol data fields and type, a
private API is used to decode this metadata.
Use the dynamic mbuf field and flags to register the needed fields in
mbuf, to avoid overwriting 'rte_mbuf::ud
10 matches
Mail list logo