* Re: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS
2023-07-25 8:39 ` Ferruh Yigit
@ 2023-07-25 8:40 ` Bruce Richardson
2023-07-25 9:24 ` Morten Brørup
` (2 subsequent siblings)
3 siblings, 0 replies; 11+ messages in thread
From: Bruce Richardson @ 2023-07-25 8:40 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: Sivaprasad Tummala, dev, david.marchand, thomas, techboard
On Tue, Jul 25, 2023 at 09:39:15AM +0100, Ferruh Yigit wrote:
> On 7/12/2023 11:18 AM, Sivaprasad Tummala wrote:
> > To allow new cpu features to be added without ABI breakage,
> > RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11 release.
> >
> > Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala@amd.com>
> > ---
> > doc/guides/rel_notes/deprecation.rst | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> > index 8e1cdd677a..92db59d9c2 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -28,6 +28,9 @@ Deprecation Notices
> > the replacement API rte_thread_set_name and rte_thread_create_control being
> > marked as stable, and planned to be removed by the 23.11 release.
> >
> > +* eal: RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11 release. This is
> > + to allow new cpu features to be added without ABI breakage.
> > +
> > * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does
> > not allow for writing optimized code for all the CPU architectures supported
> > in DPDK. DPDK has adopted the atomic operations from
>
> +techboard,
>
> Request for review/ack, patch is to remove ABI restriction to add new
> CPU flags.
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS
2023-07-25 8:39 ` Ferruh Yigit
2023-07-25 8:40 ` Bruce Richardson
@ 2023-07-25 9:24 ` Morten Brørup
2023-07-25 9:36 ` Kevin Traynor
2023-07-25 14:18 ` Tyler Retzlaff
3 siblings, 0 replies; 11+ messages in thread
From: Morten Brørup @ 2023-07-25 9:24 UTC (permalink / raw)
To: Ferruh Yigit, Sivaprasad Tummala, dev
Cc: bruce.richardson, david.marchand, thomas, techboard
> From: Ferruh Yigit [mailto:ferruh.yigit@amd.com]
> Sent: Tuesday, 25 July 2023 10.39
>
> On 7/12/2023 11:18 AM, Sivaprasad Tummala wrote:
> > To allow new cpu features to be added without ABI breakage,
> > RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11 release.
> >
> > Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala@amd.com>
> > ---
Acked-by: Morten Brørup <mb@smartsharesystems.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS
2023-07-25 8:39 ` Ferruh Yigit
2023-07-25 8:40 ` Bruce Richardson
2023-07-25 9:24 ` Morten Brørup
@ 2023-07-25 9:36 ` Kevin Traynor
2023-07-25 14:18 ` Tyler Retzlaff
3 siblings, 0 replies; 11+ messages in thread
From: Kevin Traynor @ 2023-07-25 9:36 UTC (permalink / raw)
To: Ferruh Yigit, Sivaprasad Tummala, dev
Cc: bruce.richardson, david.marchand, thomas, techboard
On 25/07/2023 09:39, Ferruh Yigit wrote:
> On 7/12/2023 11:18 AM, Sivaprasad Tummala wrote:
>> To allow new cpu features to be added without ABI breakage,
>> RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11 release.
>>
>> Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala@amd.com>
>> ---
>> doc/guides/rel_notes/deprecation.rst | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
>> index 8e1cdd677a..92db59d9c2 100644
>> --- a/doc/guides/rel_notes/deprecation.rst
>> +++ b/doc/guides/rel_notes/deprecation.rst
>> @@ -28,6 +28,9 @@ Deprecation Notices
>> the replacement API rte_thread_set_name and rte_thread_create_control being
>> marked as stable, and planned to be removed by the 23.11 release.
>>
>> +* eal: RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11 release. This is
>> + to allow new cpu features to be added without ABI breakage.
>> +
>> * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does
>> not allow for writing optimized code for all the CPU architectures supported
>> in DPDK. DPDK has adopted the atomic operations from
>
> +techboard,
>
> Request for review/ack, patch is to remove ABI restriction to add new
> CPU flags.
>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS
2023-07-25 8:39 ` Ferruh Yigit
` (2 preceding siblings ...)
2023-07-25 9:36 ` Kevin Traynor
@ 2023-07-25 14:18 ` Tyler Retzlaff
2023-07-25 14:24 ` Jerin Jacob
3 siblings, 1 reply; 11+ messages in thread
From: Tyler Retzlaff @ 2023-07-25 14:18 UTC (permalink / raw)
To: Ferruh Yigit
Cc: Sivaprasad Tummala, dev, bruce.richardson, david.marchand,
thomas, techboard
On Tue, Jul 25, 2023 at 09:39:15AM +0100, Ferruh Yigit wrote:
> On 7/12/2023 11:18 AM, Sivaprasad Tummala wrote:
> > To allow new cpu features to be added without ABI breakage,
> > RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11 release.
> >
> > Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala@amd.com>
> > ---
> > doc/guides/rel_notes/deprecation.rst | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> > index 8e1cdd677a..92db59d9c2 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -28,6 +28,9 @@ Deprecation Notices
> > the replacement API rte_thread_set_name and rte_thread_create_control being
> > marked as stable, and planned to be removed by the 23.11 release.
> >
> > +* eal: RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11 release. This is
> > + to allow new cpu features to be added without ABI breakage.
> > +
> > * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does
> > not allow for writing optimized code for all the CPU architectures supported
> > in DPDK. DPDK has adopted the atomic operations from
>
> +techboard,
>
> Request for review/ack, patch is to remove ABI restriction to add new
> CPU flags.
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS
2023-07-25 14:18 ` Tyler Retzlaff
@ 2023-07-25 14:24 ` Jerin Jacob
2023-07-25 16:45 ` Hemant Agrawal
0 siblings, 1 reply; 11+ messages in thread
From: Jerin Jacob @ 2023-07-25 14:24 UTC (permalink / raw)
To: Tyler Retzlaff
Cc: Ferruh Yigit, Sivaprasad Tummala, dev, bruce.richardson,
david.marchand, thomas, techboard
On Tue, Jul 25, 2023 at 7:48 PM Tyler Retzlaff
<roretzla@linux.microsoft.com> wrote:
>
> On Tue, Jul 25, 2023 at 09:39:15AM +0100, Ferruh Yigit wrote:
> > On 7/12/2023 11:18 AM, Sivaprasad Tummala wrote:
> > > To allow new cpu features to be added without ABI breakage,
> > > RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11 release.
> > >
> > > Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala@amd.com>
> > > ---
> > > doc/guides/rel_notes/deprecation.rst | 3 +++
> > > 1 file changed, 3 insertions(+)
> > >
> > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> > > index 8e1cdd677a..92db59d9c2 100644
> > > --- a/doc/guides/rel_notes/deprecation.rst
> > > +++ b/doc/guides/rel_notes/deprecation.rst
> > > @@ -28,6 +28,9 @@ Deprecation Notices
> > > the replacement API rte_thread_set_name and rte_thread_create_control being
> > > marked as stable, and planned to be removed by the 23.11 release.
> > >
> > > +* eal: RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11 release. This is
> > > + to allow new cpu features to be added without ABI breakage.
> > > +
> > > * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does
> > > not allow for writing optimized code for all the CPU architectures supported
> > > in DPDK. DPDK has adopted the atomic operations from
> >
> > +techboard,
> >
> > Request for review/ack, patch is to remove ABI restriction to add new
> > CPU flags.
>
> Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS
2023-07-25 14:24 ` Jerin Jacob
@ 2023-07-25 16:45 ` Hemant Agrawal
2023-07-28 10:11 ` Thomas Monjalon
0 siblings, 1 reply; 11+ messages in thread
From: Hemant Agrawal @ 2023-07-25 16:45 UTC (permalink / raw)
To: Jerin Jacob, Tyler Retzlaff
Cc: Ferruh Yigit, Sivaprasad Tummala, dev, bruce.richardson,
david.marchand, thomas, techboard
> -----Original Message-----
>
> On Tue, Jul 25, 2023 at 7:48 PM Tyler Retzlaff <roretzla@linux.microsoft.com>
> wrote:
> >
> > On Tue, Jul 25, 2023 at 09:39:15AM +0100, Ferruh Yigit wrote:
> > > On 7/12/2023 11:18 AM, Sivaprasad Tummala wrote:
> > > > To allow new cpu features to be added without ABI breakage,
> > > > RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11 release.
> > > >
> > > > Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala@amd.com>
> > > > ---
> > > > doc/guides/rel_notes/deprecation.rst | 3 +++
> > > > 1 file changed, 3 insertions(+)
> > > >
> > > > diff --git a/doc/guides/rel_notes/deprecation.rst
> > > > b/doc/guides/rel_notes/deprecation.rst
> > > > index 8e1cdd677a..92db59d9c2 100644
> > > > --- a/doc/guides/rel_notes/deprecation.rst
> > > > +++ b/doc/guides/rel_notes/deprecation.rst
> > > > @@ -28,6 +28,9 @@ Deprecation Notices
> > > > the replacement API rte_thread_set_name and
> rte_thread_create_control being
> > > > marked as stable, and planned to be removed by the 23.11 release.
> > > >
> > > > +* eal: RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11
> > > > +release. This is
> > > > + to allow new cpu features to be added without ABI breakage.
> > > > +
> > > > * rte_atomicNN_xxx: These APIs do not take memory order parameter.
> This does
> > > > not allow for writing optimized code for all the CPU architectures
> supported
> > > > in DPDK. DPDK has adopted the atomic operations from
> > >
> > > +techboard,
> > >
> > > Request for review/ack, patch is to remove ABI restriction to add
> > > new CPU flags.
> >
> > Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
>
> Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS
2023-07-25 16:45 ` Hemant Agrawal
@ 2023-07-28 10:11 ` Thomas Monjalon
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Monjalon @ 2023-07-28 10:11 UTC (permalink / raw)
To: Sivaprasad Tummala
Cc: Jerin Jacob, Tyler Retzlaff, dev, Ferruh Yigit, bruce.richardson,
david.marchand, Hemant Agrawal
> > > > > To allow new cpu features to be added without ABI breakage,
> > > > > RTE_CPUFLAG_NUMFLAGS will be removed in DPDK 23.11 release.
> > > > >
> > > > > Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala@amd.com>
> > > >
> > > > +techboard,
> > > >
> > > > Request for review/ack, patch is to remove ABI restriction to add
> > > > new CPU flags.
> > >
> > > Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
> >
> > Acked-by: Jerin Jacob <jerinj@marvell.com>
> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 11+ messages in thread