[dpdk-stable] patch 'event/dpaa2: fix mbuf assignment in atomic processing' has been queued to stable release 18.08.1

Kevin Traynor ktraynor at redhat.com
Wed Nov 21 17:47:16 CET 2018


Hi,

FYI, your patch has been queued to stable release 18.08.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/27/18. 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. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Kevin Traynor

---
>From 15c753d40aa473c4eb8dca228b59c2f2e8e30e3a Mon Sep 17 00:00:00 2001
From: Hemant Agrawal <hemant.agrawal at nxp.com>
Date: Fri, 21 Sep 2018 17:16:02 +0530
Subject: [PATCH] event/dpaa2: fix mbuf assignment in atomic processing

[ upstream commit be0c42bfa88cf85c15d195a70ac793b1a1272e27 ]

Fixes: 7b6edb640b73 ("event/dpaa2: have separate structure to hold dqrr entries")

Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
---
 drivers/event/dpaa2/dpaa2_eventdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/event/dpaa2/dpaa2_eventdev.c b/drivers/event/dpaa2/dpaa2_eventdev.c
index ea1e5cc67..ea9d8683e 100644
--- a/drivers/event/dpaa2/dpaa2_eventdev.c
+++ b/drivers/event/dpaa2/dpaa2_eventdev.c
@@ -198,4 +198,5 @@ static void dpaa2_eventdev_process_atomic(struct qbman_swp *swp,
 	DPAA2_PER_LCORE_DQRR_SIZE++;
 	DPAA2_PER_LCORE_DQRR_HELD |= 1 << dqrr_index;
+	DPAA2_PER_LCORE_DQRR_MBUF(dqrr_index) = ev->mbuf;
 }
 
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2018-11-21 16:44:31.023334645 +0000
+++ 0002-event-dpaa2-fix-mbuf-assignment-in-atomic-processing.patch	2018-11-21 16:44:30.000000000 +0000
@@ -1,10 +1,11 @@
-From be0c42bfa88cf85c15d195a70ac793b1a1272e27 Mon Sep 17 00:00:00 2001
+From 15c753d40aa473c4eb8dca228b59c2f2e8e30e3a Mon Sep 17 00:00:00 2001
 From: Hemant Agrawal <hemant.agrawal at nxp.com>
 Date: Fri, 21 Sep 2018 17:16:02 +0530
 Subject: [PATCH] event/dpaa2: fix mbuf assignment in atomic processing
 
+[ upstream commit be0c42bfa88cf85c15d195a70ac793b1a1272e27 ]
+
 Fixes: 7b6edb640b73 ("event/dpaa2: have separate structure to hold dqrr entries")
-Cc: stable at dpdk.org
 
 Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
 ---


More information about the stable mailing list