[ovs-dev] [PATCH] Docs: Refer to 18.11.1 dpdk version.

David Marchand david.marchand at redhat.com
Wed Jun 12 13:01:11 UTC 2019


On Wed, Jun 12, 2019 at 2:55 PM Ian Stokes <ian.stokes at intel.com> wrote:

> On 6/12/2019 12:49 PM, David Marchand wrote:
> > This section is about checking dpdk, we can focus on just its version.
> > Then update the version to 18.11.1 in the commands output.
> >
> > Fixes: 03f3f9c0faf8 ("dpdk: Update to use DPDK 18.11.")
> > Fixes: b5355b0d6e66 ("dpdk: Use DPDK 18.11.1 release.")
> >
> > Signed-off-by: David Marchand <david.marchand at redhat.com>
> > ---
> >   Documentation/intro/install/dpdk.rst | 7 +++----
> >   1 file changed, 3 insertions(+), 4 deletions(-)
> >
> > diff --git a/Documentation/intro/install/dpdk.rst
> b/Documentation/intro/install/dpdk.rst
> > index 149548b..e4a95ba 100644
> > --- a/Documentation/intro/install/dpdk.rst
> > +++ b/Documentation/intro/install/dpdk.rst
> > @@ -281,11 +281,10 @@ initialization succeeded::
> >   Additionally, the library version linked to ovs-vswitchd can be
> confirmed
> >   with either the ovs-vswitchd logs, or by running either of the
> commands::
> >
> > -  $ ovs-vswitchd --version
> > -  ovs-vswitchd (Open vSwitch) 2.9.0
> > -  DPDK 17.11.0
> > +  $ ovs-vswitchd --version |grep -i dpdk
> > +  DPDK 18.11.1
> >     $ ovs-vsctl get Open_vSwitch . dpdk_version
> > -  "DPDK 17.11.0"
> > +  "DPDK 18.11.1"
>
> Hi David,
>
> thanks for this. I had submitted a similar change originally in the v2
> for supporting 18.11 as you have above, but the feedback was to drop the
> change as we could run into a case where on the master branch we support
> a DPDK version that is different to what the latest OVS release supports
>
> https://patchwork.ozlabs.org/patch/1011038/


I had the impression I had already read something but could not find the
mail...
Thanks.


As this is just an example command, the consensus seemed to be it was ok
> to leave it as is.
>
> The DPDK version wasn't listed before OVS 2.10 release, so an
> alternative approach  could be to tag that this was introduced in OVS
> 2.10 using the version changed tag
>
> .. versionchanged:: 2.10.0
>
> and flag above is an example output, users should check the mapping of
> OVS to DPDK using the OVS release faq (that will be kept up to date for
> the latest DPDK release anyhow). Thoughts?
>

In the paragraph before we mention that the user can check ovs-vswitchd
logs without quoting an actual output.
So we might as well remove the example outputs of those two commands.


-- 
David Marchand


More information about the dev mailing list