From 46193c246de68875e88b2af70ababa1ce205f7b4 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Fri, 29 Jul 2016 12:20:33 +0000 Subject: Updated armband Project: vswitchperf 93e3095b4d7ea6b850b81858ec7ae2c1caaf0448 dpdk: Support of DPDK16.07-rc5 and newer DPDK 16.07-rc5 has renamed script tools/dpdk_nic_bind.py to tools/dpdk-devbind.py. VSPERF was updated to use wildcard in the script name, which is backward compatible. Function get_version() from tools/systeminfo was updated to correctly parse version information for DPDK v16. Version name includes a minor version as defined inside rte_version.h. It means, that for tag v16.07-rc5 VSPERF will show v16.07.0-rc5 in the report. JIRA: VSPERF-333 Change-Id: I61a4ab2d90304fffdfc4d22a5cbf0cb7295402b3 Signed-off-by: Martin Klozik Reviewed-by: Maryam Tahhan Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: --- upstream/vswitchperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream/vswitchperf b/upstream/vswitchperf index dad35a0c..93e3095b 160000 --- a/upstream/vswitchperf +++ b/upstream/vswitchperf @@ -1 +1 @@ -Subproject commit dad35a0c7a32fcbf0e96d1f9c96597c5f5f597a7 +Subproject commit 93e3095b4d7ea6b850b81858ec7ae2c1caaf0448 -- cgit 1.2.3-korg