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.
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
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
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(-)
> > > >
> > > >
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
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' |
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
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
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|
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
10 matches
Mail list logo