Re: [dpdk-dev] [dpdk-stable] [PATCH] examples/l2fwd: fix l2fwd long options parse issue

2021-06-11 Thread David Marchand
On Thu, Jun 10, 2021 at 3:02 AM SunChengLian wrote: > > Readd other long options case in l2fwd_parse_args function > to ensure all long options will work well. Please, be more explicit about the thing you want to fix. I understand --no-mac-updating is broken. You want to fix this long option. Is

Re: [dpdk-dev] [RFC v3 0/6] Add mdev (Mediated device) support in DPDK

2021-06-11 Thread Thomas Monjalon
01/06/2021 05:06, Chenbo Xia: > Hi everyone, > > This is a draft implementation of the mdev (Mediated device [1]) > support in DPDK PCI bus driver. Mdev is a way to virtualize devices > in Linux kernel. Based on the device-api (mdev_type/device_api), > there could be different types of mdev device

Re: [dpdk-dev] [RFC v3 4/6] eal: add a helper for reading string from sysfs

2021-06-11 Thread Thomas Monjalon
01/06/2021 05:06, Chenbo Xia: > From: Tiwei Bie > > This patch adds a helper for reading string from sysfs. > > Signed-off-by: Cunming Liang > Signed-off-by: Tiwei Bie > --- > lib/eal/common/eal_filesystem.h | 10 ++ > lib/eal/freebsd/eal.c | 22 ++ > lib

Re: [dpdk-dev] [PATCH] malloc: fix size annotation for NUMA-aware realloc

2021-06-11 Thread David Marchand
On Thu, Jun 10, 2021 at 2:09 PM David Marchand wrote: > > __rte_alloc_size is mapped to compiler alloc_size attribute. I get the following splat from dts. I don't see how this patch could have an impact. There is an odd mac address (00:00:00:00:51:14), so maybe a broken nic / firmware / forced

Re: [dpdk-dev] [PATCH] malloc: fix size annotation for NUMA-aware realloc

2021-06-11 Thread David Marchand
On Fri, Jun 11, 2021 at 9:26 AM David Marchand wrote: > > On Thu, Jun 10, 2021 at 2:09 PM David Marchand > wrote: > > > > __rte_alloc_size is mapped to compiler alloc_size attribute. > > I get the following splat from dts. There is the exact same output in last night next-net-intel test: https:/

Re: [dpdk-dev] [RFC 00/14] mlx5: support SubFunction

2021-06-11 Thread Thomas Monjalon
11/06/2021 07:14, Xia, Chenbo: > From: Thomas Monjalon > > 10/06/2021 12:33, Ferruh Yigit: > > > On 5/27/2021 2:37 PM, Xueming Li wrote: > > > > SubFunction [1] is a portion of the PCI device, a SF netdev has its > > own > > > > dedicated queues(txq, rxq). A SF shares PCI level resources with othe

[dpdk-dev] DPDK 21.08 NVIDIA Mellanox Roadmap

2021-06-11 Thread Shy Shyman
Below is NVIDIA Mellanox's roadmap for DPDK21.08, on which we are currently working: rte_flow new APIs: === [1] Extend rte_ipv4_hdr with ihl field separated from version field(while persevering the original API) Motivation: to allow efficient implementation of matc

Re: [dpdk-dev] [PATCH v1 0/8] use GCC's C11 atomic builtins for test

2021-06-11 Thread David Marchand
On Fri, Jun 4, 2021 at 11:46 AM Joyce Kong wrote: > > Since C11 memory model is adopted in DPDK now[1], use GCC's > atomic builtins in test cases. > > [1]https://www.dpdk.org/blog/2021/03/26/dpdk-adopts-the-c11-memory-model/ > > Joyce Kong (8): > test/ticketlock: use GCC atomic builtins for lcor

Re: [dpdk-dev] 19.11.9 patches review and test - V2

2021-06-11 Thread Jiang, YuX
Hi Christian, Testing with dpdk v19.11.9-rc2 from Intel is almost finished, some build issues and telemetry issue are found. # Basic Intel(R) NIC testing * PF(i40e, ixgbe): test scenarios including rte_flow/TSO/Jumboframe/checksum offload/Tunnel, etc. Listed but not all. - Known issues

