]> git.droids-corp.org - dpdk.git/commitdiff
config: change default endianness for CAAM JR
authorGagandeep Singh <g.singh@nxp.com>
Mon, 21 Oct 2019 05:31:27 +0000 (11:01 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 23 Oct 2019 14:57:06 +0000 (16:57 +0200)
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 <g.singh@nxp.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
config/defconfig_arm64-dpaa-linuxapp-gcc
doc/guides/cryptodevs/caam_jr.rst

index b408d4f4891cb0700309408ea7fcaa33077463c2..19614fb01521402a72f8a864fedaf34dcea13e86 100644 (file)
@@ -21,6 +21,3 @@ CONFIG_RTE_PKTMBUF_HEADROOM=128
 # NXP DPAA Bus
 CONFIG_RTE_LIBRTE_DPAA_DEBUG_DRIVER=n
 CONFIG_RTE_LIBRTE_DPAA_HWDEBUG=n
-
-# NXP CAAM_JR driver
-CONFIG_RTE_LIBRTE_PMD_CAAM_JR_BE=y
index 6622b79c7a8b22aae68467d9af2cc0f9bf6c11cd..6d9daf73641191d1c292eccfdbb52e6406adcdaf 100644 (file)
@@ -127,8 +127,8 @@ Please note that enabling debugging options may affect system performance.
 * ``CONFIG_RTE_LIBRTE_PMD_CAAM_JR_BE`` (default ``n``)
   By default it is disabled.
   It can be used when the underlying hardware supports the CAAM in BE mode.
-  e.g. LS1043A, LS1046A supports CAAM in BE mode.
-  BE mode is enabled by default in defconfig-arm64-dpaa-linux-gcc.
+  LS1043A, LS1046A and LS1012A support CAAM in BE mode.
+  LS1028A supports CAAM in LE mode.
 
 Installations
 -------------