[dpdk-stable] patch 'examples/pipeline: fix VXLAN script permission' has been queued to stable release 20.11.1

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Feb 5 12:17:59 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.11.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 02/07/21. 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/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/5cc7fd3ffaa5f3c1f277aeb90b1b4e5bf2b95c0c

Thanks.

Luca Boccassi

---
>From 5cc7fd3ffaa5f3c1f277aeb90b1b4e5bf2b95c0c Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Fri, 22 Jan 2021 10:30:37 +0100
Subject: [PATCH] examples/pipeline: fix VXLAN script permission

[ upstream commit 6c51ba3c42a3784b0cb5f4cafe0c5276b687b49d ]

This python script provides a shebang that only makes sense if the
script has the executable bit set.

Fixes: fde7a772701a ("examples/pipeline: add VXLAN encapsulation example")

Reported-by: Timothy Redaelli <tredaelli at redhat.com>
Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
---
 examples/pipeline/examples/vxlan_table.py | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 examples/pipeline/examples/vxlan_table.py

diff --git a/examples/pipeline/examples/vxlan_table.py b/examples/pipeline/examples/vxlan_table.py
old mode 100644
new mode 100755
-- 
2.29.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-02-05 11:18:37.804306620 +0000
+++ 0193-examples-pipeline-fix-VXLAN-script-permission.patch	2021-02-05 11:18:29.146697586 +0000
@@ -1 +1 @@
-From 6c51ba3c42a3784b0cb5f4cafe0c5276b687b49d Mon Sep 17 00:00:00 2001
+From 5cc7fd3ffaa5f3c1f277aeb90b1b4e5bf2b95c0c Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 6c51ba3c42a3784b0cb5f4cafe0c5276b687b49d ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list