> 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
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
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
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
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
> > > 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
> > > > > 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
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
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
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
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:
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:
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
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
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
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
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
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``
> >
> 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
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
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
>
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
>
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
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
> 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
> 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
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
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 +++
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
> 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
> > > 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(+),
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
The Community Lab's ABI testing on new patchseries is now disabled until
the 23.11 release. Thanks.
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.
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
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
36 matches
Mail list logo