[dpdk-stable] patch 'doc: fix PCI whitelist typo in prog guide' has been queued to LTS release 18.11.2

Kevin Traynor ktraynor at redhat.com
Wed Apr 10 18:43:52 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 04/16/19. 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.

Kevin Traynor

---
>From c410c93c55a36d89452736e01c0e0bdfae4de842 Mon Sep 17 00:00:00 2001
From: Thomas Monjalon <thomas at monjalon.net>
Date: Sun, 24 Feb 2019 23:32:59 +0100
Subject: [PATCH] doc: fix PCI whitelist typo in prog guide

[ upstream commit 5a10413c5812be50a0c03c5ea5622a7b3cd7dbad ]

The placeholder for PCI address should be named DBDF
which stands for Domain/Bus/Device/Function.

Fixes: 33af337773ac ("ethdev: add common devargs parser")

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Reviewed-by: Rami Rosen <ramirose at gmail.com>
---
 doc/guides/prog_guide/poll_mode_drv.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guides/prog_guide/poll_mode_drv.rst b/doc/guides/prog_guide/poll_mode_drv.rst
index b2cf48354..6fae39f90 100644
--- a/doc/guides/prog_guide/poll_mode_drv.rst
+++ b/doc/guides/prog_guide/poll_mode_drv.rst
@@ -375,7 +375,7 @@ parameters to those ports.
   representors for.::
 
-   -w BDBF,representor=0
-   -w BDBF,representor=[0,4,6,9]
-   -w BDBF,representor=[0-31]
+   -w DBDF,representor=0
+   -w DBDF,representor=[0,4,6,9]
+   -w DBDF,representor=[0-31]
 
 Note: PMDs are not required to support the standard device arguments and users
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-04-10 14:06:11.261019171 +0100
+++ 0044-doc-fix-PCI-whitelist-typo-in-prog-guide.patch	2019-04-10 14:06:07.983291519 +0100
@@ -1,13 +1,14 @@
-From 5a10413c5812be50a0c03c5ea5622a7b3cd7dbad Mon Sep 17 00:00:00 2001
+From c410c93c55a36d89452736e01c0e0bdfae4de842 Mon Sep 17 00:00:00 2001
 From: Thomas Monjalon <thomas at monjalon.net>
 Date: Sun, 24 Feb 2019 23:32:59 +0100
 Subject: [PATCH] doc: fix PCI whitelist typo in prog guide
 
+[ upstream commit 5a10413c5812be50a0c03c5ea5622a7b3cd7dbad ]
+
 The placeholder for PCI address should be named DBDF
 which stands for Domain/Bus/Device/Function.
 
 Fixes: 33af337773ac ("ethdev: add common devargs parser")
-Cc: stable at dpdk.org
 
 Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
 Reviewed-by: Rami Rosen <ramirose at gmail.com>


More information about the stable mailing list