Re: [dpdk-dev] [PATCH v2] crypto/aesni_mb: use architure independent marcos

2018-12-19 Thread Zhang, Roy Fan
et] > Sent: Wednesday, December 19, 2018 1:09 PM > To: Zhang, Roy Fan > Cc: dev@dpdk.org; akhil.go...@nxp.com; Krakowiak, LukaszX > > Subject: Re: [dpdk-dev] [PATCH v2] crypto/aesni_mb: use architure > independent marcos > > 11/12/2018 13:29, Fan Zhang: > > From: Lukasz Kr

Re: [dpdk-dev] [PATCH v2] crypto/aesni_mb: use architure independent marcos

2018-12-19 Thread Thomas Monjalon
11/12/2018 13:29, Fan Zhang: > From: Lukasz Krakowiak > > This patch updates the aesni_mb to use IMB_* arch independent > macros to reduce the code size and future maintaining effort. > > Signed-off-by: Fan Zhang > Signed-off-by: Lukasz Krakowiak > --- > v2: > - making the PMD compatible with

Re: [dpdk-dev] [PATCH v2] crypto/aesni_mb: use architure independent marcos

2018-12-18 Thread Akhil Goyal
On 12/11/2018 5:59 PM, Fan Zhang wrote: > From: Lukasz Krakowiak > > This patch updates the aesni_mb to use IMB_* arch independent > macros to reduce the code size and future maintaining effort. > > Signed-off-by: Fan Zhang > Signed-off-by: Lukasz Krakowiak > --- > v2: > - making the PMD compa