DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] crypto/caam_jr: remove default big endianness compilation
@ 2019-10-21  5:31 Gagandeep Singh
  2019-10-23 13:57 ` Akhil Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: Gagandeep Singh @ 2019-10-21  5:31 UTC (permalink / raw)
  To: dev, khil.goyal; +Cc: 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 <g.singh@nxp.com>
---
 config/defconfig_arm64-dpaa-linuxapp-gcc | 3 ---
 doc/guides/cryptodevs/caam_jr.rst        | 4 ++--
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/config/defconfig_arm64-dpaa-linuxapp-gcc b/config/defconfig_arm64-dpaa-linuxapp-gcc
index b408d4f48..19614fb01 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 6622b79c7..6d9daf736 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
 -------------
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] crypto/caam_jr: remove default big endianness compilation
  2019-10-21  5:31 [dpdk-dev] [PATCH] crypto/caam_jr: remove default big endianness compilation Gagandeep Singh
@ 2019-10-23 13:57 ` Akhil Goyal
  0 siblings, 0 replies; 2+ messages in thread
From: Akhil Goyal @ 2019-10-23 13:57 UTC (permalink / raw)
  To: Gagandeep Singh, dev, 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 <g.singh@nxp.com>
> ---
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Applied to dpdk-next-crypto

Thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-23 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21  5:31 [dpdk-dev] [PATCH] crypto/caam_jr: remove default big endianness compilation Gagandeep Singh
2019-10-23 13:57 ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).