From f33512dfddc905d6f4b8f6e1555bfabc63fbfa3a Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Mon, 14 Aug 2017 14:27:06 +0000 Subject: Update git submodules * Update docs/submodules/vswitchperf from branch 'master' - Merge "tests: L3, L4 and VxLAN tests for OVS & VPP" - tests: L3, L4 and VxLAN tests for OVS & VPP A set of tests was introduced with focus on L3, L4 and VxLAN performance of OVS and VPP. New testcases were created for phy2phy network scenario. In case of PVP and PVVP, only OVS testcases are available. Notes: * two sets of OVS P2P testcases were created, one creates unique flow for each IP address involved in the test (performance sensitive); Second set inserts just one flow with large network mask (tests with _mask suffix). * three different types of VPP P2P L3 testcases were created to demonstrate performance impact of multi ARP entries or IP routes. * VPP multi ARP record based testcases use a set of "workarounds" to load a large number of ARP entries. It is not possible to use "set ip arp count" syntax, as it doesn't work well for large count values (e.g. 60K) * OVS VxLAN testcases utilize existing OP2P deployment scenario and thus it can be used also with GRE and GENEVE tunnel types. Tunnel type to be used is defined by test configuration option "Tunnel Type". JIRA: VSPERF-518 Change-Id: I65adad976f12d8625d918a1996eb42693c511ee1 Signed-off-by: Martin Klozik Signed-off-by: Ciara Loftus Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Sridhar Rao Reviewed-by: Trevor Cooper Reviewed-by: Cian Ferriter --- docs/submodules/vswitchperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/vswitchperf b/docs/submodules/vswitchperf index 73025baf2..2a4d03a1c 160000 --- a/docs/submodules/vswitchperf +++ b/docs/submodules/vswitchperf @@ -1 +1 @@ -Subproject commit 73025baf2e393c61c59957e8714d2ddd54d25e51 +Subproject commit 2a4d03a1c5634c7d8b54bd9bda6c14b7a683de6e -- cgit 1.2.3-korg