Re: [PATCH v2 0/3] example/l3fwd: relax l3fwd rx RSS/Offload if needed

2023-10-13 Thread David Marchand
Hello, On Fri, Oct 13, 2023 at 6:28 AM Trevor Tao wrote: > > This series tries to relax l3fwd rx RSS/Offload mode requirement if they > are not supported by underlying hw or virtual devices, there is an > option named relax_rx_mode added to enable this option. > > Trevor Tao (3): > examples/l3f

Re: [PATCH v2] config/arm: update aarch32 build with gcc13

2023-10-13 Thread Juraj Linkeš
On Thu, Oct 12, 2023 at 2:40 PM Paul Szczepanek wrote: > > > On 09/10/2023 10:53, Juraj Linkeš wrote: > > The aarch32 with gcc13 fails with: > > > > Compiler for C supports arguments -march=armv8-a: NO > > > > ../config/arm/meson.build:714:12: ERROR: Problem encountered: No > > suitable armv8 marc

[PATCH] net/nfp: fix the Tx performance issue

2023-10-13 Thread Chaoyong He
From: Zerun Fu The former commit imports a register read operation into the data path logic, which will severely degrade performance. Fix this bug by moving the register read logic out of the data path. Read 'cap_extend' only once in the initialisation logic and store it in the data structure. An

Re: [PATCH v3 1/2] doc: increase python max line length to 100

2023-10-13 Thread Juraj Linkeš
On Thu, Oct 12, 2023 at 2:52 PM Paul Szczepanek wrote: > > > On 28/09/2023 13:18, Juraj Linkeš wrote: > > Unify with C recommendations which allow line length of up to 100 > > characters. > > > > Signed-off-by: Owen Hilyard > > Signed-off-by: Juraj Linkeš > > --- > > .editorconfig

[PATCH v4 1/2] doc: increase python max line length to 100

2023-10-13 Thread Juraj Linkeš
Unify with C recommendations which allow line length of up to 100 characters. Signed-off-by: Juraj Linkeš Acked-by: Bruce Richardson --- .editorconfig| 2 +- doc/doc_build/meson-private/meson.lock | 0 doc/guides/contributing/coding_style.rst | 1 + dts/pyproject.t

[PATCH v4 2/2] dts: reformat to 100 line length

2023-10-13 Thread Juraj Linkeš
Reformat to 100 from the previous 88 to unify with C recommendations. Signed-off-by: Juraj Linkeš Acked-by: Jeremy Spewock --- dts/framework/config/__init__.py | 20 ++- dts/framework/dts.py | 15 ++--- dts/framework/exception.py| 5

[PATCH v1] doc: update QAT kernel module entry

2023-10-13 Thread Brian Dooley
The Kernel Module entry for 2.0 devices was incorrect in the doc table. Updated table with Kernel Module qat_4xxx. Fixes: 83ce3b393176 ("doc: update QAT device support") Signed-off-by: Brian Dooley --- doc/guides/cryptodevs/qat.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: [PATCH v1] doc: update QAT kernel module entry

2023-10-13 Thread David Marchand
Hello, On Fri, Oct 13, 2023 at 1:00 PM Brian Dooley wrote: > > The Kernel Module entry for 2.0 devices was incorrect in the doc table. > Updated table with Kernel Module qat_4xxx. > > Fixes: 83ce3b393176 ("doc: update QAT device support") This does not look like the right Fixes: tag. The commit

Re: [PATCH] ethdev: clarify device queue state after start and stop

2023-10-13 Thread Ferruh Yigit
On 10/12/2023 10:33 AM, David Marchand wrote: > Hello Ferruh, > > On Thu, Sep 28, 2023 at 10:59 PM Ferruh Yigit wrote: >> >> Drivers start/stop device queues on port start/stop, but not all drivers >> update queue state accordingly. >> >> This becomes more visible if a specific queue stopped expl

[PATCH] net/iavf: fix pkt len check

2023-10-13 Thread Dexia Li
App usually encap some bytes in mbuf headroom, for example, tunnel header. When RTE_MBUF_F_TX_TCP_SEG is set, this check will drop packets. Since the packet will be cut by hw soon, the out packet will not exceed mtu. Signed-off-by: Dexia Li --- drivers/net/iavf/iavf_rxtx.c | 2 +- 1 file changed

