summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorHariprasad Govindharajan <hariprasad.govindharajan@intel.com>2021-04-21 11:50:15 +0100
committerIan Stokes <ian.stokes@intel.com>2021-05-12 09:15:44 +0100
commitb45958bf75db121a05cb8aa07825f23a771130b9 (patch)
tree137b87913d46e74c493728f68f39b542828d185d /.ci
parent484e9a4dd75a3780c45ce4f5ed3de03e081ca81b (diff)
downloadopenvswitch-b45958bf75db121a05cb8aa07825f23a771130b9.tar.gz
dpdk: Use DPDK 20.11.1 release.
Modify ci linux build script to use the latest DPDK stable release. Modify Documentation to use the latest DPDK stable release 20.11.1 Update NEWS file to reflect the latest DPDK stable releases. FAQ is updated to reflect the latest DPDK for each branch. Signed-off-by: Hariprasad Govindharajan <hariprasad.govindharajan@intel.com> Acked-by: Kevin Traynor <ktraynor@redhat.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
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 977449350..0210d6a77 100755
--- a/.ci/linux-build.sh
+++ b/.ci/linux-build.sh
@@ -201,7 +201,7 @@ fi
if [ "$DPDK" ] || [ "$DPDK_SHARED" ]; then
if [ -z "$DPDK_VER" ]; then
- DPDK_VER="20.11"
+ DPDK_VER="20.11.1"
fi
install_dpdk $DPDK_VER
if [ "$CC" = "clang" ]; then