Re: [dpdk-dev] [PATCH] crypto/aesni_gcm: use architecture independent API

2019-04-16 Thread Akhil Goyal
> > > IPSec Multi-buffer library has recently added API > that sets pointers depending on the architecture, at initiliazation, > in version 0.52. > > AESNI MB PMD was updated with these changes, but not > the AESNI GCM PMD, which also uses the same library. > > This makes the PMD to be only c

[dpdk-dev] [PATCH] crypto/aesni_gcm: use architecture independent API

2019-04-10 Thread Pablo de Lara
IPSec Multi-buffer library has recently added API that sets pointers depending on the architecture, at initiliazation, in version 0.52. AESNI MB PMD was updated with these changes, but not the AESNI GCM PMD, which also uses the same library. This makes the PMD to be only compatible with version 0