Re: [dpdk-dev] [PATCH v6 00/15] remove mbuf userdata

2020-11-02 Thread Ferruh Yigit
On 11/2/2020 11:08 AM, Ferruh Yigit wrote: On 11/2/2020 9:11 AM, Jiawen Wu wrote: On Sunday, November 1, 2020 6:26 PM, David Marchand wrote: On Sun, Nov 1, 2020 at 10:15 AM Thomas Monjalon wrote: The new txgbe driver in the next-net is also using ‘udata64’, that also needs to be updated. cc'e

Re: [dpdk-dev] [PATCH v6 00/15] remove mbuf userdata

2020-11-02 Thread Ferruh Yigit
On 11/2/2020 9:11 AM, Jiawen Wu wrote: On Sunday, November 1, 2020 6:26 PM, David Marchand wrote: On Sun, Nov 1, 2020 at 10:15 AM Thomas Monjalon wrote: The new txgbe driver in the next-net is also using ‘udata64’, that also needs to be updated. cc'ed txgbe maintainer. That's a pity it did n

Re: [dpdk-dev] [PATCH v6 00/15] remove mbuf userdata

2020-11-02 Thread Jiawen Wu
On Sunday, November 1, 2020 6:26 PM, David Marchand wrote: > On Sun, Nov 1, 2020 at 10:15 AM Thomas Monjalon > wrote: > > > The new txgbe driver in the next-net is also using ‘udata64’, that > > > also needs to be updated. cc'ed txgbe maintainer. > > > > That's a pity it did not take into account

Re: [dpdk-dev] [PATCH v6 00/15] remove mbuf userdata

2020-11-01 Thread David Marchand
On Sun, Nov 1, 2020 at 10:15 AM Thomas Monjalon wrote: > > The new txgbe driver in the next-net is also using ‘udata64’, that also > > needs to > > be updated. cc'ed txgbe maintainer. > > That's a pity it did not take into account the deprecation notice. > What kind of hack is it used for? > Can

Re: [dpdk-dev] [PATCH v6 00/15] remove mbuf userdata

2020-11-01 Thread Thomas Monjalon
01/11/2020 00:36, Ferruh Yigit: > On 10/31/2020 3:07 PM, Thomas Monjalon wrote: > > 30/10/2020 18:44, Thomas Monjalon: > >> The mbuf field userdata (aliased as udata64) > >> was announced to be removed for two reasons: > >>- applications, libraries and drivers used the same field > >> for

Re: [dpdk-dev] [PATCH v6 00/15] remove mbuf userdata

2020-10-31 Thread Ferruh Yigit
On 10/31/2020 3:07 PM, Thomas Monjalon wrote: 30/10/2020 18:44, Thomas Monjalon: The mbuf field userdata (aliased as udata64) was announced to be removed for two reasons: - applications, libraries and drivers used the same field for different purposes, with a risk of usage conflict. -

Re: [dpdk-dev] [PATCH v6 00/15] remove mbuf userdata

2020-10-31 Thread Thomas Monjalon
30/10/2020 18:44, Thomas Monjalon: > The mbuf field userdata (aliased as udata64) > was announced to be removed for two reasons: > - applications, libraries and drivers used the same field > for different purposes, with a risk of usage conflict. > - this field always used 8 bytes even if un

[dpdk-dev] [PATCH v6 00/15] remove mbuf userdata

2020-10-30 Thread Thomas Monjalon
The mbuf field userdata (aliased as udata64) was announced to be removed for two reasons: - applications, libraries and drivers used the same field for different purposes, with a risk of usage conflict. - this field always used 8 bytes even if unneeded Some dynamic fields are created when