Re: [dpdk-dev] [PATCH v2 0/3] armv8 crypto PMD

2020-07-28 Thread Akhil Goyal
> > This series updated log system used by armv8 crypto PMD. > The config option used to enable and disable logs was removed, and > logs are always enabled. > Created dedicated log type for the PMD and not to use crypto dev > generic log type. > Series applied to dpdk-next-crypto Thanks.

[dpdk-dev] [PATCH v2 0/3] armv8 crypto PMD

2020-07-28 Thread Ruifeng Wang
This series updated log system used by armv8 crypto PMD. The config option used to enable and disable logs was removed, and logs are always enabled. Created dedicated log type for the PMD and not to use crypto dev generic log type. v2: Removed config option to always enable log. Added new log type

Re: [dpdk-dev] [PATCH v2 0/3] armv8 crypto PMD update

2020-01-21 Thread Ruifeng Wang
> -Original Message- > From: Akhil Goyal > Sent: Tuesday, January 21, 2020 15:09 > To: Ruifeng Wang ; Gavin Hu > > Cc: dev@dpdk.org; jer...@marvell.com; Honnappa Nagarahalli > ; nd > Subject: RE: [PATCH v2 0/3] armv8 crypto PMD update > > Hi, > > Please also enable meson build for ar

Re: [dpdk-dev] [PATCH v2 0/3] armv8 crypto PMD update

2020-01-20 Thread Akhil Goyal
Hi, Please also enable meson build for armv8 PMD. There was a patch in last release which was not applied. That need a rebase and can be included in this series if more changes need to be done for the changes in this patchset. http://patches.dpdk.org/patch/60499/ Please also update the release

[dpdk-dev] [PATCH v2 0/3] armv8 crypto PMD update

2020-01-18 Thread Ruifeng Wang
Maintainance of armv8_crypto library created by Marvell/Cavium will be discontinued. Going forward, Armv8 crypto PMD will link to AArch64 crypto library hosted by Arm. Patch 1/3, 2/3 update source code and document respectively to reflect the change. Patch 3/3 fixs Clang build issue when Armv8 cry