Re: [PATCH] doc: update feature list for idpf and cpfl

2023-10-13 Thread Ferruh Yigit
On 10/12/2023 4:15 PM, beilei.x...@intel.com wrote: > From: Beilei Xing > > Add RSS support in idpf.ini and cpfl.ini. > > Signed-off-by: Beilei Xing > --- > doc/guides/nics/features/cpfl.ini | 3 +++ > doc/guides/nics/features/idpf.ini | 3 +++ > 2 files changed, 6 insertions(+) > > diff --gi

Re: [PATCH] net/iavf: fix pkt len check

2023-10-13 Thread David Marchand
Hello Dexia, On Fri, Oct 13, 2023 at 1:42 PM Dexia Li wrote: > > App usually encap some bytes in mbuf headroom, for example, tunnel > header. When RTE_MBUF_F_TX_TCP_SEG is set, this check will drop packets. > Since the packet will be cut by hw soon, the out packet will not exceed > mtu. > > Signe

RE: [PATCH v3] bus/cdx: provide driver flag for optional resource mapping

2023-10-13 Thread Gangurde, Abhijit
> > > > +/** > > > > + * Map the CDX device resources in user space virtual memory address. > > > > + * > > > > + * Note that driver should not call this function when flag > > > > + * RTE_CDX_DRV_NEED_MAPPING is set, as EAL will do that for > > > > + * you when it's on. > > > > > > Why should we e

Re: [PATCH v3] bus/cdx: provide driver flag for optional resource mapping

2023-10-13 Thread David Marchand
On Fri, Oct 13, 2023 at 1:52 PM Gangurde, Abhijit wrote: > > > > > > +/** > > > > > + * Map the CDX device resources in user space virtual memory address. > > > > > + * > > > > > + * Note that driver should not call this function when flag > > > > > + * RTE_CDX_DRV_NEED_MAPPING is set, as EAL will

Re: [PATCH v3 2/5] buildtools: script to generate cmdline boilerplate

2023-10-13 Thread Robin Jarry
Bruce Richardson, Oct 11, 2023 at 15:33: Provide a "dpdk-cmdline-gen.py" script for application developers to quickly generate the boilerplate code necessary for using the cmdline library. Example of use: The script takes an input file with a list of commands the user wants in the app, where the

Re: [PATCH v3 2/5] buildtools: script to generate cmdline boilerplate

2023-10-13 Thread Bruce Richardson
On Fri, Oct 13, 2023 at 02:23:13PM +0200, Robin Jarry wrote: > Bruce Richardson, Oct 11, 2023 at 15:33: > > Provide a "dpdk-cmdline-gen.py" script for application developers to > > quickly generate the boilerplate code necessary for using the cmdline > > library. > > > > Example of use: > > The sc

Re: [PATCH v3 0/8] Enhance the bond framework to support offload

2023-10-13 Thread Ferruh Yigit
On 10/13/2023 3:22 AM, Chaoyong He wrote: > A gentle ping ~ > > As this patch series add new APIs, hoping it will catch up deadline of > 23.11-RC1 (API freeze). > Hi Chaoyong, I did a quick scan of the patch, followings are red flag to me - adding an ethdev dev_ops for a specific driver (bondi

[PATCH v2] doc: update QAT kernel module entry

2023-10-13 Thread Brian Dooley
The Kernel Module entry for 2.0 devices was incorrect in the doc table. Updated table with Kernel Module qat_4xxx. Fixes: f4eac3a09c51 ("common/qat: enable GEN4 b devices") Cc: arkadiuszx.kusz...@intel.com Signed-off-by: Brian Dooley --- v2: Correct Fixes tag --- doc/guides/cryptodevs/qat.rst |

Re: [PATCH v5 5/5] doc: add generic flow doc for ice PMD

2023-10-13 Thread Thomas Monjalon
26/09/2023 13:29, Qi Zhang: > +Generic Flow Support > + > + > +The ice PMD provides support for the Generic Flow API (RTE_FLOW), enabling > +users to offload various flow classification tasks to the E810 NIC. > +The E810 NIC's packet processing pipeline consists of the followin

[PATCH v2] ethdev: clarify device queue state after start and stop

2023-10-13 Thread Ferruh Yigit
Drivers start/stop device queues on port start/stop, but not all drivers update queue state accordingly. This becomes more visible if a specific queue stopped explicitly and port stopped/started later, in this case although all queues are started, the state of that specific queue is stopped and it

Re: [PATCH v4 1/2] doc: increase python max line length to 100

2023-10-13 Thread Stephen Hemminger
On Fri, 13 Oct 2023 09:58:04 +0200 Juraj Linkeš wrote: > Unify with C recommendations which allow line length of up to 100 > characters. > > Signed-off-by: Juraj Linkeš > Acked-by: Bruce Richardson > --- > .editorconfig| 2 +- > doc/doc_build/meson-private/meson.lo

Re: [PATCH 0/6] docs: Unify Getting Started Guides

2023-10-13 Thread Bruce Richardson
On Mon, Sep 25, 2023 at 12:54:15PM +0100, Ferruh Yigit wrote: > On 9/20/2023 4:48 PM, David Young wrote: > > The separate Getting Started Guides for Linux, FreeBSD, and Windows > > have been consolidated into a single, streamlined guide to simplify the > > user experience and facilitate easier main

[PATCH] common/cnxk: fix pool buffer size in opaque mode

2023-10-13 Thread Ashwin Sekhar T K
From: Kommula Shiva Shankar Pool buffer size in opaque mode must always be set to 0. Fixes: f765f5611240 ("common/cnxk: add NPA pool HW operations") Signed-off-by: Kommula Shiva Shankar Signed-off-by: Ashwin Sekhar T K --- drivers/common/cnxk/roc_npa.c | 6 +- 1 file changed, 5 insertion

Re: [PATCH] ethdev: remove init_color from METER_MARK action

2023-10-13 Thread Ferruh Yigit
On 10/12/2023 10:16 AM, Ori Kam wrote: > Hi Gregory, > >> -Original Message- >> From: Gregory Etelson >> Sent: Tuesday, August 8, 2023 1:01 PM >> >> Indirect list API defines 2 types of action update: >> • Action mutable context is always shared between all flows >> that referenced indi

[PATCH] net/mana: add missing \n to DP logs

2023-10-13 Thread longli
From: Long Li Add a missing "\n" to DP logs. This makes the logs correctly formatted. Signed-off-by: Long Li --- drivers/net/mana/mana.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/mana/mana.h b/drivers/net/mana/mana.h index 9bff90ab77..6836872dc2 100644 ---

[PATCH v2 1/2] doc: bbdev device discovery clarification

2023-10-13 Thread Nicolas Chautru
Adding more context and information related the data exposed through device discovery notably for FEC and FFT operations. Signed-off-by: Nicolas Chautru --- doc/guides/prog_guide/bbdev.rst | 60 - lib/bbdev/rte_bbdev.h | 6 2 files changed, 57 inse

[PATCH v2 2/2] doc/guides: refer to generic bbdev test section

2023-10-13 Thread Nicolas Chautru
Avoiding duplication among each PMD doc, now referring directly to the relevant details section. Signed-off-by: Nicolas Chautru --- doc/guides/bbdevs/acc100.rst| 33 +++- doc/guides/bbdevs/fpga_5gnr_fec.rst | 39 +++- doc/guides/bbdevs/fpga_lte

[PATCH v2 0/2] doc/guides: bbdev clean up

2023-10-13 Thread Nicolas Chautru
v2: adding extra commit to refer to bbdev test doc from each PMD and avoid duplication. Adding more information in bbdev documentation related to the bbdev device discovery from info_get which was not very verbose so far. Notably for FEC and FFT operations which have extra parameters to manage d

RE: [PATCH v7 4/4] eal: add nonnull and access function attributes

2023-10-13 Thread Morten Brørup
David, As mentioned below, the first 3 patches in this series [26561] can be considered as individual driver patches. I guess this request was somehow missed. Should I delegate these 3 patches to the respective maintainers for the net-next-xxx trees in Patchwork, or how should I proceed? Patc