diff options
author | Yichen Wang <yicwang@cisco.com> | 2017-11-22 16:26:29 -0800 |
---|---|---|
committer | Yichen Wang <yicwang@cisco.com> | 2017-11-24 01:52:53 -0800 |
commit | 1ce98c7510f810a5ee790523a0dcbf429961adda (patch) | |
tree | d29558354fdef0b51a1487fa67ad15022a1c1ad4 /nfvbenchvm/dib/build-image.sh | |
parent | 58d63a026082a7e3207e409d51e919f959627e56 (diff) |
Add support to use vswitch to handle V2V in PVVP SRIOV scenario
1. Add support to use vswitch to handle V2V in PVVP SRIOV scenario
2. Update nfvbenchvm to 0.5:
(1) Update VPP to 17.10;
(2) Update DPDK testpmd to 17.08;
(3) Change kernel to based on longterm lineup;
Change-Id: I944489579a4cd92d17075e80870bbdb32512a150
Signed-off-by: Yichen Wang <yicwang@cisco.com>
Diffstat (limited to 'nfvbenchvm/dib/build-image.sh')
-rwxr-xr-x | nfvbenchvm/dib/build-image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfvbenchvm/dib/build-image.sh b/nfvbenchvm/dib/build-image.sh index 9326762..605db54 100755 --- a/nfvbenchvm/dib/build-image.sh +++ b/nfvbenchvm/dib/build-image.sh @@ -11,7 +11,7 @@ set -e gs_url=artifacts.opnfv.org/nfvbench/images # image version number -__version__=0.4 +__version__=0.5 image_name=nfvbenchvm_centos-$__version__ # if image exists skip building |