[dpdk-stable] patch 'usertools: fix typo in SPDX tag of telemetry script' has been queued to LTS release 18.11.6

Kevin Traynor ktraynor at redhat.com
Wed Dec 11 22:27:01 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/17/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/b7c589e8e975c6ed072b392eed7d75850a6c653a

Thanks.

Kevin.

---
>From b7c589e8e975c6ed072b392eed7d75850a6c653a Mon Sep 17 00:00:00 2001
From: Bruce Richardson <bruce.richardson at intel.com>
Date: Fri, 8 Nov 2019 14:26:27 +0000
Subject: [PATCH] usertools: fix typo in SPDX tag of telemetry script

[ upstream commit 564f295d1960e2c9401f1c39427a2a921ab3a3c4 ]

There is a typo in the SPDX tag, which is down as an "SPDK" tag.
One-character change should be all that is needed.

Fixes: d1b94da4a4e0 ("usertools: add client script for telemetry")

Reported-by: Stephen Hemminger <stephen at networkplumber.org>
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by: Kevin Traynor <ktraynor at redhat.com>
---
 usertools/dpdk-telemetry-client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usertools/dpdk-telemetry-client.py b/usertools/dpdk-telemetry-client.py
index 1c61a2a28..58174c055 100644
--- a/usertools/dpdk-telemetry-client.py
+++ b/usertools/dpdk-telemetry-client.py
@@ -1,3 +1,3 @@
-# SPDK-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
-- 
2.21.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-11 21:24:18.062838397 +0000
+++ 0069-usertools-fix-typo-in-SPDX-tag-of-telemetry-script.patch	2019-12-11 21:24:12.757649358 +0000
@@ -1 +1 @@
-From 564f295d1960e2c9401f1c39427a2a921ab3a3c4 Mon Sep 17 00:00:00 2001
+From b7c589e8e975c6ed072b392eed7d75850a6c653a Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 564f295d1960e2c9401f1c39427a2a921ab3a3c4 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index e06d6306c..290345dcc 100755
+index 1c61a2a28..58174c055 100644
@@ -23,2 +24 @@
-@@ -1,4 +1,4 @@
- #! /usr/bin/env python
+@@ -1,3 +1,3 @@



More information about the stable mailing list