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

2021-07-22 Thread Akhil Goyal
> You should implement checks for crypto doc in devtools/check-doc-vs- > code.sh Ok will look into it.

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

2021-07-21 Thread Thomas Monjalon
21/07/2021 15:14, Akhil Goyal: > > > A checkpatch warning was ignored: > > > > > > Warning in drivers/crypto/mvsam/rte_mrvl_pmd.c: > > > Declaring a variable inside for() > > > > > Will be fixing in next few minutes. > > Thanks for highlighting > > It is fixed now. > Documentation update was also

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

2021-07-21 Thread Akhil Goyal
> > > The correct wording is "IPsec" > > and it is flagged by devtools/check-git-log.sh > > > > Ahh my bad! Missed to run that on last patch. > > > 20/07/2021 22:49, Akhil Goyal: > > > > From: Michael Shamis > > > > > > > > This patch provides the support for IPSec protocol > > > > offload to t

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

2021-07-21 Thread Akhil Goyal
> The correct wording is "IPsec" > and it is flagged by devtools/check-git-log.sh > Ahh my bad! Missed to run that on last patch. > 20/07/2021 22:49, Akhil Goyal: > > > From: Michael Shamis > > > > > > This patch provides the support for IPSec protocol > > > offload to the hardware. > > > Follo