[dpdk-stable] patch 'crypto/caam_jr: fix shared descriptor endianness' has been queued to LTS release 18.11.2

Kevin Traynor ktraynor at redhat.com
Tue Apr 30 19:01:25 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/07/19. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches can be viewed on a temporary branch at:
	https://github.com/kevintraynor/dpdk-stable-queue.git

Thanks.

Kevin Traynor

---
>From 34c3b83dd68bc08d385e3a13a9bc26f2b9aef4ac Mon Sep 17 00:00:00 2001
From: Gagandeep Singh <g.singh at nxp.com>
Date: Mon, 8 Apr 2019 08:59:28 +0000
Subject: [PATCH] crypto/caam_jr: fix shared descriptor endianness

[ upstream commit d80dc4bb7c89321d8e03e5b7f278e30e99078bea ]

build a shared descriptor accordingly if core and
CAAM endianness is same or different

Fixes: 6ef6beca8844 ("crypto/caam_jr: add enqueue/dequeue operations")

Signed-off-by: Gagandeep Singh <g.singh at nxp.com>
Acked-by: Akhil Goyal <akhil.goyal at nxp.com>
---
 drivers/crypto/caam_jr/caam_jr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/caam_jr/caam_jr.c b/drivers/crypto/caam_jr/caam_jr.c
index 190053ee6..20452e3b7 100644
--- a/drivers/crypto/caam_jr/caam_jr.c
+++ b/drivers/crypto/caam_jr/caam_jr.c
@@ -312,5 +312,5 @@ caam_jr_prep_cdb(struct caam_jr_session *ses)
 	struct sec_cdb *cdb;
 	int err;
-#if RTE_BYTE_ORDER == RTE_BIG_ENDIAN
+#if CAAM_BYTE_ORDER == CORE_BYTE_ORDER
 	int swap = false;
 #else
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-04-30 17:58:15.231294458 +0100
+++ 0030-crypto-caam_jr-fix-shared-descriptor-endianness.patch	2019-04-30 17:58:13.806139800 +0100
@@ -1 +1 @@
-From d80dc4bb7c89321d8e03e5b7f278e30e99078bea Mon Sep 17 00:00:00 2001
+From 34c3b83dd68bc08d385e3a13a9bc26f2b9aef4ac Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit d80dc4bb7c89321d8e03e5b7f278e30e99078bea ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index f647b36cb..da9e9821e 100644
+index 190053ee6..20452e3b7 100644


More information about the stable mailing list