[dpdk-stable] patch 'event/opdl: remove commented out code' has been queued to LTS release 18.11.6

Kevin Traynor ktraynor at redhat.com
Tue Dec 10 15:59:27 CET 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 12/16/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 are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/21973fb3b954bf544aeec5f460ae3eec30de5e43

Thanks.

Kevin.

---
>From 21973fb3b954bf544aeec5f460ae3eec30de5e43 Mon Sep 17 00:00:00 2001
From: Kevin Traynor <ktraynor at redhat.com>
Date: Wed, 6 Nov 2019 19:02:02 +0000
Subject: [PATCH] event/opdl: remove commented out code

[ upstream commit 5a4374e14c63a96dd910da36e9f1dd9c1b0fb73e ]

Some variables are commented out. Remove them.

Fixes: d548ef513cd7 ("event/opdl: add unit tests")

Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
Acked-by: Liang Ma <liang.j.ma at intel.com>
---
 drivers/event/opdl/opdl_test.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/event/opdl/opdl_test.c b/drivers/event/opdl/opdl_test.c
index 5868ec1be..e7a32fbd3 100644
--- a/drivers/event/opdl/opdl_test.c
+++ b/drivers/event/opdl/opdl_test.c
@@ -696,7 +696,4 @@ static int
 single_link(struct test *t)
 {
-	/* const uint8_t rx_port = 0; */
-	/* const uint8_t w1_port = 1; */
-	/* const uint8_t w3_port = 3; */
 	const uint8_t tx_port = 2;
 	int err;
-- 
2.21.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-10 14:49:42.580415058 +0000
+++ 0053-event-opdl-remove-commented-out-code.patch	2019-12-10 14:49:39.088457096 +0000
@@ -1 +1 @@
-From 5a4374e14c63a96dd910da36e9f1dd9c1b0fb73e Mon Sep 17 00:00:00 2001
+From 21973fb3b954bf544aeec5f460ae3eec30de5e43 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 5a4374e14c63a96dd910da36e9f1dd9c1b0fb73e ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list