[dpdk-stable] patch 'examples/tep_term: remove duplicate definitions' has been queued to LTS release 18.11.3

Kevin Traynor ktraynor at redhat.com
Tue Aug 27 11:30:31 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 09/03/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/2ad789e9998f90d224e6baf9ec21ab25cc272c96

Thanks.

Kevin Traynor

---
>From 2ad789e9998f90d224e6baf9ec21ab25cc272c96 Mon Sep 17 00:00:00 2001
From: Haiyue Wang <haiyue.wang at intel.com>
Date: Wed, 17 Jul 2019 01:04:07 +0800
Subject: [PATCH] examples/tep_term: remove duplicate definitions

[ upstream commit faa4ee75364dcb5343790d5fcf850cebdf7353f6 ]

The state of virtio device has been defined in both header file and
source file, keep the definition in header file for public use.

Fixes: a50245ede72a ("examples/tep_term: initialize VXLAN sample")

Signed-off-by: Haiyue Wang <haiyue.wang at intel.com>
---
 examples/tep_termination/main.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/examples/tep_termination/main.c b/examples/tep_termination/main.c
index d6379e31e..6db604ed8 100644
--- a/examples/tep_termination/main.c
+++ b/examples/tep_termination/main.c
@@ -53,9 +53,4 @@
 #define JUMBO_FRAME_MAX_SIZE    0x2600
 
-/* State of virtio device. */
-#define DEVICE_MAC_LEARNING 0
-#define DEVICE_RX	    1
-#define DEVICE_SAFE_REMOVE  2
-
 /* Config_core_flag status definitions. */
 #define REQUEST_DEV_REMOVAL 1
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-08-27 09:40:13.862689136 +0100
+++ 0054-examples-tep_term-remove-duplicate-definitions.patch	2019-08-27 09:40:10.964143320 +0100
@@ -1 +1 @@
-From faa4ee75364dcb5343790d5fcf850cebdf7353f6 Mon Sep 17 00:00:00 2001
+From 2ad789e9998f90d224e6baf9ec21ab25cc272c96 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit faa4ee75364dcb5343790d5fcf850cebdf7353f6 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index 9d8ab17dd..ab956ad7c 100644
+index d6379e31e..6db604ed8 100644


More information about the stable mailing list