patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Rami Rosen <ramirose@gmail.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: John McNamara <john.mcnamara@intel.com>,
	Marko Kovacevic <marko.kovacevic@intel.com>,  dev <dev@dpdk.org>,
	remy.horton@intel.com, stable@dpdk.org
Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] doc: fix PCI whitelist typo in prog guide
Date: Mon, 25 Feb 2019 07:23:21 +0200	[thread overview]
Message-ID: <CAHLOa7TSdMQuuVFg=HxrCU7inTS9d0ptPGry_s9y5FANc5OhiA@mail.gmail.com> (raw)
In-Reply-To: <20190224223259.17685-1-thomas@monjalon.net>

Reviewed-by: Rami Rosen <ramirose at gmail.com>

On Mon, Feb 25, 2019 at 12:33 AM Thomas Monjalon <thomas@monjalon.net>
wrote:

> The placeholder for PCI address should be named DBDF
> which stands for Domain/Bus/Device/Function.
>
> Fixes: 33af337773ac ("ethdev: add common devargs parser")
> Cc: remy.horton@intel.com
> Cc: stable@dpdk.org
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  doc/guides/prog_guide/poll_mode_drv.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/doc/guides/prog_guide/poll_mode_drv.rst
> b/doc/guides/prog_guide/poll_mode_drv.rst
> index b2cf483546..6fae39f904 100644
> --- a/doc/guides/prog_guide/poll_mode_drv.rst
> +++ b/doc/guides/prog_guide/poll_mode_drv.rst
> @@ -374,9 +374,9 @@ parameters to those ports.
>    this argument allows user to specify which switch ports to enable port
>    representors for.::
>
> -   -w BDBF,representor=0
> -   -w BDBF,representor=[0,4,6,9]
> -   -w BDBF,representor=[0-31]
> +   -w DBDF,representor=0
> +   -w DBDF,representor=[0,4,6,9]
> +   -w DBDF,representor=[0-31]
>
>  Note: PMDs are not required to support the standard device arguments and
> users
>  should consult the relevant PMD documentation to see support devargs.
> --
> 2.20.1
>
>

-- 
regards,
Rami Rosen

  reply	other threads:[~2019-02-25  5:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-24 22:32 [dpdk-stable] " Thomas Monjalon
2019-02-25  5:23 ` Rami Rosen [this message]
2019-03-05 11:59   ` [dpdk-stable] [dpdk-dev] " Ferruh Yigit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHLOa7TSdMQuuVFg=HxrCU7inTS9d0ptPGry_s9y5FANc5OhiA@mail.gmail.com' \
    --to=ramirose@gmail.com \
    --cc=dev@dpdk.org \
    --cc=john.mcnamara@intel.com \
    --cc=marko.kovacevic@intel.com \
    --cc=remy.horton@intel.com \
    --cc=stable@dpdk.org \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).