Re: [PATCH 1/2] meson/mlx5: Suppress -Wunused-value diagnostic

2024-10-13 Thread Stephen Hemminger
On Fri, 12 Apr 2024 13:13:16 +0200 Sebastian Brzezinka wrote: > From: Alexey Marchuk > > mlx5 common library checks if several symbols/definitions > are presented in system header files. If some are not > presented, they will be enabled by mlx5_glue library. > The problem appears with clang and

[PATCH] net: improve vlan header type alignment

2024-10-13 Thread Morten Brørup
Ethernet packets can be VLAN tagged, i.e. an Ethernet header can have a VLAN tag (a.k.a. VLAN header) embedded. Since the Ethernet header is 2 byte aligned, and the VLAN tag is directly related to the Ethernet header, the VLAN tag is also 2 byte aligned, so packing the VLAN tag structure is not nec

RE: [PATCH] net: improve vlan header type alignment

2024-10-13 Thread Morten Brørup
> From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Sunday, 13 October 2024 10.36 > > Ethernet packets can be VLAN tagged, i.e. an Ethernet header can have a > VLAN tag (a.k.a. VLAN header) embedded. > Since the Ethernet header is 2 byte aligned, and the VLAN tag is > directly > rela

[PATCH] bitops: fix issue in parallel atomic tests

2024-10-13 Thread Mattias Rönnblom
The macros generating the parallel test for atomic test-and- [set|clear|flip] functions used a 64-bit reference word when assuring no neighbouring bits were modified, even when generating code for the 32-bit version of the test. This issue causes spurious test failures on GCC 12.2.0 (the default c

RE: [PATCH] bitops: fix issue in parallel atomic tests

2024-10-13 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > Sent: Sunday, 13 October 2024 13.57 > > The macros generating the parallel test for atomic test-and- > [set|clear|flip] functions used a 64-bit reference word when assuring > no neighbouring bits were modified, even when generating

Re: [PATCH v10 0/7] Lcore variables

2024-10-13 Thread Mattias Rönnblom
On 2024-10-11 16:25, Stephen Hemminger wrote: On Fri, 11 Oct 2024 10:18:54 +0200 Mattias Rönnblom wrote: This patch set introduces a new API for static per-lcore id data allocation. Please refer to the API documentation for both a rationale for this new API, and a comparison to the alternat

Re: [PATCH v8 0/7] Lcore variables

2024-10-13 Thread Mattias Rönnblom
On 2024-10-11 16:23, Stephen Hemminger wrote: On Thu, 10 Oct 2024 16:13:42 +0200 Mattias Rönnblom wrote: This patch set introduces a new API for static per-lcore id data allocation. Please refer to the API documentation for both a rationale for this new API, and a comparison to the alternat

RE: [PATCH] bitops: fix issue in parallel atomic tests

2024-10-13 Thread Morten Brørup
> From: Mattias Rönnblom [mailto:hof...@lysator.liu.se] > Sent: Sunday, 13 October 2024 17.20 > > On 2024-10-13 15:37, Morten Brørup wrote: > >> From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] > >> Sent: Sunday, 13 October 2024 13.57 > >> > >> The macros generating the parallel test

Re: [PATCH] bitops: fix issue in parallel atomic tests

2024-10-13 Thread Mattias Rönnblom
On 2024-10-13 15:37, Morten Brørup wrote: From: Mattias Rönnblom [mailto:mattias.ronnb...@ericsson.com] Sent: Sunday, 13 October 2024 13.57 The macros generating the parallel test for atomic test-and- [set|clear|flip] functions used a 64-bit reference word when assuring no neighbouring bits were

Re: [PATCH] net/pcap: use pcap_next_ex to track errors

2024-10-13 Thread Ferruh Yigit
On 9/5/2024 5:10 PM, Stephen Hemminger wrote: > Use pcap_next_ex rather than just pcap_next because pcap_next > always blocks if there is no packets to receive. > > Bugzilla ID: 1526 > Fixes: 4c173302c307 ("pcap: add new driver") > Cc: sta...@dpdk.org > > Reported-by: Ofer Dagan > Signed-off-by:

Re: [PATCH 0/5] Increase minimum meson version

2024-10-13 Thread zhoumin
Hi Patrick Robb, Thank you for your reminding. I have set the meson version to 0.57.0 in Loongson lab. On Wed, Oct 9, 2024 at 2:31PM, Patrick Robb wrote: Hi Min Zhou, I think it makes sense for you to set your meson version to the minimum version supported for DPDK (so, .57 now I suppose) i

[PATCH 0/4] debug enhancement and bug fix

2024-10-13 Thread Chaoyong He
This patch series includes two bug fix commits and two debug enhancement commits. Huaxing Zhu (2): net/nfp: add more logs to debug probe process net/nfp: clear errors status of aer after soft reset Shihong Wang (1): net/nfp: do not set the IPv6 flag in transport mode Zerun Fu (1): net/nf

[PATCH 3/4] net/nfp: add more logs to debug probe process

2024-10-13 Thread Chaoyong He
From: Huaxing Zhu Add more logs to debug probe process, and modify some log level. Also add an new entry to the mailmap file. Signed-off-by: Huaxing Zhu Reviewed-by: Long Wu Reviewed-by: Peng Zhang Reviewed-by: Chaoyong He --- .mailmap | 1 + drivers/net/nfp/n

[PATCH 2/4] net/nfp: do not set the IPv6 flag in transport mode

2024-10-13 Thread Chaoyong He
From: Shihong Wang The transport only encapsulates the security protocol header, does not pay attention to the IP protocol type, and need not to set the IPv6 flag. Fixes: 3d21da66c06b ("net/nfp: create security session") Cc: sta...@dpdk.org Signed-off-by: Shihong Wang Reviewed-by: Long Wu Rev

[PATCH 4/4] net/nfp: clear errors status of aer after soft reset

2024-10-13 Thread Chaoyong He
From: Huaxing Zhu Accessing device memory during soft reset may result in some errors being recorded in PCIE's AER register, which is normal. Therefore, after the soft reset is completed, these errors should be cleared. Signed-off-by: Huaxing Zhu Reviewed-by: Long Wu Reviewed-by: Peng Zhang R

[PATCH 1/4] net/nfp: notify flower firmware about PF speed

2024-10-13 Thread Chaoyong He
From: Zerun Fu When using flower firmware, the VF speed is obtained from the firmware and the firmware get the VF speed from the PF. But the previous logic does not notify the firmware about PF speed, and this cause VF speed to be unavailable. Fix this by add the logic of notify firmware about

Re: [PATCH] net: improve vlan header type alignment

2024-10-13 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/10/13 16:35, Morten Brørup wrote: > Ethernet packets can be VLAN tagged, i.e. an Ethernet header can have a > VLAN tag (a.k.a. VLAN header) embedded. > Since the Ethernet header is 2 byte aligned, and the VLAN tag is directly > related to the Ethernet header, the V

Re: [PATCH v9 1/7] eal: add static per-lcore memory allocation facility

2024-10-13 Thread Mattias Rönnblom
On 2024-10-11 10:04, Mattias Rönnblom wrote: On 2024-10-10 23:24, Thomas Monjalon wrote: + * + * An lcore variable is not tied to the owning thread's lifetime. It's + * available for use by any thread immediately after having been + * allocated, and continues to be available throughout the l