[PATCH v2] doc: update doc for idpf and cpfl

2023-07-25 Thread beilei . xing
From: Beilei Xing Add recommended matching list for idpf pmd and cpfl pmd. Signed-off-by: Beilei Xing --- v2 change: - Remove description about 23.03 doc/guides/nics/cpfl.rst | 14 ++ doc/guides/nics/idpf.rst | 14 ++ 2 files changed, 28 insertions(+) diff --git a/do

Re: [dpdk-dev] [PATCH v1] doc: add inbuilt graph nodes data flow

2023-07-25 Thread Thomas Monjalon
> > From: Jerin Jacob > > > > Added diagram to depict the data flow between inbuilt graph nodes. > > > > In order to avoid graphviz package dependency to DPDK documentation, manual > > step added to create a svg file from the dot file. The details for the same > > is > > documented in graph_inb

Re: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS

2023-07-25 Thread Ferruh Yigit
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 > --- > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(

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

2023-07-25 Thread 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 +++ > 1 file changed, 7 insertions(+) > > diff

Re: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS

2023-07-25 Thread Bruce Richardson
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 > > --- > > d

[PATCH v3] dts: update dependencies and mypy execution

2023-07-25 Thread Juraj Linkeš
Poetry changed the syntax of dev dependencies section in version 1.2.0. Updated the lock file with Poetry 1.5.1 added that to the documentation. The scripts section did nothing, so it got removed. Update Pylama linters: * pep8 is the same as pycodestyle * pylint is missing dependencies and thus not

RE: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS

2023-07-25 Thread Morten Brørup
> From: Ferruh Yigit [mailto:ferruh.yi...@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: Sivapra

Re: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS

2023-07-25 Thread Kevin Traynor
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 --- doc/guides/rel_notes/deprecation.rst | 3 +++

Deprecation Notices history

2023-07-25 Thread Morten Brørup
Why are Deprecation Notices not part of the Release Notes? If a DPDK developer wants to upgrade his application from e.g. 20.11 to 22.11, it might be informative to review the historical Deprecation Notices. Is it because we promise that (when the announced change actually occurs) the deleted D

Re: [PATCH v4 2/2] doc/contributing: guidelines for logging, tracing and telemetry

2023-07-25 Thread Thomas Monjalon
20/07/2023 13:05, Bruce Richardson: > --- a/doc/guides/prog_guide/telemetry_lib.rst > +++ b/doc/guides/prog_guide/telemetry_lib.rst > @@ -1,6 +1,8 @@ > .. SPDX-License-Identifier: BSD-3-Clause > Copyright(c) 2020 Intel Corporation. > > +.. _telemetry_library: > + > Telemetry Library > ==

Re: release candidate 23.07-rc4

2023-07-25 Thread Thinh Tran
IBM - Power Systems DPDK v23.07-rc4 * Build CI on Fedora 30,31,34,36,37 for ppc64le * Basic PF on Mellanox: No issue found * Performance: not tested. * OS: RHEL 9.1 kernel: 5.14.0-162.6.1.el9_1.ppc64le with gcc version 11.3.1 20220421 (Red Hat 11.3.1-2) (GCC) RHEL 8.8 kernel: 4.18

Re: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS

2023-07-25 Thread Tyler Retzlaff
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 > > --- > > d

Re: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS

2023-07-25 Thread Jerin Jacob
On Tue, Jul 25, 2023 at 7:48 PM Tyler Retzlaff 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 re

[Bug 1268] dma/idxd appends extra characters which makes test-dma-perf to fail.

2023-07-25 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1268 Bug ID: 1268 Summary: dma/idxd appends extra characters which makes test-dma-perf to fail. Product: DPDK Version: 23.07 Hardware: x86 OS: Linux Status:

[PATCH] doc/dmadevs: add note clarifying naming of idxd devices

2023-07-25 Thread Bruce Richardson
Since the test-dma-perf application identifies devices by name, include in the idxd driver documentation a note on device naming when vfio-pci. See also discussion in bugzilla[1]. [1] https://bugs.dpdk.org/show_bug.cgi?id=1268 Signed-off-by: Bruce Richardson --- doc/guides/dmadevs/idxd.rst | 7

Re: [PATCH] doc/dmadevs: add note clarifying naming of idxd devices

2023-07-25 Thread Bruce Richardson
On Tue, Jul 25, 2023 at 05:16:29PM +0100, Bruce Richardson wrote: > Since the test-dma-perf application identifies devices by name, include > in the idxd driver documentation a note on device naming when vfio-pci. > See also discussion in bugzilla[1]. > > [1] https://bugs.dpdk.org/show_bug.cgi?id=

RE: [PATCH] doc: announce deprecation of RTE_CPUFLAG_NUMFLAGS

2023-07-25 Thread Hemant Agrawal
> -Original Message- > > On Tue, Jul 25, 2023 at 7:48 PM Tyler Retzlaff > 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_C

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

2023-07-25 Thread Hemant Agrawal
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, July 25, 2023 2:11 PM > To: Sivaprasad Tummala ; dev@dpdk.org > Cc: bruce.richard...@intel.com; david.march...@redhat.com; > tho...@monjalon.net; jerinjac...@gmail.com; techbo...@dpdk.org > Subject: Re: [PATCH v1] doc: deprecation

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

2023-07-25 Thread Pavan Nikhilesh Bhagavatula
> > -Original Message- > > From: Ferruh Yigit > > Sent: Tuesday, July 25, 2023 2:11 PM > > To: Sivaprasad Tummala ; dev@dpdk.org > > Cc: bruce.richard...@intel.com; david.march...@redhat.com; > > tho...@monjalon.net; jerinjac...@gmail.com; techbo...@dpdk.org > > Subject: Re: [PATCH v1] doc

Re: [dpdk-dev] [PATCH v1] doc: process for new library approval in principle

2023-07-25 Thread Thomas Monjalon
> > Based on techboard meeting[1] action item, defining the process for a > > new library approval in principle. > > > > [1] > > https://mails.dpdk.org/archives/dev/2023-January/260035.html > > > > Signed-off-by: Jerin Jacob > > --- > > RFC..v1: > > - Fix the review comments by Konstantin, Keven

[PATCH] net/mana: add support to update MTU

2023-07-25 Thread longli
From: Long Li Add support for updating MTU for MANA. MTU is updated in kernel through socket interface. Signed-off-by: Long Li --- doc/guides/nics/features/mana.ini | 1 + drivers/net/mana/mana.c | 96 ++- drivers/net/mana/mana.h | 2 +- 3 file

[PATCH] net/mana: use %m for fscanf to read mac address

2023-07-25 Thread longli
From: Long Li Use %m through fscanf to allocate mac dynamically is safer than using mac[20], this guarantees there is no overflow on mac[]. Signed-off-by: Long Li --- drivers/net/mana/mana.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/mana/mana.c b/dri

RE: [PATCH] tap: fix build of tap_bpf_program

2023-07-25 Thread Long Li
> Subject: Re: [PATCH] tap: fix build of tap_bpf_program > > On 7/20/2023 8:45 AM, Ferruh Yigit wrote: > > On 7/19/2023 5:12 PM, Stephen Hemminger wrote: > >> On Wed, 19 Jul 2023 11:03:36 +0100 > >> Ferruh Yigit wrote: > >> > >>> On 7/19/2023 11:00 AM, Ferruh Yigit wrote: > On 7/17/2023 8:15

[PATCH] doc: announce changes to event device structures

2023-07-25 Thread pbhagavatula
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 ``rte_event_dev_info`` and ``switch_profile`` will be added to ``rte_event_fp_ops``. Two new exp

RE: [PATCH] doc/dmadevs: add note clarifying naming of idxd devices

2023-07-25 Thread Varghese, Vipin
[AMD Official Use Only - General] > -Original Message- > From: Bruce Richardson > Sent: Tuesday, July 25, 2023 9:49 PM > To: dev@dpdk.org > Cc: Varghese, Vipin > Subject: Re: [PATCH] doc/dmadevs: add note clarifying naming of idxd devices > > Caution: This message originated from an Exte

[PATCH v2] Add support for IBM Z s390x

2023-07-25 Thread David Miller
Minimal changes to drivers and app to support the IBM s390x. Signed-off-by: David Miller Reviewed-by: Mathew S Thoennes --- app/test-acl/main.c | 4 + app/test/test_acl.c | 1 + app/test/test_atomic.c | 7 +- app/test

[PATCH v3] Add support for IBM Z s390x

2023-07-25 Thread David Miller
Minimal changes to drivers and app to support the IBM s390x. Signed-off-by: David Miller Reviewed-by: Mathew S Thoennes --- app/test-acl/main.c | 4 + app/test/test_acl.c | 1 + app/test/test_atomic.c | 7 +- app/test

[PATCH v2] app/test:subprocess synchronization of parameters

2023-07-25 Thread Kaisen You
In meson_test, because the child process does not synchronize the NIC startup parameters of the parent process at startup, it uses all NICs bound by vfio as startup parameters by default, and an exception occurs in the subsequent hugefile check, causing the test to fail. Synchronize the NIC startup

DPDK Tech Board Meeting - Tomorrow, Wed. Jul. 26, 2023 - 8am Pacific/11am Eastern

2023-07-25 Thread Nathan Southern
Good evening, Tomorrow DPDK will hold its biweekly tech board meeting. A read-only agenda can be accessed here: https://annuel.framapad.org/p/r.0c3cc4d1e011214183872a98f6b5c7db And as always, the login: https://meet.jit.si/dpdk We look forward to seeing you there. Thanks, Nathan Nathan C.

[PATCH v2 1/1] app/test: resolve mbuf_test application failure

2023-07-25 Thread Rakesh Kudurumalla
when RTE_ENABLE_ASSERT is defined test_mbuf application is failing because we are trying to attach extbuf to a cloned buffer to which external mbuf is already attached.To make test_mbuf pass CI we have updated ol_flags. This patch fixes the same. Signed-off-by: Rakesh Kudurumalla --- v2 : Address