patch 'doc: remove cmdline polling mode deprecation notice' has been queued to stable release 23.11.1

Xueming Li xuemingl at nvidia.com
Tue Mar 5 10:46:06 CET 2024


Hi,

FYI, your patch has been queued to stable release 23.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 03/31/24. 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://git.dpdk.org/dpdk-stable/log/?h=23.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=bb34c79bf4d107dc8ccd952c48960523b58527ff

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From bb34c79bf4d107dc8ccd952c48960523b58527ff Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen at networkplumber.org>
Date: Mon, 11 Dec 2023 08:52:37 -0800
Subject: [PATCH] doc: remove cmdline polling mode deprecation notice
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit 1b4cdb197ce38ac719b9b0b98fc55c75dbb03450 ]

cmdline_poll has been removed by:
commit f44f2edd198a ("cmdline: remove poll function")
but deprecation notice was left behind.

Fixes: f44f2edd198a ("cmdline: remove poll function")

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 81b93515cb..10630ba255 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -27,10 +27,6 @@ Deprecation Notices
 * kvargs: The function ``rte_kvargs_process`` will get a new parameter
   for returning key match count. It will ease handling of no-match case.

-* cmdline: The function ``cmdline_poll`` does not work correctly on either
-  Linux or Windows and is unused by any part of DPDK.
-  This function is now deprecated and will be removed in DPDK 23.11.
-
 * telemetry: The functions ``rte_tel_data_add_array_u64`` and ``rte_tel_data_add_dict_u64``,
   used by telemetry callbacks for adding unsigned integer values to be returned to the user,
   are renamed to ``rte_tel_data_add_array_uint`` and ``rte_tel_data_add_dict_uint`` respectively.
--
2.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2024-03-05 17:39:31.842664829 +0800
+++ 0025-doc-remove-cmdline-polling-mode-deprecation-notice.patch	2024-03-05 17:39:30.703566491 +0800
@@ -1 +1 @@
-From 1b4cdb197ce38ac719b9b0b98fc55c75dbb03450 Mon Sep 17 00:00:00 2001
+From bb34c79bf4d107dc8ccd952c48960523b58527ff Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 1b4cdb197ce38ac719b9b0b98fc55c75dbb03450 ]
@@ -11 +13,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list