diff mbox series

[ovs-dev] docs: Update supported DPDK versions.

Message ID 1517306858-23402-1-git-send-email-ian.stokes@intel.com
State Accepted
Headers show
Series [ovs-dev] docs: Update supported DPDK versions. | expand

Commit Message

Stokes, Ian Jan. 30, 2018, 10:07 a.m. UTC
Update the OVS to DPDK release table to use the latest stable
DPDK 16.11.4 for OVS 2.7.

Signed-off-by: Ian Stokes <ian.stokes@intel.com>
---
 Documentation/faq/releases.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Kavanagh Feb. 2, 2018, 11:42 a.m. UTC | #1
>From: ovs-dev-bounces@openvswitch.org [mailto:ovs-dev-
>bounces@openvswitch.org] On Behalf Of Ian Stokes
>Sent: Tuesday, January 30, 2018 10:08 AM
>To: dev@openvswitch.org
>Subject: [ovs-dev] [PATCH] docs: Update supported DPDK versions.
>
>Update the OVS to DPDK release table to use the latest stable
>DPDK 16.11.4 for OVS 2.7.
>
>Signed-off-by: Ian Stokes <ian.stokes@intel.com>
>---
> Documentation/faq/releases.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
>index 62a1957..86eefeb 100644
>--- a/Documentation/faq/releases.rst
>+++ b/Documentation/faq/releases.rst
>@@ -162,7 +162,7 @@ Q: What DPDK version does each Open vSwitch release work
>with?
>     2.4.x        2.0
>     2.5.x        2.2
>     2.6.x        16.07.2
>-    2.7.x        16.11.3
>+    2.7.x        16.11.4
>     2.8.x        17.05.2
>     2.9.x        17.11
>     ============ =======

Hey Ian,

I built OvS versions 2.7.1-.3 against DPDK v16.11.4 without issue.

However, with OvS v2.7.0, I see the following:

	Warning, treated as error:
	<redacted>/ovs/Documentation/topics/windows.rst:506:Footnote [5] is not referenced.
	make[2]: *** [htmldocs] Error 1
	make[2]: *** Waiting for unfinished jobs....
	make[2]: Leaving directory `/<redacted>/dev/ovs'
	make[1]: *** [all-recursive] Error 1
	make[1]: Leaving directory `/<redacted>/dev/ovs'
	make: *** [all] Error 2

It's worth noting though, that this issue is also present when building OvS v2.7.0 with DPDK v16.11.3. As such, I don't see this as an issues specific to this patch, but which should be resolved separately.

Acked-by: Mark Kavanagh <mark.b.kavanagh@intel.com>

Cheers,
Mark


>--
>2.7.5
>
>_______________________________________________
>dev mailing list
>dev@openvswitch.org
>https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Stokes, Ian Feb. 2, 2018, 12:03 p.m. UTC | #2
> -----Original Message-----
> From: Kavanagh, Mark B
> Sent: Friday, February 2, 2018 11:43 AM
> To: Stokes, Ian <ian.stokes@intel.com>; dev@openvswitch.org
> Subject: RE: [ovs-dev] [PATCH] docs: Update supported DPDK versions.
> 
> >From: ovs-dev-bounces@openvswitch.org [mailto:ovs-dev-
> >bounces@openvswitch.org] On Behalf Of Ian Stokes
> >Sent: Tuesday, January 30, 2018 10:08 AM
> >To: dev@openvswitch.org
> >Subject: [ovs-dev] [PATCH] docs: Update supported DPDK versions.
> >
> >Update the OVS to DPDK release table to use the latest stable DPDK
> >16.11.4 for OVS 2.7.
> >
> >Signed-off-by: Ian Stokes <ian.stokes@intel.com>
> >---
> > Documentation/faq/releases.rst | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/Documentation/faq/releases.rst
> >b/Documentation/faq/releases.rst index 62a1957..86eefeb 100644
> >--- a/Documentation/faq/releases.rst
> >+++ b/Documentation/faq/releases.rst
> >@@ -162,7 +162,7 @@ Q: What DPDK version does each Open vSwitch release
> >work with?
> >     2.4.x        2.0
> >     2.5.x        2.2
> >     2.6.x        16.07.2
> >-    2.7.x        16.11.3
> >+    2.7.x        16.11.4
> >     2.8.x        17.05.2
> >     2.9.x        17.11
> >     ============ =======
> 
> Hey Ian,
> 
> I built OvS versions 2.7.1-.3 against DPDK v16.11.4 without issue.
> 
> However, with OvS v2.7.0, I see the following:
> 
> 	Warning, treated as error:
> 	<redacted>/ovs/Documentation/topics/windows.rst:506:Footnote [5] is
> not referenced.
> 	make[2]: *** [htmldocs] Error 1
> 	make[2]: *** Waiting for unfinished jobs....
> 	make[2]: Leaving directory `/<redacted>/dev/ovs'
> 	make[1]: *** [all-recursive] Error 1
> 	make[1]: Leaving directory `/<redacted>/dev/ovs'
> 	make: *** [all] Error 2
> 
> It's worth noting though, that this issue is also present when building
> OvS v2.7.0 with DPDK v16.11.3. As such, I don't see this as an issues
> specific to this patch, but which should be resolved separately.
> 

Thanks Mark,

I would guess this is an issue in the Windows documentation that was subsequently fixed for the 2.7.1 release. I guess users should be pushed to the latest release here.

Thanks
Ian

> Acked-by: Mark Kavanagh <mark.b.kavanagh@intel.com>
> 
> Cheers,
> Mark
> 
> 
> >--
> >2.7.5
> >
> >_______________________________________________
> >dev mailing list
> >dev@openvswitch.org
> >https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox series

Patch

diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 62a1957..86eefeb 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -162,7 +162,7 @@  Q: What DPDK version does each Open vSwitch release work with?
     2.4.x        2.0
     2.5.x        2.2
     2.6.x        16.07.2
-    2.7.x        16.11.3
+    2.7.x        16.11.4
     2.8.x        17.05.2
     2.9.x        17.11
     ============ =======