diff options
author | Ian Stokes <ian.stokes@intel.com> | 2017-03-10 11:47:09 +0000 |
---|---|---|
committer | Daniele Di Proietto <diproiettod@vmware.com> | 2017-03-10 15:47:02 -0800 |
commit | 489b23fe0e95e1a66103f6fda6f0781b0ca7c50e (patch) | |
tree | 8fe15089cdca4ab2929056428b64bdf32e904b35 /Documentation/faq | |
parent | c74578c141f0abd50ef1d01a597e12216a36ff17 (diff) | |
download | openvswitch-489b23fe0e95e1a66103f6fda6f0781b0ca7c50e.tar.gz |
docs: Use DPDK 16.11.1 stable release.
DPDK now provides a stable release branch. Modify dpdk docs and travis linux
build script to use the DPDK 16.11.1 stable branch to benefit from most
recent bug fixes.
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Diffstat (limited to 'Documentation/faq')
-rw-r--r-- | Documentation/faq/releases.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst index 118c88d2f..98f56369b 100644 --- a/Documentation/faq/releases.rst +++ b/Documentation/faq/releases.rst @@ -152,16 +152,16 @@ 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 2.5.x 2.2 - 2.6.x 16.07 - 2.7.x 16.11 - ============ ===== + 2.6.x 16.07.2 + 2.7.x 16.11.1 + ============ ======= Q: I get an error like this when I configure Open vSwitch:: |