Re: [dpdk-dev] [PATCH] eal/arm: enable FreeBSD build

2021-06-11 Thread David Marchand
On Fri, Jun 4, 2021 at 7:49 AM Ruifeng Wang wrote: > > Build on FreeBSD on aarch64 failed with error: > lib/eal/arm/rte_cpuflags.c:86:9: error: unknown type name 'Elf64_auxv_t' > > The data type is used by OS Linux auxiliary vector read, and not used by > arch specific cpu flag API implementations

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] bitmap: fix buffer overrun in bitmap init function

2021-06-11 Thread David Marchand
On Tue, Jun 8, 2021 at 12:27 PM Dumitrescu, Cristian wrote: > > Bitmap initialization function is allowed to memset() > > caller-provided buffer with number of bytes exceeded > > this buffer size. This happens due to wrong comparison > > sign between buffer size and number of bytes required > > to

Re: [dpdk-dev] [PATCH] app/testpmd: send failure logs to stderr

2021-06-11 Thread Andrew Rybchenko
On 6/11/21 5:06 AM, Li, Xiaoyun wrote: > Hi > -Original Message- > From: Andrew Rybchenko > Sent: Friday, May 28, 2021 00:25 > To: Li, Xiaoyun > Cc: dev@dpdk.org > Subject: [PATCH] app/testpmd: send failure logs to stderr > > Running with stdout suppressed or redirected for further proc

Re: [dpdk-dev] Define statement with UB prevents compilation using UBSAN

2021-06-11 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen Hemminger > Sent: Thursday, 10 June 2021 23.36 > > On Thu, 10 Jun 2021 16:51:37 -0400 > Owen Hilyard wrote: > > > Working backward to the define > > statement, AEU_INPUTS_ATTN_BITS_MCP_LATCHED_SCPAD_PARITY is defined > as > > > > #de

Re: [dpdk-dev] [PATCH] malloc: fix size annotation for NUMA-aware realloc

