doc: fix PCI whitelist typo in prog guide
authorThomas Monjalon <thomas@monjalon.net>
Sun, 24 Feb 2019 22:32:59 +0000 (23:32 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 5 Mar 2019 11:57:33 +0000 (11:57 +0000)
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@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Rami Rosen <ramirose@gmail.com>
doc/guides/prog_guide/poll_mode_drv.rst

index b2cf483..6fae39f 100644 (file)
@@ -374,9 +374,9 @@ parameters to those ports.
   this argument allows user to specify which switch ports to enable port
   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
 should consult the relevant PMD documentation to see support devargs.