> -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > Sent: Thursday, October 22, 2020 22:39 > To: dev@dpdk.org > Cc: Stephen Hemminger <step...@networkplumber.org>; Luca Boccassi > <bl...@debian.org>; Akhil Goyal > <akhil.go...@nxp.com>; Hemant Agrawal <hemant.agra...@nxp.com>; Griffin, John > <john.grif...@intel.com>; > Trahe, Fiona <fiona.tr...@intel.com>; Jain, Deepak K > <deepak.k.j...@intel.com>; Pavan Nikhilesh > <pbhagavat...@marvell.com>; Jerin Jacob <jer...@marvell.com>; Richardson, > Bruce > <bruce.richard...@intel.com>; Nithin Dabilpuram <ndabilpu...@marvell.com>; > Ajit Khaparde > <ajit.khapa...@broadcom.com>; Somnath Kotur <somnath.ko...@broadcom.com>; > Rahul Lakkireddy > <rahul.lakkire...@chelsio.com>; Sachin Saxena <sachin.sax...@oss.nxp.com>; > John Daley > <johnd...@cisco.com>; Hyong Youb Kim <hyon...@cisco.com>; Gaetan Rivet > <gr...@u256.net>; Xing, Beilei > <beilei.x...@intel.com>; Guo, Jia <jia....@intel.com>; Yang, Qiming > <qiming.y...@intel.com>; Zhang, Qi > Z <qi.z.zh...@intel.com>; Wang, Haiyue <haiyue.w...@intel.com>; Matan Azrad > <ma...@nvidia.com>; Shahaf > Shuler <shah...@nvidia.com>; Viacheslav Ovsiienko <viachesl...@nvidia.com>; > Martin Spinler > <spin...@cesnet.cz>; Kiran Kumar K <kirankum...@marvell.com>; Andrew Rybchenko > <andrew.rybche...@oktetlabs.ru>; Wiles, Keith <keith.wi...@intel.com>; Maciej > Czekaj > <mcze...@marvell.com>; Burakov, Anatoly <anatoly.bura...@intel.com>; Thomas > Monjalon > <tho...@monjalon.net>; Yigit, Ferruh <ferruh.yi...@intel.com>; Chautru, > Nicolas > <nicolas.chau...@intel.com>; Van Haaren, Harry <harry.van.haa...@intel.com>; > Nicolau, Radu > <radu.nico...@intel.com>; Ananyev, Konstantin <konstantin.anan...@intel.com>; > Hunt, David > <david.h...@intel.com>; Maxime Coquelin <maxime.coque...@redhat.com>; Xia, > Chenbo > <chenbo....@intel.com>; Doherty, Declan <declan.dohe...@intel.com>; Wisam > Jaddo <wis...@nvidia.com> > 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 <step...@networkplumber.org> > Acked-by: Luca Boccassi <bl...@debian.org> > ---
> > 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