[dpdk-stable] patch 'rawdev: remove remaining experimental tags' has been queued to stable release 19.11.4

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Jul 24 13:58:38 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.4

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/26/20. 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.

Thanks.

Luca Boccassi

---
>From 9af164a1f46ec71e276e10abbb4d0b71c5ef1c00 Mon Sep 17 00:00:00 2001
From: Hemant Agrawal <hemant.agrawal at nxp.com>
Date: Tue, 7 Jul 2020 14:24:07 +0530
Subject: [PATCH] rawdev: remove remaining experimental tags

[ upstream commit c843fca96c849bd85204707e791accb57adb9e59 ]

The experimental tags were removed, but the comment
is still having API classification as EXPERIMENTAL

Fixes: 931cc531aad2 ("rawdev: remove experimental tag")

Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
Acked-by: Thomas Monjalon <thomas at monjalon.net>
Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>
Acked-by: David Marchand <david.marchand at redhat.com>
---
 MAINTAINERS                        | 4 ++--
 lib/librte_rawdev/rte_rawdev.h     | 3 ---
 lib/librte_rawdev/rte_rawdev_pmd.h | 3 ---
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 10c4e1a61..98c0dd060 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -456,8 +456,8 @@ F: lib/librte_eventdev/*crypto_adapter*
 F: app/test/test_event_crypto_adapter.c
 F: doc/guides/prog_guide/event_crypto_adapter.rst
 
-Raw device API - EXPERIMENTAL
-M: Shreyansh Jain <shreyansh.jain at nxp.com>
+Raw device API
+M: Nipun Gupta <nipun.gupta at nxp.com>
 M: Hemant Agrawal <hemant.agrawal at nxp.com>
 F: lib/librte_rawdev/
 F: drivers/raw/skeleton/
diff --git a/lib/librte_rawdev/rte_rawdev.h b/lib/librte_rawdev/rte_rawdev.h
index ed011ca22..7a1f3213e 100644
--- a/lib/librte_rawdev/rte_rawdev.h
+++ b/lib/librte_rawdev/rte_rawdev.h
@@ -12,9 +12,6 @@
  *
  * This API allow applications to configure and use generic devices having
  * no specific type already available in DPDK.
- *
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
  */
 
 #ifdef __cplusplus
diff --git a/lib/librte_rawdev/rte_rawdev_pmd.h b/lib/librte_rawdev/rte_rawdev_pmd.h
index cb3555ab5..4395a2182 100644
--- a/lib/librte_rawdev/rte_rawdev_pmd.h
+++ b/lib/librte_rawdev/rte_rawdev_pmd.h
@@ -11,9 +11,6 @@
  * @note
  * Driver facing APIs for a raw device. These are not to be called directly by
  * any application.
- *
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
  */
 
 #ifdef __cplusplus
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-07-24 12:53:51.651928290 +0100
+++ 0080-rawdev-remove-remaining-experimental-tags.patch	2020-07-24 12:53:48.307006832 +0100
@@ -1,37 +1,40 @@
-From c843fca96c849bd85204707e791accb57adb9e59 Mon Sep 17 00:00:00 2001
+From 9af164a1f46ec71e276e10abbb4d0b71c5ef1c00 Mon Sep 17 00:00:00 2001
 From: Hemant Agrawal <hemant.agrawal at nxp.com>
 Date: Tue, 7 Jul 2020 14:24:07 +0530
 Subject: [PATCH] rawdev: remove remaining experimental tags
 
+[ upstream commit c843fca96c849bd85204707e791accb57adb9e59 ]
+
 The experimental tags were removed, but the comment
 is still having API classification as EXPERIMENTAL
 
 Fixes: 931cc531aad2 ("rawdev: remove experimental tag")
-Cc: stable at dpdk.org
 
 Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
 Acked-by: Thomas Monjalon <thomas at monjalon.net>
 Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>
 Acked-by: David Marchand <david.marchand at redhat.com>
 ---
- MAINTAINERS                        | 2 +-
+ MAINTAINERS                        | 4 ++--
  lib/librte_rawdev/rte_rawdev.h     | 3 ---
  lib/librte_rawdev/rte_rawdev_pmd.h | 3 ---
- 3 files changed, 1 insertion(+), 7 deletions(-)
+ 3 files changed, 2 insertions(+), 8 deletions(-)
 
 diff --git a/MAINTAINERS b/MAINTAINERS
-index 27fcd6d64..6ba02d73a 100644
+index 10c4e1a61..98c0dd060 100644
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -490,7 +490,7 @@ F: lib/librte_eventdev/*crypto_adapter*
+@@ -456,8 +456,8 @@ F: lib/librte_eventdev/*crypto_adapter*
  F: app/test/test_event_crypto_adapter.c
  F: doc/guides/prog_guide/event_crypto_adapter.rst
  
 -Raw device API - EXPERIMENTAL
+-M: Shreyansh Jain <shreyansh.jain at nxp.com>
 +Raw device API
- M: Nipun Gupta <nipun.gupta at nxp.com>
++M: Nipun Gupta <nipun.gupta at nxp.com>
  M: Hemant Agrawal <hemant.agrawal at nxp.com>
  F: lib/librte_rawdev/
+ F: drivers/raw/skeleton/
 diff --git a/lib/librte_rawdev/rte_rawdev.h b/lib/librte_rawdev/rte_rawdev.h
 index ed011ca22..7a1f3213e 100644
 --- a/lib/librte_rawdev/rte_rawdev.h


More information about the stable mailing list