2021-06-11 Thread David Marchand
On Thu, Jun 10, 2021 at 2:19 PM Maxime Coquelin wrote: > > __rte_alloc_size is mapped to compiler alloc_size attribute. > > > > Quoting gcc documentation: > > """ > > alloc_size > > The alloc_size attribute is used to tell the compiler that the > > function return value points to memory, w

Re: [dpdk-dev] [dpdk-stable] [PATCH v5] eal: arm: fix out of tree build

2021-06-11 Thread David Marchand
Hello Bruce, On Wed, Jun 9, 2021 at 12:18 PM Michael Pfeiffer wrote: > > Including various headers may fail for ARM builds with 'Platform must > be built with RTE_FORCE_INTRINSICS' if rte_config.h is not included > before. Move the error message after the includes to ensure rte_config.h > is alwa

Re: [dpdk-dev] [dpdk-stable] [PATCH v5] eal: arm: fix out of tree build

2021-06-11 Thread Bruce Richardson
On Fri, Jun 11, 2021 at 11:54:25AM +0200, David Marchand wrote: > Hello Bruce, > > On Wed, Jun 9, 2021 at 12:18 PM Michael Pfeiffer > wrote: > > > > Including various headers may fail for ARM builds with 'Platform must > > be built with RTE_FORCE_INTRINSICS' if rte_config.h is not included > > be

[dpdk-dev] [PATCH v2 1/2] examples/l2fwd: fix long option parsing

2021-06-11 Thread SunChengLian
For l2fwd, --no-mac-updating and --mac-updating are treated as invalid arguments.Rework long options parsing to let --no-mac-updating and --mac-updating options work well. Fixes: fa19eb20d212 ("examples/l2fwd: add forwarding port mapping option") Cc: sta...@dpdk.org Signed-off-by: SunChengLian -

[dpdk-dev] [PATCH 1/2] crypto/octeontx2: increase metabuf pool

2021-06-11 Thread Anoob Joseph
When used with crypto adapter, metabuf pool would be shared across cores. Account for the same in pool size. Signed-off-by: Anoob Joseph --- drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/crypto/octeontx2/otx2_cry

[dpdk-dev] [PATCH 2/2] crypto/octeontx: increase metabuf pool

2021-06-11 Thread Anoob Joseph
When used with crypto adapter, metabuf pool would be shared across cores. Account for the same in pool size. Signed-off-by: Anoob Joseph --- drivers/crypto/octeontx/otx_cryptodev_hw_access.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/crypto/octeontx/otx_cr

Re: [dpdk-dev] [dpdk-stable] [PATCH v5] eal: arm: fix out of tree build

2021-06-11 Thread Michael Pfeiffer
Hi there, On Fri, 2021-06-11 at 10:59 +0100, Bruce Richardson wrote: > On Fri, Jun 11, 2021 at 11:54:25AM +0200, David Marchand wrote: > > Hello Bruce, > > > > On Wed, Jun 9, 2021 at 12:18 PM Michael Pfeiffer > > wrote: > > > > > > Including various headers may fail for ARM builds with 'Platfor

[dpdk-dev] [PATCH v2 2/2] examples/l2fwd: remove mac-updating option

2021-06-11 Thread SunChengLian
The "mac-updating" option can be removed since the associated mac_updating variable is set to 1 by default. Signed-off-by: SunChengLian --- examples/l2fwd/main.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/examples/l2fwd/main.c b/examples/l2fwd/main.c index a8fa091

Re: [dpdk-dev] [PATCH] app/testpmd: send failure logs to stderr

2021-06-11 Thread Ferruh Yigit
On 6/11/2021 10:19 AM, Andrew Rybchenko wrote: > On 6/11/21 5:06 AM, Li, Xiaoyun wrote: >> Hi >> -Original Message- >> From: Andrew Rybchenko >> Sent: Friday, May 28, 2021 00:25 >> To: Li, Xiaoyun >> Cc: dev@dpdk.org >> Subject: [PATCH] app/testpmd: send failure logs to stderr >> >> Runn

Re: [dpdk-dev] [dpdk-stable] [PATCH v5] eal: arm: fix out of tree build

2021-06-11 Thread Ruifeng Wang
> -Original Message- > From: Michael Pfeiffer > Sent: Friday, June 11, 2021 6:28 PM > To: Bruce Richardson ; David Marchand > > Cc: Jan Viktorin ; Ruifeng Wang > ; jer...@marvell.com; dev ; > dpdk stable ; ko...@rehivetech.com; Phil Yang > ; Joyce Kong > Subject: Re: [dpdk-stable] [PATCH

Re: [dpdk-dev] [PATCH v1 0/8] use GCC's C11 atomic builtins for test

2021-06-11 Thread Joyce Kong
> > > > Since C11 memory model is adopted in DPDK now[1], use GCC's atomic > > builtins in test cases. > > > > [1]https://www.dpdk.org/blog/2021/03/26/dpdk-adopts-the-c11-memory- > mod > > el/ > > > > Joyce Kong (8): > > test/ticketlock: use GCC atomic builtins for lcores sync > > test/spinloc

Re: [dpdk-dev] [PATCH] eal/arm: enable FreeBSD build

2021-06-11 Thread Ruifeng Wang
> -Original Message- > From: David Marchand > Sent: Friday, June 11, 2021 4:59 PM > To: Ruifeng Wang > Cc: Jan Viktorin ; jer...@marvell.com; Bruce > Richardson ; dev ; nd > ; j.gr...@qub.ac.uk; tho...@monjalon.net; Honnappa > Nagarahalli > Subject: Re: [PATCH] eal/arm: enable FreeBSD bu

[dpdk-dev] [Bug 733] [dpdk-19.11.9-rc2] make and meson build failed on Fedora33 with CLang11.0.0

2021-06-11 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=733 Bug ID: 733 Summary: [dpdk-19.11.9-rc2] make and meson build failed on Fedora33 with CLang11.0.0 Product: DPDK Version: 19.11 Hardware: All OS: All Statu

Re: [dpdk-dev] [PATCH] app/testpmd: send failure logs to stderr

2021-06-11 Thread Bruce Richardson
On Fri, Jun 11, 2021 at 11:35:59AM +0100, Ferruh Yigit wrote: > On 6/11/2021 10:19 AM, Andrew Rybchenko wrote: > > On 6/11/21 5:06 AM, Li, Xiaoyun wrote: > >> Hi > >> -Original Message- > >> From: Andrew Rybchenko > >> Sent: Friday, May 28, 2021 00:25 > >> To: Li, Xiaoyun > >> Cc: dev@dp

Re: [dpdk-dev] Define statement with UB prevents compilation using UBSAN

2021-06-11 Thread Aaron Conole
Stephen Hemminger writes: > On Thu, 10 Jun 2021 16:51:37 -0400 > Owen Hilyard wrote: > >> Working backward to the define >> statement, AEU_INPUTS_ATTN_BITS_MCP_LATCHED_SCPAD_PARITY is defined as >> >> #define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_SCPAD_PARITY (0x1 << 31) > > Why not (1u << 31)? +1

[dpdk-dev] DPDK Release Status Meeting 11/06/2021

2021-06-11 Thread Mcnamara, John
Release status meeting minutes {Date} = :Date: 10 June 2021 :toc: .Agenda: * Release Dates * Subtrees * Roadmaps * LTS * Defects * Opens .Participants: * Arm * Canonical * Intel * Marvell * Nvidia * Red Hat Release Dates - * `v21.08` dates - Pr

[dpdk-dev] [PATCH v2] eal/arm: remove irrelevant code

2021-06-11 Thread Ruifeng Wang
Data types Elf32_auxv_t and Elf64_auxv_t are used by OS Linux auxiliary vector read, and not used by arch specific cpu flag API implementations. Hence remove them from Arm file. Reported-by: James Grant Signed-off-by: Ruifeng Wang Reviewed-by: Honnappa Nagarahalli --- v2: Update commit message

[dpdk-dev] [PATCH] net/mlx5: fix switchdev mode recognition

2021-06-11 Thread Viacheslav Ovsiienko
The new kernels might add the switch_id attribute to the Netlink replies and this caused the wrong recognition of the E-Switch presence. The single uplink device was erroneously recognized as master and it caused the extending match for source vport index on all installed flows, including the defau

[dpdk-dev] [PATCH] doc: fix SPDX tag

2021-06-11 Thread Kevin Traynor
A stray character got added. Remove it. Fixes: cb056611a8ed ("eal: rename lcore master and slave") Cc: sta...@dpdk.org Signed-off-by: Kevin Traynor --- doc/guides/sample_app_ug/hello_world.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/hello_wor

Re: [dpdk-dev] Define statement with UB prevents compilation using UBSAN

2021-06-11 Thread Owen Hilyard
Seeing the discussion so far, do we want to change the single definition to be (0b1u << 31) so it works, or should we make this change in a wider scope (file, directory, project-wide). If we do make the change in a wider scope, should we only change instances where there is UB (1 << 31) or should w

Re: [dpdk-dev] [dts] [PATCH] malloc: fix size annotation for NUMA-aware realloc

2021-06-11 Thread Owen Hilyard
That test suite has been disabled on the system. Someone of the Intel team should be looking at it soon, since stats_checks also has similar issues. On Fri, Jun 11, 2021 at 3:40 AM David Marchand wrote: > On Fri, Jun 11, 2021 at 9:26 AM David Marchand > wrote: > > > > On Thu, Jun 10, 2021 at 2:

[dpdk-dev] [PATCH] eal: save error in string copy

2021-06-11 Thread Xueming Li
From: Thomas Monjalon Sets rte_errrno if the destination buffer is too small. Signed-off-by: Thomas Monjalon --- lib/eal/common/eal_common_string_fns.c | 4 +++- lib/eal/common/eal_common_trace.c | 1 - lib/eal/include/rte_string_fns.h | 5 ++--- lib/graph/node.c

Re: [dpdk-dev] [PATCH v9 07/10] eal: implement functions for mutex management

2021-06-11 Thread Narcisa Ana Maria Vasile
On Thu, Jun 10, 2021 at 01:37:17AM +0300, Dmitry Kozlyuk wrote: > 2021-06-09 02:04 (UTC+0300), Dmitry Kozlyuk: > > 2021-06-04 16:44 (UTC-0700), Narcisa Ana Maria Vasile: > > [...] > > > diff --git a/lib/eal/include/rte_thread_types.h > > > b/lib/eal/include/rte_thread_types.h > > > index d67b24a56