> 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:
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
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
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
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
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
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
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
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
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
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
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
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/
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
+++
14 matches
Mail list logo