From a67647004f8e43fcdeb22d88596f169a9887ed68 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Tue, 19 Dec 2017 08:58:43 +0000 Subject: Update git submodules * Update docs/submodules/vswitchperf from branch 'master' - capture: Traffic capture examples Traffic can be captured also at DUT side. Two options are supported by vsperf: 1) Traffic is captured inside VM after it has been processed by vSwitch. This can be used for verification of vSwitch frame modification functionality, including HW offloading at ingress side. 2) Another NIC under the test (NIC2) is added into standard VSPERF DUT setup. Traffic is then forwarded from TGen through NIC and vSwitch to NIC2 and then over patch cable back to NIC2, the vSwitch, NIC and to the traffic generator. This setup supports also verification of HW offloading at egress side of NIC2 and thus it can be used for validation of smart NICS. Both options above are traffic generator agnostic if compared to direct support of traffic capture by traffic generator. This patch introduces example testcases for both options. Detailed documentation will be pushed as a standalone patch. JIRA: VSPERF-556 Change-Id: I23e12e45768ae4dbe9442f74d8391c3d5b2c7895 Signed-off-by: Martin Klozik Reviewed-by: Richard Elias Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Sridhar Rao Reviewed-by: Trevor Cooper --- docs/submodules/vswitchperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/vswitchperf') diff --git a/docs/submodules/vswitchperf b/docs/submodules/vswitchperf index 58d53561b..a2d97b05f 160000 --- a/docs/submodules/vswitchperf +++ b/docs/submodules/vswitchperf @@ -1 +1 @@ -Subproject commit 58d53561bad01ae7829fdeee0c67f5dae4a9dc34 +Subproject commit a2d97b05fb3b7ff62f62bcb16d36c51e3df6ca77 -- cgit 1.2.3-korg