diff options
author | Ruijing Guo <ruijing.guo@intel.com> | 2016-01-03 21:22:45 +0000 |
---|---|---|
committer | Ruijing Guo <ruijing.guo@intel.com> | 2016-01-03 21:26:20 +0000 |
commit | d405bdbb3482ed69e0e45192f05111d71d46812d (patch) | |
tree | 44626042faa9327c6ce06ab64cf2f6b724cd6f13 /build | |
parent | 2726171455085f5435414a8ba558f53db6c8165a (diff) |
Update OVS Plugin
1. fix issue in https://gerrit.opnfv.org/gerrit/#/c/5179/
2. no change for OVS without DPDK
3. add OVS with DPDK packages
4. add DPPD
5. TODO: netvirt + OVS with DPDK
Change-Id: I153a95426d388d58933799e183d7b7316062e525
Signed-off-by: Ruijing Guo <ruijing.guo@intel.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/f_isoroot/f_ovs-nsh-dpdk-pluginbuild/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_isoroot/f_ovs-nsh-dpdk-pluginbuild/config.mk b/build/f_isoroot/f_ovs-nsh-dpdk-pluginbuild/config.mk index d937b4cfd..5d37aee5a 100644 --- a/build/f_isoroot/f_ovs-nsh-dpdk-pluginbuild/config.mk +++ b/build/f_isoroot/f_ovs-nsh-dpdk-pluginbuild/config.mk @@ -7,6 +7,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -OVS_NSH_DPDK_BRANCH=7590019023887d6f59c20248e6503cacfa491d8c +OVS_NSH_DPDK_BRANCH=3776734a7b93ac440aa7b2e730d743b8510aac25 OVS_NSH_DPDK_REPO=https://review.openstack.org/openstack/fuel-plugin-ovs OVS_NSH_DPDK_CHANGE= |