A gentle ping~
> -Original Message-
> From: Chaoyong He
> Sent: Monday, January 29, 2024 5:23 PM
> To: dev@dpdk.org
> Cc: oss-drivers ; Chaoyong He
>
> Subject: [PATCH v2 0/2] fix secondary process PCI UIO resource problem
>
> This patch series aims to fix some problems in secondary proc
In case incorrect NUMA configuration, the current commit shares
1) either `source or destination numa is greater`
2) instead of `actual NUMA` it is `acture NUMA`
Current changes helps to rectify the same by using `PRINT_ERR` instead
of printf.
Signed-off-by: Vipin Varghese
Changes:
- inform
From: Shihong Wang
The algorithm key of the security framework is stored in the u8
array according to big-endian, and the driver algorithm key is
CPU-endian of u32, so it maybe need to convert the endianness order
to ensure that the value assigned to the driver is CPU-endian.
This patch removes
From: Shihong Wang
The SA salt of struct ipsec_sa is a CPU-endian u32 variable, but it’s
value is stored in an array of encryption or authentication keys
according to big-endian. So it maybe need to convert the endianness
order to ensure that the value assigned to the SA salt is CPU-endian.
Fixe
This patch series aims to fix the IPSec problem related with SA
salt endianness.
Shihong Wang (2):
examples/ipsec-secgw: fix SA salt endianness problem
net/nfp: fix data endianness problem
drivers/net/nfp/nfp_ipsec.c | 72 +++--
drivers/net/nfp/nfp_ipsec.h |
From: Shihong Wang
The Rx queue ID on the core and on the port are not necessarily
equal, for example, there are two RX queues on core0, queue0 and
queue1, queue0 is the rx_queueid0 on port0 and queue1 is the
rx_queueid0 on port1.
The 'rte_eth_add_rx_callback()' function is based on the port
reg
From: Qin Ke
When getting firmware VNIC version, the logic for representor
ports and other ports is inverse, fix it.
Fixes: c4de52eca76c ("net/nfp: remove redundancy for representor port")
Cc: Chaoyong He
Cc: sta...@dpdk.org
Signed-off-by: Qin Ke
Reviewed-by: Chaoyong He
Reviewed-by: Long Wu
> -Original Message-
> From: Dariusz Sosnowski
> Sent: Saturday, March 9, 2024 12:17 AM
> To: NBU-Contact-Thomas Monjalon (EXTERNAL) ;
> Ferruh Yigit ; Andrew Rybchenko
> ; Ori Kam ; Ajit
> Khaparde ; Somnath Kotur
> ; Rahul Lakkireddy
> ; Chaoyong He
> Cc: dev@dpdk.org; techbo...@dpdk
+ Wathsala
> On Mar 8, 2024, at 2:27 AM, David Marchand wrote:
>
> Hello Paul,
>
> On Thu, Mar 7, 2024 at 9:40 PM Paul Szczepanek
> wrote:
>>
>> This patchset is proposing adding a new EAL header with utility functions
>> that allow compression of arrays of pointers.
>>
>> When passing cac
The internal config structure is a hodgepodge of earlier
changes and has lots of holes.
- convert boolean flag values to bits
- rearrange to eliminate holes
saves one cacheline.
- don't use docbook comment on internal structure
- put the big arrays at
The internal config structure is a hodgepodge of earlier
changes and has lots of holes.
- convert boolean flag values to bits
- rearrange to eliminate holes
saves one cacheline.
- don't use docbook comment on internal structure
- put the big arrays at
> -Original Message-
> From: Ferruh Yigit
> Sent: Friday, March 8, 2024 7:25 PM
> To: Brandes, Shai
> Cc: dev@dpdk.org
> Subject: RE: [EXTERNAL] [PATCH v3 10/33] net/ena/hal: added a bus
> parameter to ena memcpy macro
>
> CAUTION: This email originated from outside of the organization
> -Original Message-
> From: Ferruh Yigit
> Sent: Friday, March 8, 2024 7:23 PM
> To: Brandes, Shai
> Cc: dev@dpdk.org; sta...@dpdk.org
> Subject: RE: [EXTERNAL] [PATCH v3 05/33] net/ena: fix fast mbuf free
>
> CAUTION: This email originated from outside of the organization. Do not cli
> -Original Message-
> From: Ferruh Yigit
> Sent: Friday, March 8, 2024 7:24 PM
> To: Brandes, Shai
> Cc: dev@dpdk.org
> Subject: RE: [EXTERNAL] [PATCH v3 08/33] net/ena/hal: exponential backoff
> exp limit
>
> CAUTION: This email originated from outside of the organization. Do not cli
> -Original Message-
> From: Ferruh Yigit
> Sent: Friday, March 8, 2024 7:23 PM
> To: Brandes, Shai
> Cc: dev@dpdk.org
> Subject: RE: [EXTERNAL] [PATCH v3 04/33] net/ena: sub-optimal
> configuration notifications support
>
> CAUTION: This email originated from outside of the organizati
> -Original Message-
> From: Ferruh Yigit
> Sent: Friday, March 8, 2024 7:24 PM
> To: Brandes, Shai
> Cc: dev@dpdk.org
> Subject: RE: [EXTERNAL] [PATCH v3 07/33] net/ena: restructure the llq policy
> setting process
>
> CAUTION: This email originated from outside of the organization. D
> -Original Message-
> From: Ferruh Yigit
> Sent: Friday, March 8, 2024 7:24 PM
> To: Brandes, Shai
> Cc: dev@dpdk.org
> Subject: RE: [EXTERNAL] [PATCH v3 06/33] net/ena: rename base folder to
> hal
>
> CAUTION: This email originated from outside of the organization. Do not click
> lin
> -Original Message-
> From: Brandes, Shai
> Sent: Friday, March 8, 2024 10:27 PM
> To: Ferruh Yigit
> Cc: dev@dpdk.org
> Subject: RE: [PATCH v3 00/33] net/ena: v2.9.0 driver release
>
> Sure, will upload a new seried, thanks!
>
> בתאריך 8 במרץ 2024 19:36, Ferruh Yigit כתב:
>
> CA
18 matches
Mail list logo