> -----Original Message-----
> From: Stephen Hemminger <[email protected]>
> Sent: Thursday, October 22, 2020 22:39
> To: [email protected]
> Cc: Stephen Hemminger <[email protected]>; Luca Boccassi
> <[email protected]>; Akhil Goyal
> <[email protected]>; Hemant Agrawal <[email protected]>; Griffin, John
> <[email protected]>;
> Trahe, Fiona <[email protected]>; Jain, Deepak K
> <[email protected]>; Pavan Nikhilesh
> <[email protected]>; Jerin Jacob <[email protected]>; Richardson,
> Bruce
> <[email protected]>; Nithin Dabilpuram <[email protected]>;
> Ajit Khaparde
> <[email protected]>; Somnath Kotur <[email protected]>;
> Rahul Lakkireddy
> <[email protected]>; Sachin Saxena <[email protected]>;
> John Daley
> <[email protected]>; Hyong Youb Kim <[email protected]>; Gaetan Rivet
> <[email protected]>; Xing, Beilei
> <[email protected]>; Guo, Jia <[email protected]>; Yang, Qiming
> <[email protected]>; Zhang, Qi
> Z <[email protected]>; Wang, Haiyue <[email protected]>; Matan Azrad
> <[email protected]>; Shahaf
> Shuler <[email protected]>; Viacheslav Ovsiienko <[email protected]>;
> Martin Spinler
> <[email protected]>; Kiran Kumar K <[email protected]>; Andrew Rybchenko
> <[email protected]>; Wiles, Keith <[email protected]>; Maciej
> Czekaj
> <[email protected]>; Burakov, Anatoly <[email protected]>; Thomas
> Monjalon
> <[email protected]>; Yigit, Ferruh <[email protected]>; Chautru,
> Nicolas
> <[email protected]>; Van Haaren, Harry <[email protected]>;
> Nicolau, Radu
> <[email protected]>; Ananyev, Konstantin <[email protected]>;
> Hunt, David
> <[email protected]>; Maxime Coquelin <[email protected]>; Xia,
> Chenbo
> <[email protected]>; Doherty, Declan <[email protected]>; Wisam
> Jaddo <[email protected]>
> Subject: [PATCH v3 5/5] doc: change references to blacklist and whitelist
>
> There are two areas where documentation needed update.
> The first was use of whitelist when describing address
> filtering.
>
> The other is the legacy -w whitelist option for PCI
> which is used in many examples
>
> Signed-off-by: Stephen Hemminger <[email protected]>
> Acked-by: Luca Boccassi <[email protected]>
> ---
>
> diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
> index a071db276fe4..b44490cfe5e4 100644
> --- a/doc/guides/nics/mlx5.rst
> +++ b/doc/guides/nics/mlx5.rst
> @@ -1537,7 +1537,7 @@ ConnectX-4/ConnectX-5/ConnectX-6/BlueField devices
> managed by librte_pmd_mlx5.
> eth32
> eth33
>
> -#. Optionally, retrieve their PCI bus addresses for whitelisting::
> +#. Optionally, retrieve their PCI bus addresses for use in allow list::
>
> {
> for intf in eth2 eth3 eth4 eth5;
> @@ -1549,10 +1549,10 @@ ConnectX-4/ConnectX-5/ConnectX-6/BlueField devices
> managed by librte_pmd_mlx5.
>
> Example output::
>
> - -w 0000:05:00.1
> - -w 0000:06:00.0
> - -w 0000:06:00.1
> - -w 0000:05:00.0
> + -i 0000:05:00.1
> + -i 0000:06:00.0
> + -i 0000:06:00.1
> + -i 0000:05:00.0
^
| -a ?
>
> #. Request huge pages::
>
> @@ -1560,7 +1560,7 @@ ConnectX-4/ConnectX-5/ConnectX-6/BlueField devices
> managed by librte_pmd_mlx5.
>
> #. Start testpmd with basic parameters::
>
> - testpmd -l 8-15 -n 4 -w 05:00.0 -w 05:00.1 -w 06:00.0 -w 06:00.1 --
> --rxq=2 --txq=2 -i
> + testpmd -l 8-15 -n 4 -i 05:00.0 -w 05:00.1 -w 06:00.0 -w 06:00.1 --
> --rxq=2 --txq=2 -i
^
| -a ?
>
> diff --git a/doc/guides/sample_app_ug/eventdev_pipeline.rst
> b/doc/guides/sample_app_ug/eventdev_pipeline.rst
> index dc7972aa9a5c..e4c23da9ebcb 100644
> --- a/doc/guides/sample_app_ug/eventdev_pipeline.rst
> +++ b/doc/guides/sample_app_ug/eventdev_pipeline.rst
> @@ -46,7 +46,7 @@ these settings is shown below:
>
> .. code-block:: console
>
> - ./build/eventdev_pipeline --vdev event_sw0 -- -r1 -t1 -e4 -w FF00 -s4
> -n0 -c32 -W1000 -D
> + ./build/eventdev_pipeline --vdev event_sw0 -- -r1 -t1 -e4 -i FF00 -s4
> -n0 -c32 -W1000 -D
^
|
This is app argument: "-w, --worker-mask=core mask
Run worker on CPUs in core mask\n"
>
>
> diff --git a/doc/guides/sample_app_ug/vdpa.rst
> b/doc/guides/sample_app_ug/vdpa.rst
> index d66a724827af..60a7eb227db2 100644
> --- a/doc/guides/sample_app_ug/vdpa.rst
> +++ b/doc/guides/sample_app_ug/vdpa.rst
> @@ -52,7 +52,7 @@ Take IFCVF driver for example:
> .. code-block:: console
>
> ./vdpa -c 0x2 -n 4 --socket-mem 1024,1024 \
> - -w 0000:06:00.3,vdpa=1 -w 0000:06:00.4,vdpa=1 \
> + -i 0000:06:00.3,vdpa=1 -a 0000:06:00.4,vdpa=1 \
^
| -a ?
> -- --interactive
>
> --
> 2.27.0