Files
openstack-helm-images/openvswitch
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
..
2018-11-29 08:45:54 +00:00