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