summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorMichael Phelan <michael.phelan@intel.com>2022-05-19 13:49:54 +0000
committerIlya Maximets <i.maximets@ovn.org>2022-05-30 23:21:46 +0200
commit87ef13b0021bc7154edf21bd87953485295e7452 (patch)
treec9319ed98ad7deafe1e219377406c84856789fbd /.ci
parentcb1c64007734cbaa4b23d3e569a550c0beaa4afd (diff)
downloadopenvswitch-87ef13b0021bc7154edf21bd87953485295e7452.tar.gz
dpdk: Use DPDK 21.11.1 release.
Modify ci linux build script to use the latest DPDK stable release 21.11.1. Modify Documentation to use the latest DPDK stable release 21.11.1. Update NEWS file to reflect the latest DPDK stable release 21.11.1. FAQ is updated to reflect the latest DPDK for each OVS branch. Signed-off-by: Michael Phelan <michael.phelan@intel.com> Acked-by: Kevin Traynor <ktraynor@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/linux-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
index afd4379e6..9963fb810 100755
--- a/.ci/linux-build.sh
+++ b/.ci/linux-build.sh
@@ -220,7 +220,7 @@ fi
if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then
if [ -z "$DPDK_VER" ]; then
- DPDK_VER="21.11"
+ DPDK_VER="21.11.1"
fi
install_dpdk $DPDK_VER
fi