Re: [dpdk-dev] [PATCH v2 0/3] crypto/aesni_mb: add aes-gcm support

2018-10-10 Thread Akhil Goyal
Please add appropriate patch description. you can send another version/reply to the mail. On 10/10/2018 1:40 AM, Fan Zhang wrote: This patchset adds the AES-GCM algorithm support to AESNI-MB Cryptodev PMD and updates the unit test and documentations along. v2: - rebased on top of latest dpdk-ne

Re: [dpdk-dev] [PATCH v2 0/3] crypto/aesni_mb: add aes-gcm support

2018-10-10 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Zhang, Roy Fan > Sent: Tuesday, October 9, 2018 10:11 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Kusztal, ArkadiuszX > > Subject: [PATCH v2 0/3] crypto/aesni_mb: add aes-gcm support > > This patchset adds the AES-GCM algorithm support to AESNI-MB Cryp

[dpdk-dev] [PATCH v2 0/3] crypto/aesni_mb: add aes-gcm support

2018-10-09 Thread Fan Zhang
This patchset adds the AES-GCM algorithm support to AESNI-MB Cryptodev PMD and updates the unit test and documentations along. v2: - rebased on top of latest dpdk-next-crypto. - removed incorrect __rte_unused macros. Fan Zhang (3): crypto/aesni_mb: add aes-gcm algorithm support test/test_cryp