RE: [RFC] eal: use same atomic intrinsics for gcc and clang

2023-02-11 Thread Morten Brørup
> From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > Sent: Saturday, 11 February 2023 02.56 > > The size generic atomic intrinsics generate the same > code as the size specific intrinsics for gcc. Use size > generic intrinsics for both gcc and clang. > > Fixes: 7bdccb93078e ("eal:

Re: [dpdk-dev] [PATCH v2 3/3] common/cnxk: fix inline IPsec rule creation

2023-02-11 Thread Jerin Jacob
On Fri, Feb 10, 2023 at 1:56 PM wrote: > > From: Satheesh Paul > > Use inline IPsec device to create IPsec rules irrespective > of RTE_ETH_RX_OFFLOAD_SECURITY offload flag. > > Fixes: 1aa86a170e27 ("drivers: support IPsec rule reservation scheme") > Cc: sta...@dpdk.org > > Signed-off-by: Satheesh

[PATCH 0/6] net/hns3: some code optimization for Rx/Tx function

2023-02-11 Thread Dongdong Liu
This patchset is to do some code optimization for Rx/Tx function. Huisong Li (6): net/hns3: fix querying dummy function failed net/hns3: add debug info for Rx/Tx dummy function net/hns3: remove debug condition for Tx prepare net/hns3: separate tx prepare from getting Tx function net/hns3

[PATCH 1/6] net/hns3: fix querying dummy function failed

2023-02-11 Thread Dongdong Liu
From: Huisong Li The rte_eth_rx/tx_burst_mode_get API will fail when Rx/Tx function is dummy. Fixes: 7ef933908f04 ("net/hns3: add simple Tx path") Fixes: 521ab3e93361 ("net/hns3: add simple Rx path") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- drivers/net/hn

[PATCH 2/6] net/hns3: add debug info for Rx/Tx dummy function

2023-02-11 Thread Dongdong Liu
From: Huisong Li Now dummy function can be report by rte_eth_rx/tx_burst_mode_get. So this patch adds debug info for Rx/Tx dummy function. Fixes: 7feb2aee0e2c ("net/hns3: log selected datapath") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- drivers/net/hns3/hn

[PATCH 3/6] net/hns3: remove debug condition for Tx prepare

2023-02-11 Thread Dongdong Liu
From: Huisong Li The Tx prepare in driver is always needed if RTE_LIBRTE_ETHDEV_DEBUG is defined. But it doesn't matter with this macro. Let's remove it. Fixes: d7ec2c076579 ("net/hns3: select Tx prepare based on Tx offload") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Dongdon

[PATCH 4/6] net/hns3: separate tx prepare from getting Tx function

2023-02-11 Thread Dongdong Liu
From: Huisong Li Separate getting tx prepare from hns3_get_tx_function by extracting an independent function. Fixes: d7ec2c076579 ("net/hns3: select Tx prepare based on Tx offload") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- drivers/net/hns3/hns3_rxtx.c | 3

[PATCH 5/6] net/hns3: remove getting Tx function from head file

2023-02-11 Thread Dongdong Liu
From: Huisong Li The hns3_get_tx_function() is an intrinsic function now and should not be open to other files. Fixes: 96c33cfb06cf ("net/hns3: fix Rx/Tx functions update") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- drivers/net/hns3/hns3_rxtx.c | 2 +- driv

[PATCH 6/6] net/hns3: extract common functions to set Rx/Tx

2023-02-11 Thread Dongdong Liu
From: Huisong Li Extract two common functions to set Rx/Tx function in order to reduce duplicate codes. Fixes: 23d4b61fee5d ("net/hns3: support multiple process") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- drivers/net/hns3/hns3_ethdev.c| 20

Re: [PATCH v2] common/cnxk: remove unnecessary locks

2023-02-11 Thread Jerin Jacob
On Wed, Feb 8, 2023 at 1:58 AM wrote: > > From: Pavan Nikhilesh > > Remove unnecessary locks as locking is now taken care by > mbox_get and mbox_put. > > Signed-off-by: Pavan Nikhilesh Updated the git commit as follows and applied to dpdk-next-net-mrvl/for-next-net. Thanks common/cnxk: rem

[Bug 1159] lib/vhost build failure with clang 3.4.2

2023-02-11 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1159 Bug ID: 1159 Summary: lib/vhost build failure with clang 3.4.2 Product: DPDK Version: 23.03 Hardware: All OS: All Status: UNCONFIRMED Severity: normal P

[PATCH] doc: clarify the existing net/ark guide

2023-02-11 Thread Shepard Siegel
Add detail for the existing Arkville configurations FX0 and FX1. Corrected minor errors of omission. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 18 ++ 1 file changed, 18 insertions(+) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst index ba00f14e8

[PATCH 1/2] net/ark: add new device to PCIe allowlist

2023-02-11 Thread Shepard Siegel
This patch adds the Arkville FX2 device to the PCIe allowlist. Signed-off-by: Shepard Siegel --- drivers/net/ark/ark_ethdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c index c654a229f7..b2995427c8 100644 --- a/drivers/net/ark/

[PATCH 2/2] doc: update ark guide to include new PCIe device

2023-02-11 Thread Shepard Siegel
Add descriptions of the new FX2 device to the existing devices. Signed-off-by: Shepard Siegel --- doc/guides/nics/ark.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/nics/ark.rst b/doc/guides/nics/ark.rst index edaa02dc96..bbd7419d99 100644 --- a/doc/guides/nics/ark.rst +++