From: Gagandeep Singh Date: Mon, 21 Oct 2019 05:31:27 +0000 (+0530) Subject: config: change default endianness for CAAM JR X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=0fc477b277d046330a6b50aa3ebe63ac50f256b5 config: change default endianness for CAAM JR 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 --- diff --git a/config/defconfig_arm64-dpaa-linuxapp-gcc b/config/defconfig_arm64-dpaa-linuxapp-gcc index b408d4f489..19614fb015 100644 --- a/config/defconfig_arm64-dpaa-linuxapp-gcc +++ b/config/defconfig_arm64-dpaa-linuxapp-gcc @@ -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 diff --git a/doc/guides/cryptodevs/caam_jr.rst b/doc/guides/cryptodevs/caam_jr.rst index 6622b79c7a..6d9daf7364 100644 --- a/doc/guides/cryptodevs/caam_jr.rst +++ b/doc/guides/cryptodevs/caam_jr.rst @@ -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 -------------