[dpdk-dev] [PATCH v2] crypto/mvsam: IPSec full offload support

2021-07-10 Thread danat
From: Michael Shamis This patch provides the support for IPSec protocol offload to the hardware. Following security operations are added: - session_create - session_destroy - capabilities_get Signed-off-by: Michael Shamis Reviewed-by: Liron Himi Tested-by: Liron Himi --- drivers/crypto/mvsam

Re: [dpdk-dev] [PATCH 1/2] security: enforce semantics for Tx inline processing

2021-07-10 Thread Ananyev, Konstantin
> > > > > > > > > For Tx inline processing, when > > > > > > > > > RTE_SECURITY_TX_OLOAD_NEED_MDATA is > > > > > > > > > set, rte_security_set_pkt_metadata() needs to be called for > > > > > > > > > pkts > > > > > > > > > to associate a Security session with a mbuf before submitting > > > > > >

[dpdk-dev] [PATCH] net/mlx5: fix use after free in mlx5_dma_unmap

2021-07-10 Thread wangyunjian
From: Yunjian Wang This patch fixes the use-after-free bug which was reported by Coverity Scan in the mlx5_dma_unmap function. Coverity issue: 371679 Fixes: 992e6df3dafe ("common/mlx5: free MR resource on device DMA unmap") Cc: sta...@dpdk.org Signed-off-by: Yunjian Wang --- drivers/net/mlx5/

[dpdk-dev] [dpdk-announce] release candidate 21.08-rc1

2021-07-10 Thread Thomas Monjalon
A new DPDK release candidate is ready for testing: https://git.dpdk.org/dpdk/tag/?id=v21.08-rc1 There are 517 new patches in this snapshot. This release cycle is short and should be small. Release notes: https://doc.dpdk.org/guides/rel_notes/release_21_08.html Highlights of 21.08

Re: [dpdk-dev] [PATCH v2] ethdev: keep count of allocated and used representor ranges

2021-07-10 Thread Thomas Monjalon
05/07/2021 13:07, Xueming(Steven) Li: > From: Andrew Rybchenko > > From: Viacheslav Galaktionov > > > > In its current state, the API can overflow the user-passed buffer if a new > > representor range appears between function calls. > > > > In order to solve this problem, augment the represent

Re: [dpdk-dev] [PATCH V4 3/5] pipeline: add support for selector tables

2021-07-10 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon > Sent: Saturday, July 10, 2021 7:28 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH V4 3/5] pipeline: add support for selector > tables > > 10/07/2021 02:20, Cristian Dumitrescu: > > Add pipeline-level sup

Re: [dpdk-dev] [PATCH v3] ethdev: add IPv4 and L4 checksum RSS offload types

2021-07-10 Thread Thomas Monjalon
08/07/2021 09:45, Andrew Rybchenko: > @Thomas, @Ferruh, @Ori I need your opinion on the discussion. > > On 7/8/21 4:07 AM, Zhang, Qi Z wrote: > > From: Andrew Rybchenko > >>> From: Andrew Rybchenko > On 7/7/21 6:23 AM, Zhang, Qi Z wrote: > > From: Andrew Rybchenko > >> On 7/6/21 10

Re: [dpdk-dev] [PATCH] eal/hotplug: suppress one error log on primary process

2021-07-10 Thread Thomas Monjalon
19/05/2021 08:45, Changpeng Liu: > This is a normal case that the primary process already > owned one PCI device while the secondary process try to > attach it, so suppress the error log here to exclude > this case. > > Signed-off-by: Changpeng Liu Applied, thanks.