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 <step...@networkplumber.org>
> Acked-by: Luca Boccassi <bl...@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

Reply via email to