summaryrefslogtreecommitdiff
path: root/Documentation/faq
diff options
context:
space:
mode:
authorIan Stokes <ian.stokes@intel.com>2020-07-02 16:09:27 +0100
committerIan Stokes <ian.stokes@intel.com>2020-07-13 17:18:31 +0100
commit02abe831c32215fa562d85b66d7300ff6e7af31e (patch)
tree0f06701b392be8fba8ba1df0df12484d4b7479e4 /Documentation/faq
parent842c363050b1099f272c8626ff1c89536e5f5c75 (diff)
downloadopenvswitch-02abe831c32215fa562d85b66d7300ff6e7af31e.tar.gz
dpdk: Use DPDK 19.11.2 release.
Modify travis linux build script to use DPDK 19.11.2 stable release and update docs to reference 19.11.2 stable release. Update release faq to reflect latest validated DPDK versions for all branches. Signed-off-by: Ian Stokes <ian.stokes@intel.com> Acked-by: Kevin Traynor <ktraynor@redhat.com>
Diffstat (limited to 'Documentation/faq')
-rw-r--r--Documentation/faq/releases.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index e5cef3915..ac93e6e97 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -180,9 +180,9 @@ Q: What DPDK version does each Open vSwitch release work with?
A: The following table lists the DPDK version against which the given
versions of Open vSwitch will successfully build.
- ============ =======
+ ============ ========
Open vSwitch DPDK
- ============ =======
+ ============ ========
2.2.x 1.6
2.3.x 1.6
2.4.x 2.0
@@ -190,12 +190,12 @@ Q: What DPDK version does each Open vSwitch release work with?
2.6.x 16.07.2
2.7.x 16.11.9
2.8.x 17.05.2
- 2.9.x 17.11.4
- 2.10.x 17.11.4
- 2.11.x 18.11.6
- 2.12.x 18.11.6
- 2.13.x 19.11.0
- ============ =======
+ 2.9.x 17.11.10
+ 2.10.x 17.11.10
+ 2.11.x 18.11.9
+ 2.12.x 18.11.9
+ 2.13.x 19.11.2
+ ============ ========
Q: Are all the DPDK releases that OVS versions work with maintained?