RE: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement

2023-07-28 Thread Konstantin Ananyev
> Now the port Rx mq_mode had been set to RTE_ETH_MQ_RX_RSS, and offload > mode set to RTE_ETH_RX_OFFLOAD_CHECKSUM by default, but some hardware > and/or virtual interface does not support the RSS and offload mode > presupposed, e.g., some virtio interfaces in the cloud don't support > RSS and m

Re: [PATCH v3] eal: add notes to SMP memory barrier APIs

2023-07-28 Thread Thomas Monjalon
03/07/2023 11:56, Ruifeng Wang: > The rte_smp_xx() APIs are deprecated. But it is not mentioned > in the function header. > Added notes in function header for clarification. > > Signed-off-by: Ruifeng Wang > --- > v3: Added suggested memory ordering semantic for replacement. > Refined depreca

Re: [PATCH v3] build: announce requirement for C11

2023-07-28 Thread Thomas Monjalon
20/07/2023 12:56, Jerin Jacob: > On Thu, Jul 20, 2023 at 1:52 PM Bruce Richardson > wrote: > > > > On Wed, May 17, 2023 at 06:34:00PM +0100, Bruce Richardson wrote: > > > Add a deprecation notice informing users that we will require a C11 > > > compiler from 23.11 release onwards. This requirement

Re: [PATCH] doc: announce deprecation of cmdline_poll

2023-07-28 Thread Thomas Monjalon
26/06/2023 18:38, Stephen Hemminger: > On Tue, 14 Mar 2023 10:18:58 -0700 > Stephen Hemminger wrote: > > > Function was added by commit 067855e651d6 ("cmdline: add polling mode") > > but never tested or used by DPDK applications. Mark it for > > future removal. > > > > Signed-off-by: Stephen Hem

Re: [PATCH] doc: announce deprecation of cmdline_poll

2023-07-28 Thread Bruce Richardson
On Tue, Mar 14, 2023 at 10:18:58AM -0700, Stephen Hemminger wrote: > Function was added by commit 067855e651d6 ("cmdline: add polling mode") > but never tested or used by DPDK applications. Mark it for > future removal. > > Signed-off-by: Stephen Hemminger > --- > doc/guides/rel_notes/deprecatio

Re: [PATCH] doc: announce change for building deprecated libraries

2023-07-28 Thread Thomas Monjalon
> > > As part of a larger work on selecting parts of DPDK of interests for > > > users, enabling deprecated libraries won't be done via the disable_libs > > > build option anymore. > > > > > > An example of the new build option can be found at: > > > https://patchwork.dpdk.org/project/dpdk/patch/2

Re: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS

2023-07-28 Thread Thomas Monjalon
> > > > > 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 > > > > > > > > +techboard, > > > > > > > > Request for review/ack, patch is to remove ABI restriction t

Re: [PATCH] doc: announce deprecation of cmdline_poll

2023-07-28 Thread Maxime Coquelin
On 3/15/23 00:01, Stephen Hemminger wrote: On Tue, 14 Mar 2023 10:18:58 -0700 Stephen Hemminger wrote: Function was added by commit 067855e651d6 ("cmdline: add polling mode") but never tested or used by DPDK applications. Mark it for future removal. Signed-off-by: Stephen Hemminger FYI

[PATCH v2] doc: announce deprecation of cmdline_poll

2023-07-28 Thread Bruce Richardson
From: Stephen Hemminger Function was added by commit 067855e651d6 ("cmdline: add polling mode") but never tested or used by DPDK applications. Mark it for future removal. Signed-off-by: Stephen Hemminger Signed-off-by: Bruce Richardson --- v2: Add deprecated tag to function and doxygen commen

Re: [PATCH v2] doc: announce deprecation of cmdline_poll

2023-07-28 Thread Maxime Coquelin
On 7/28/23 12:15, Bruce Richardson wrote: From: Stephen Hemminger Function was added by commit 067855e651d6 ("cmdline: add polling mode") but never tested or used by DPDK applications. Mark it for future removal. Signed-off-by: Stephen Hemminger Signed-off-by: Bruce Richardson --- v2: Ad

Re: [PATCH v2] doc: announce deprecation of cmdline_poll

2023-07-28 Thread Burakov, Anatoly
On 7/28/2023 11:15 AM, Bruce Richardson wrote: From: Stephen Hemminger Function was added by commit 067855e651d6 ("cmdline: add polling mode") but never tested or used by DPDK applications. Mark it for future removal. Signed-off-by: Stephen Hemminger Signed-off-by: Bruce Richardson --- v2:

Re: [PATCH v2] doc: announce deprecation of cmdline_poll

2023-07-28 Thread Thomas Monjalon
28/07/2023 12:26, Maxime Coquelin: > > On 7/28/23 12:15, Bruce Richardson wrote: > > From: Stephen Hemminger > > > > Function was added by commit 067855e651d6 ("cmdline: add polling mode") > > but never tested or used by DPDK applications. Mark it for > > future removal. > > > > Signed-off-by:

