Re: [dpdk-dev] [PATCH] crypto/caam_jr: remove default big endianness compilation

2019-10-23 Thread Akhil Goyal
> > CAAM JR can work on both LE and BE mode. > Latest platforms are in LE mode, so changing the > default mode to LE to make it more convenient for > the latest platforms. > > Signed-off-by: Gagandeep Singh > --- Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

[dpdk-dev] [PATCH] crypto/caam_jr: remove default big endianness compilation

2019-10-20 Thread Gagandeep Singh
CAAM JR can work on both LE and BE mode. Latest platforms are in LE mode, so changing the default mode to LE to make it more convenient for the latest platforms. Signed-off-by: Gagandeep Singh --- config/defconfig_arm64-dpaa-linuxapp-gcc | 3 --- doc/guides/cryptodevs/caam_jr.rst| 4 ++--