On 11/26/2019 12:18 PM, Ilya Maximets wrote:
On 26.11.2019 13:03, Ian Stokes wrote:
Modify travis linux build script to use the latest DPDK stable release
18.11.5. Update docs for latest DPDK stable releases.
Signed-off-by: Ian Stokes <[email protected]>
---
.travis/linux-build.sh | 2 +-
Documentation/faq/releases.rst | 2 +-
Documentation/intro/install/dpdk.rst | 8 ++++----
Documentation/topics/dpdk/vhost-user.rst | 6 +++---
NEWS | 1 +
5 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/.travis/linux-build.sh b/.travis/linux-build.sh
index 4e74973a3..8671acbb3 100755
--- a/.travis/linux-build.sh
+++ b/.travis/linux-build.sh
@@ -165,7 +165,7 @@ fi
if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then
if [ -z "$DPDK_VER" ]; then
- DPDK_VER="18.11.2"
+ DPDK_VER="18.11.5"
fi
install_dpdk $DPDK_VER
# Enable pdump support in OVS.
diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 4152345e3..2be35d332 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -186,7 +186,7 @@ Q: What DPDK version does each Open vSwitch release work
with?
2.9.x 17.11.4
2.10.x 17.11.4
2.11.x 18.11.2
We, probably, need to update 2.11 here too.
Otherwise, for all 3 patches:
Acked-by: Ilya Maximets <[email protected]>
P.S. I didn't test them, but I believe they work.
Thanks Ilya, made this change and applied the series.
Regards
Ian
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev