patch 'baseband/acc100: remove prefix of internal file' has been queued to stable release 20.11.6

Xueming Li xuemingl at nvidia.com
Wed Jul 20 10:21:18 CEST 2022


Hi,

FYI, your patch has been queued to stable release 20.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 07/22/22. 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/steevenlee/dpdk

This queued commit can be viewed at:
https://github.com/steevenlee/dpdk/commit/02e062b333fe3556996668f73ea8453380985b2e

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 02e062b333fe3556996668f73ea8453380985b2e Mon Sep 17 00:00:00 2001
From: Nicolas Chautru <nicolas.chautru at intel.com>
Date: Fri, 24 Jun 2022 16:32:42 -0700
Subject: [PATCH] baseband/acc100: remove prefix of internal file
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit b375108e57f2550638063dd1c6d3e23bf5d50dc9 ]

File renamed to avoid the rte_ file prefix since rte_acc100_pmd.h
is actually internal only.

Signed-off-by: Nicolas Chautru <nicolas.chautru at intel.com>
Acked-by: Akhil Goyal <gakhil at marvell.com>
---
 drivers/baseband/acc100/{rte_acc100_pmd.h => acc100_pmd.h} | 0
 drivers/baseband/acc100/rte_acc100_pmd.c                   | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/baseband/acc100/{rte_acc100_pmd.h => acc100_pmd.h} (100%)

diff --git a/drivers/baseband/acc100/rte_acc100_pmd.h b/drivers/baseband/acc100/acc100_pmd.h
similarity index 100%
rename from drivers/baseband/acc100/rte_acc100_pmd.h
rename to drivers/baseband/acc100/acc100_pmd.h
diff --git a/drivers/baseband/acc100/rte_acc100_pmd.c b/drivers/baseband/acc100/rte_acc100_pmd.c
index 9254207969..453343cfb6 100644
--- a/drivers/baseband/acc100/rte_acc100_pmd.c
+++ b/drivers/baseband/acc100/rte_acc100_pmd.c
@@ -21,7 +21,7 @@
 
 #include <rte_bbdev.h>
 #include <rte_bbdev_pmd.h>
-#include "rte_acc100_pmd.h"
+#include "acc100_pmd.h"
 
 #ifdef RTE_LIBRTE_BBDEV_DEBUG
 RTE_LOG_REGISTER(acc100_logtype, pmd.bb.acc100, DEBUG);
-- 
2.35.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-07-20 15:01:01.098492742 +0800
+++ 0049-baseband-acc100-remove-prefix-of-internal-file.patch	2022-07-20 15:00:58.787667039 +0800
@@ -1 +1 @@
-From b375108e57f2550638063dd1c6d3e23bf5d50dc9 Mon Sep 17 00:00:00 2001
+From 02e062b333fe3556996668f73ea8453380985b2e Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit b375108e57f2550638063dd1c6d3e23bf5d50dc9 ]
@@ -22 +25 @@
-index 15f3c114b3..a8482bd411 100644
+index 9254207969..453343cfb6 100644
@@ -31 +33,0 @@
- #include "acc101_pmd.h"
@@ -33,0 +36 @@
+ RTE_LOG_REGISTER(acc100_logtype, pmd.bb.acc100, DEBUG);


More information about the stable mailing list