patch 'doc: remove reference to deprecated --use-device option' has been queued to stable release 22.11.9

luca.boccassi at gmail.com luca.boccassi at gmail.com
Tue Jul 22 15:35:41 CEST 2025


Hi,

FYI, your patch has been queued to stable release 22.11.9

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/24/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://github.com/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/60f6779b968dcf42c3cb19eb982d42f4cd5ab66b

Thanks.

Luca Boccassi

---
>From 60f6779b968dcf42c3cb19eb982d42f4cd5ab66b 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

[ 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 c87e982759..ce51e15fce 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.47.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-07-22 14:35:32.170771463 +0100
+++ 0002-doc-remove-reference-to-deprecated-use-device-option.patch	2025-07-22 14:35:32.094012273 +0100
@@ -1 +1 @@
-From 674908ce49f875cd3411bedd0d2c45cd73dd7e2f Mon Sep 17 00:00:00 2001
+From 60f6779b968dcf42c3cb19eb982d42f4cd5ab66b Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 674908ce49f875cd3411bedd0d2c45cd73dd7e2f ]
+
@@ -15 +16,0 @@
-Cc: stable at dpdk.org
@@ -25 +26 @@
-index 1f054f2152..5212c1a0b4 100644
+index c87e982759..ce51e15fce 100644
@@ -40 +41 @@
-index 139e88d4d0..5ec59acb2c 100644
+index 4f99617233..c49d89bceb 100644
@@ -51 +52 @@
- * ``--numa-mem``:
+ * ``--socket-mem``:


More information about the stable mailing list