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
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
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:
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
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
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
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
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
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
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
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
> -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
> >
> > 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
> -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
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
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
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
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
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
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
-
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
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
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
> 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
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
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
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
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
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
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
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
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:/
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
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
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
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
36 matches
Mail list logo