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

2021-07-21 Thread Thomas Monjalon
The correct wording is "IPsec" and it is flagged by devtools/check-git-log.sh 20/07/2021 22:49, Akhil Goyal: > > From: Michael Shamis > > > > This patch provides the support for IPSec protocol > > offload to the hardware. > > Following security operations are added: > > - session_create > > - se

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

2021-07-20 Thread Akhil Goyal
> 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 >

[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