> -----Original Message----- > From: Kavanagh, Mark B > Sent: Friday, February 2, 2018 11:43 AM > To: Stokes, Ian <[email protected]>; [email protected] > Subject: RE: [ovs-dev] [PATCH] docs: Update supported DPDK versions. > > >From: [email protected] [mailto:ovs-dev- > >[email protected]] On Behalf Of Ian Stokes > >Sent: Tuesday, January 30, 2018 10:08 AM > >To: [email protected] > >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 <[email protected]> > >--- > > 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 <[email protected]> > > Cheers, > Mark > > > >-- > >2.7.5 > > > >_______________________________________________ > >dev mailing list > >[email protected] > >https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
