5 Commits

Author SHA1 Message Date
Roy Tang
bdc197cb62 Update ovs dpdk image to dpdk version 18.11.5
Change-Id: I4b9c75a36695117b6ec7cb51e29313c4d725f1fa
2020-05-11 10:40:40 -05:00
Roy Tang
c200136f44 Update source compile version for dpdk/ovs
Update the bionic dpdk image to the following
ovs 2.11.1
dpdk 18.11.3

Change-Id: I38cea791f9bd6972139605d19ca2dc82ee37dbaf
2019-11-19 20:23:59 +00:00
Tin Lam
8d8c3e7158 Change image to use python 3
This patch set updates the Dockerfile to use python3 and pip3 instead
for all ubuntu images.

Change-Id: I20a6f1a28b2adadd66d42907bbec977c28f5a044
Signed-off-by: Tin Lam <tlam@omegaprime.dev>
2019-10-28 21:11:55 +00:00
Deepak Tiwari
aeafbf6215 Add capability to source compile dpdk/ovs
Add following capability to ubuntu bionic DPDK dockerfile:

1. Option to either compile ovs-dpdk from source (DPDK and OVS) or
   install it from package. By default package install is enabled.
   For src compile pass these build-args:
   OVS_SRC_COMPILE_VERSION and DPDK_SRC_COMPILE_VERSION.

2. Option to apply any patch to DPDK or OVS sources, in case using
   source compilation. For this ensure the patch file is kept in
   same folder as the Dockerfile.ubuntu_bionic-dpdk, and pass these
   build-args: OVS_PATCH_FILE_NAME and/or DPDK_PATCH_FILE_NAME.

Change-Id: If806b241890deff77e9ae76f27d375a2bd680b11
2019-08-22 14:47:54 +00:00
chengli3
da2ea9b942 Add ubuntu bionic based ovs image
As we are moving to bionic version, this patch is to add ubuntu bionic
based ovs image to support ovs-dpdk. Also this patch removes the
debian_dpdk image, as it doesn't work correctly on some CPUs.

Change-Id: I3f720dfa0736cabbaa59406871b039d8762ce4de
2019-06-24 11:17:27 +08:00