[dpdk-dev] [PATCH v9 5/6] doc: change references to blacklist and whitelist

Bruce Richardson bruce.richardson at intel.com
Tue Nov 10 17:09:18 CET 2020


On Thu, Nov 05, 2020 at 02:36:01PM -0800, Stephen Hemminger wrote:
> 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 <stephen at networkplumber.org>
> Acked-by: Luca Boccassi <bluca at debian.org>
> ---
<snip>
> -      ./<build_dir>/app/dpdk-testpmd -c 0x300 -w 0002:02:00.0 -- --portmask=0x1 --nb-cores=1 --port-topology=loop --rxq=1 --txq=1
> +      ./<build_dir>/app/dpdk-testpmd -c 0x300 -a 0002:02:00.0 \
> +      	-- --portmask=0x1 --nb-cores=1 --port-topology=loop --rxq=1 --txq=1

Git apply complains about whitespace before tab here. For the line
continuation it should be fine to just indent with spaces.

/Bruce


More information about the dev mailing list