Re: [dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options

2020-11-15 Thread Thomas Monjalon
10/11/2020 23:55, Stephen Hemminger: > Replace old option syntax -w with -a and update any wording > around blacklisting. I think the other updates for MAC filtering or module blocking should be in a separate patch, not with -w/-a changes.

Re: [dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options

2020-11-15 Thread Thomas Monjalon
10/11/2020 23:55, Stephen Hemminger: > --- a/doc/guides/nics/mlx4.rst > +++ b/doc/guides/nics/mlx4.rst > -For this reason, one cannot white/blacklist a single port without also > -white/blacklisting the others on the same device. > +For this reason, one cannot block (or allow) a single port without

Re: [dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options

2020-11-15 Thread Thomas Monjalon
10/11/2020 23:55, Stephen Hemminger: > --- a/doc/guides/nics/ice.rst > +++ b/doc/guides/nics/ice.rst > --w 80:00.0,pipeline-mode-support=1 > +-a 80:00.0,pipeline-mode-support=1 > + > +- ``Flow Mark Support`` (default ``0``) > + > + This is a hint to the driver to select the data path that

Re: [dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options

2020-11-15 Thread Thomas Monjalon
15/11/2020 22:38, Thomas Monjalon: > 15/11/2020 21:00, Thomas Monjalon: > > 15/11/2020 20:58, Thomas Monjalon: > > > 11/11/2020 11:46, Luca Boccassi: > > > > On Tue, 2020-11-10 at 14:55 -0800, Stephen Hemminger wrote: > > > > > 41 files changed, 178 insertions(+), 158 deletions(-) > > > > > > > >

Re: [dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options

2020-11-15 Thread Thomas Monjalon
15/11/2020 21:00, Thomas Monjalon: > 15/11/2020 20:58, Thomas Monjalon: > > 11/11/2020 11:46, Luca Boccassi: > > > On Tue, 2020-11-10 at 14:55 -0800, Stephen Hemminger wrote: > > > > 41 files changed, 178 insertions(+), 158 deletions(-) > > > > > > Reviewed-by: Luca Boccassi > > > > There are m

Re: [dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options

2020-11-15 Thread Thomas Monjalon
15/11/2020 20:58, Thomas Monjalon: > 11/11/2020 11:46, Luca Boccassi: > > On Tue, 2020-11-10 at 14:55 -0800, Stephen Hemminger wrote: > > > 41 files changed, 178 insertions(+), 158 deletions(-) > > > > Reviewed-by: Luca Boccassi > > There are more occurences to fix: > > git grep -Iw -- '-w' |

Re: [dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options

2020-11-15 Thread Thomas Monjalon
11/11/2020 11:46, Luca Boccassi: > On Tue, 2020-11-10 at 14:55 -0800, Stephen Hemminger wrote: > > 41 files changed, 178 insertions(+), 158 deletions(-) > > Reviewed-by: Luca Boccassi There are more occurences to fix: git grep -Iw -- '-w' | wc -l 36

Re: [dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options

2020-11-15 Thread Thomas Monjalon
10/11/2020 23:55, Stephen Hemminger: > --- a/doc/guides/linux_gsg/eal_args.include.rst > +++ b/doc/guides/linux_gsg/eal_args.include.rst > -* ``-w, --pci-whitelist <[domain:]bus:devid.func>`` > +* ``-a, --allow <[domain:]bus:devid.func>`` > > -Add a PCI device in white list. > +Add a

Re: [dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options

2020-11-11 Thread Luca Boccassi
On Tue, 2020-11-10 at 14:55 -0800, Stephen Hemminger wrote: > Replace old option syntax -w with -a and update any wording > around blacklisting. > > Signed-off-by: Stephen Hemminger > --- > doc/guides/cryptodevs/dpaa2_sec.rst | 6 ++-- > doc/guides/cryptodevs/dpaa_sec.rst|

[dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options

2020-11-10 Thread Stephen Hemminger
Replace old option syntax -w with -a and update any wording around blacklisting. Signed-off-by: Stephen Hemminger --- doc/guides/cryptodevs/dpaa2_sec.rst | 6 ++-- doc/guides/cryptodevs/dpaa_sec.rst| 6 ++-- doc/guides/cryptodevs/qat.rst | 12 doc