RE: [PATCH v2 0/2] fix secondary process PCI UIO resource problem

2024-03-10 Thread Chaoyong He
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

[PATCH v2] app/dma-perf: calrify incorrect NUMA config

2024-03-10 Thread Vipin Varghese
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

[PATCH 2/2] net/nfp: fix data endianness problem

2024-03-10 Thread Chaoyong He
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

[PATCH 1/2] examples/ipsec-secgw: fix SA salt endianness problem

2024-03-10 Thread Chaoyong He
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

[PATCH 0/2] fix IPSec endianness problem

2024-03-10 Thread Chaoyong He
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 |

[PATCH] examples/ipsec-secgw: fix Rx queue ID in Rx callback

2024-03-10 Thread Chaoyong He
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

[PATCH] net/nfp: fix getting firmware VNIC version

2024-03-10 Thread Chaoyong He
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

RE: Deprecated packet modification flow actions

2024-03-10 Thread Chaoyong He
> -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

Re: [PATCH v7 0/4] add pointer compression API

2024-03-10 Thread Honnappa Nagarahalli
+ 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

[RFC v2] eal: reduce size of internal config structure

2024-03-10 Thread Stephen Hemminger
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

[RFC] eal: reduce size of internal config structure

2024-03-10 Thread Stephen Hemminger
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

RE: [PATCH v3 10/33] net/ena/hal: added a bus parameter to ena memcpy macro

2024-03-10 Thread Brandes, Shai
> -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

RE: [PATCH v3 05/33] net/ena: fix fast mbuf free

2024-03-10 Thread Brandes, Shai
> -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

RE: [PATCH v3 08/33] net/ena/hal: exponential backoff exp limit

2024-03-10 Thread Brandes, Shai
> -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

RE: [PATCH v3 04/33] net/ena: sub-optimal configuration notifications support

2024-03-10 Thread Brandes, Shai
> -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

RE: [PATCH v3 07/33] net/ena: restructure the llq policy setting process

2024-03-10 Thread Brandes, Shai
> -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

RE: [PATCH v3 06/33] net/ena: rename base folder to hal

2024-03-10 Thread Brandes, Shai
> -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

RE: [PATCH v3 00/33] net/ena: v2.9.0 driver release

2024-03-10 Thread Brandes, Shai
> -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