Re: [PATCH v3 0/3] announce bonding macro and function change

2023-07-28 Thread Thomas Monjalon
18/07/2023 10:28, Chaoyong He: > In order to support inclusive naming, some of the macro and function in > DPDK will need to be renamed. Do this through deprecation process now > for 23.07. > > --- > v3: > * Adjust the statement in 'deprecation.rst' document. > v2: > * Drop the rename of function

How to understand the CLI in pipeline application

2023-07-28 Thread 阿卡林
Hello, I read the chapters IP Pipeline Application and Pipeline Application in the document, and found that the format of their CLI is different. The IP part is explained in great detail, but there is no explanation in the example of Pipeline Application.  So, I hope to get your help. Thank you

[PATCH] doc: announce new major ABI version

2023-07-28 Thread Thomas Monjalon
The next DPDK release 23.11 won't keep ABI compatibility. Only the changes impacting the users should be announced in advance. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/guides/rel_no

Re: [PATCH] doc: announce ethdev operation struct changes

2023-07-28 Thread Thomas Monjalon
04/07/2023 10:10, Feifei Wang: > To support mbufs recycle mode, announce the coming ABI changes > from DPDK 23.11. > > Signed-off-by: Feifei Wang > Reviewed-by: Ruifeng Wang > --- > doc/guides/rel_notes/deprecation.rst | 4 > 1 file changed, 4 insertions(+) > > diff --git a/doc/guides/rel

Re: [PATCH] doc: announce ethdev operation struct changes

2023-07-28 Thread Thomas Monjalon
28/07/2023 16:56, Thomas Monjalon: > 04/07/2023 10:10, Feifei Wang: > > To support mbufs recycle mode, announce the coming ABI changes > > from DPDK 23.11. > > > > Signed-off-by: Feifei Wang > > Reviewed-by: Ruifeng Wang > > --- > > doc/guides/rel_notes/deprecation.rst | 4 > > 1 file chan

Re: [PATCH] doc: deprecation notice to add RSS hash algorithm field

2023-07-28 Thread Thomas Monjalon
06/06/2023 18:35, Stephen Hemminger: > On Tue, 6 Jun 2023 16:50:53 +0100 > Ferruh Yigit wrote: > > > On 6/6/2023 4:39 PM, Stephen Hemminger wrote: > > > On Tue, 6 Jun 2023 20:11:26 +0800 > > > Dongdong Liu wrote: > > > > > >> Deprecation notice to add "func" field to ``rte_eth_rss_conf`` > >

RE: [PATCH] doc: announce ethdev operation struct changes

2023-07-28 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, 28 July 2023 16.57 > > 04/07/2023 10:10, Feifei Wang: > > To support mbufs recycle mode, announce the coming ABI changes > > from DPDK 23.11. > > > > Signed-off-by: Feifei Wang > > Reviewed-by: Ruifeng Wang > > --- > > doc/gui

Re: [PATCH] doc: deprecation notice to add new hash function

2023-07-28 Thread Thomas Monjalon
24/05/2023 16:49, Stephen Hemminger: > On Wed, 24 May 2023 19:38:27 +0800 > Xueming Li wrote: > > > + > > +* ethdev: The enum ``rte_eth_hash_function`` will be extended to add > > + new subtype value ``RTE_ETH_HASH_FUNCTION_SYMMETRIC_TOEPLITZ_SORT`` in > > + DPDK 23.11. > > Simple new addition

Re: [PATCH v2] doc: announce changes to event device structures

2023-07-28 Thread Thomas Monjalon
27/07/2023 11:01, Jerin Jacob: > On Wed, Jul 26, 2023 at 9:25 PM wrote: > > > > From: Pavan Nikhilesh > > > > The structures ``rte_event_dev_info``, ``rte_event_fp_ops`` will be > > modified to add new elements to support link profiles. > > A new field ``max_profiles_per_port`` will be added to >

Re: [PATCH] doc: announce ethdev operation struct changes

2023-07-28 Thread Thomas Monjalon
28/07/2023 17:08, Morten Brørup: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Friday, 28 July 2023 16.57 > > > > 04/07/2023 10:10, Feifei Wang: > > > To support mbufs recycle mode, announce the coming ABI changes > > > from DPDK 23.11. > > > > > > Signed-off-by: Feifei Wang >

[PATCH v2] doc: announce new major ABI version

2023-07-28 Thread Thomas Monjalon
The next DPDK release 23.11 won't keep ABI compatibility. Only the changes impacting the users should be announced in advance. Signed-off-by: Thomas Monjalon --- v2: improve wording (thanks Bruce) --- doc/guides/rel_notes/deprecation.rst | 12 +--- 1 file changed, 9 insertions(+), 3 dele

