patch 'doc: remove reference to deprecated --use-device option' has been queued to stable release 23.11.5
Xueming Li
xuemingl at nvidia.com
Wed Jul 30 09:10:44 CEST 2025
Hi,
FYI, your patch has been queued to stable release 23.11.5
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/10/25. 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=154814d110afc9a240f9d75ed69b81010d74f93b
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 154814d110afc9a240f9d75ed69b81010d74f93b Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Thu, 17 Jul 2025 13:46:03 +0200
Subject: [PATCH] doc: remove reference to deprecated --use-device option
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit 674908ce49f875cd3411bedd0d2c45cd73dd7e2f ]
--use-device was replaced with -a / --vdev options in v1.6
with commit cac6d08c8bde ("devargs: replace --use-device option by
--pci-whitelist and --vdev").
It was reintroduced in the doc in v1.8 when the rst documentation
was imported in .rst format.
Fixes: 1ab07743b21b ("doc: getting started guide for linux")
Fixes: dacdbfa45752 ("doc: getting started guide for freebsd")
Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
doc/guides/freebsd_gsg/build_sample_apps.rst | 4 ----
doc/guides/linux_gsg/build_sample_apps.rst | 4 ----
2 files changed, 8 deletions(-)
diff --git a/doc/guides/freebsd_gsg/build_sample_apps.rst b/doc/guides/freebsd_gsg/build_sample_apps.rst
index 7bdd88e56d..9ae0047700 100644
--- a/doc/guides/freebsd_gsg/build_sample_apps.rst
+++ b/doc/guides/freebsd_gsg/build_sample_apps.rst
@@ -70,10 +70,6 @@ DPDK application. Some of the EAL options for FreeBSD are as follows:
Blocklisting of ports; prevent EAL from using specified PCI device
(multiple ``-b`` options are allowed).
-* ``--use-device``:
- Use the specified Ethernet device(s) only. Use comma-separate
- ``[domain:]bus:devid.func`` values. Cannot be used with ``-b`` option.
-
* ``-v``:
Display version information on startup.
diff --git a/doc/guides/linux_gsg/build_sample_apps.rst b/doc/guides/linux_gsg/build_sample_apps.rst
index 4f99617233..c49d89bceb 100644
--- a/doc/guides/linux_gsg/build_sample_apps.rst
+++ b/doc/guides/linux_gsg/build_sample_apps.rst
@@ -51,10 +51,6 @@ The EAL options are as follows:
Blocklisting of ports; prevent EAL from using specified PCI device
(multiple ``-b`` options are allowed).
-* ``--use-device``:
- use the specified Ethernet device(s) only. Use comma-separate
- ``[domain:]bus:devid.func`` values. Cannot be used with ``-b`` option.
-
* ``--socket-mem``:
Memory to allocate from hugepages on specific sockets. In dynamic memory mode,
this memory will also be pinned (i.e. not released back to the system until
--
2.34.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-07-30 15:02:13.717960880 +0800
+++ 0033-doc-remove-reference-to-deprecated-use-device-option.patch 2025-07-30 15:02:12.845770859 +0800
@@ -1 +1 @@
-From 674908ce49f875cd3411bedd0d2c45cd73dd7e2f Mon Sep 17 00:00:00 2001
+From 154814d110afc9a240f9d75ed69b81010d74f93b Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 674908ce49f875cd3411bedd0d2c45cd73dd7e2f ]
@@ -15 +17,0 @@
-Cc: stable at dpdk.org
@@ -25 +27 @@
-index 1f054f2152..5212c1a0b4 100644
+index 7bdd88e56d..9ae0047700 100644
@@ -40 +42 @@
-index 139e88d4d0..5ec59acb2c 100644
+index 4f99617233..c49d89bceb 100644
@@ -51 +53 @@
- * ``--numa-mem``:
+ * ``--socket-mem``:
More information about the stable
mailing list