Re: [PATCH v2] doc: announce new major ABI version

2023-07-28 Thread Bruce Richardson
On Fri, Jul 28, 2023 at 05:18:40PM +0200, Thomas Monjalon wrote: > The next DPDK release 23.11 won't keep ABI compatibility. > Only the changes impacting the users should be announced in advance. > > Signed-off-by: Thomas Monjalon > --- > v2: improve wording (thanks Bruce) > --- > doc/guides/rel

RE: [PATCH v2] doc: announce new major ABI version

2023-07-28 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, 28 July 2023 17.19 > > The next DPDK release 23.11 won't keep ABI compatibility. > Only the changes impacting the users should be announced in advance. > > Signed-off-by: Thomas Monjalon > --- Acked-by: Morten Brørup

RE: [PATCH] doc: announce ethdev operation struct changes

2023-07-28 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, 28 July 2023 17.20 > > 28/07/2023 17:08, Morten Brørup: > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > Sent: Friday, 28 July 2023 16.57 > > > > > > 04/07/2023 10:10, Feifei Wang: > > > > To support mbufs recycle m

Re: [PATCH] doc: announce ethdev operation struct changes

2023-07-28 Thread Thomas Monjalon
28/07/2023 17:33, Morten Brørup: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Friday, 28 July 2023 17.20 > > > > 28/07/2023 17:08, Morten Brørup: > > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > Sent: Friday, 28 July 2023 16.57 > > > > > > > > 04/07/2023 10:10

Re: [PATCH v1] doc: deprecation notice to add callback data to rte_event_fp_ops

2023-07-28 Thread Thomas Monjalon
25/07/2023 10:40, Ferruh Yigit: > On 7/17/2023 12:24 PM, Sivaprasad Tummala wrote: > > Deprecation notice to add "rte_eventdev_port_data" field to > > ``rte_event_fp_ops`` for callback support. > > > > Signed-off-by: Sivaprasad Tummala > > --- > > doc/guides/rel_notes/deprecation.rst | 7 +++

Re: [EXT] Re: [PATCH v2] doc: announce single-event enqueue/dequeue ABI change

2023-07-28 Thread Thomas Monjalon
05/07/2023 15:02, Pavan Nikhilesh Bhagavatula: > > On Wed, Jul 5, 2023 at 4:48 PM Mattias Rönnblom > > wrote: > > > > > > Announce the removal of the single-event enqueue and dequeue > > > operations from the eventdev ABI. > > > > > > Signed-off-by: Mattias Rönnblom > > > > Acked-by: Jerin Jacob

RE: [PATCH] doc: announce ethdev operation struct changes

2023-07-28 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, 28 July 2023 17.38 > > 28/07/2023 17:33, Morten Brørup: > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > Sent: Friday, 28 July 2023 17.20 > > > > > > 28/07/2023 17:08, Morten Brørup: > > > > > From: Thomas Monjalon

Re: [PATCH] doc: postpone deprecation of pipeline legacy API

2023-07-28 Thread Thomas Monjalon
> > > Postpone the deprecation of the legacy pipeline, table and port > > > library API and gradual stabilization of the new API. > > > > > > Signed-off-by: Cristian Dumitrescu > > > --- > > > doc/guides/rel_notes/deprecation.rst | 21 + > > > 1 file changed, 9 insertions(+),

Re: [PATCH v2] doc: announce new major ABI version

2023-07-28 Thread Thomas Monjalon
28/07/2023 17:23, Bruce Richardson: > On Fri, Jul 28, 2023 at 05:18:40PM +0200, Thomas Monjalon wrote: > > The next DPDK release 23.11 won't keep ABI compatibility. > > Only the changes impacting the users should be announced in advance. > > > > Signed-off-by: Thomas Monjalon > > --- > > v2: impr

Re: [PATCH v2] doc: announce new major ABI version

2023-07-28 Thread Patrick Robb
The Community Lab's ABI testing on new patchseries is now disabled until the 23.11 release. Thanks.

Re: [PATCH v2] doc: announce new major ABI version

2023-07-28 Thread Thomas Monjalon
28/07/2023 19:02, Patrick Robb: > The Community Lab's ABI testing on new patchseries is now disabled until > the 23.11 release. Thanks. Perfect, thank you.

DPDK 23.07 released

2023-07-28 Thread Thomas Monjalon
A new major release is available: https://fast.dpdk.org/rel/dpdk-23.07.tar.xz The number of commits is not that big but the number of changed lines is quite significant: 1028 commits from 178 authors 1554 files changed, 157260 insertions(+), 58411 deletions(-) This release

20.11.9 patches review and test

2023-07-28 Thread luca . boccassi
Hi all, Here is a list of patches targeted for stable release 20.11.9. The planned date for the final release is the 14th of August 2023. Please help with testing and validation of your use cases and report any issues/results with reply-all to this mail. For the final release the fixes and repor