From ea95a7cc45eb8508a76b1ef499f52adeef38c36f Mon Sep 17 00:00:00 2001 From: Sugesh Chandran Date: Thu, 7 Jul 2016 10:24:36 +0100 Subject: Updated armband Project: vswitchperf ffc55a6bbbfafc36a2e28e2e28e737966fb9bb31 integration: Support for VxLAN TC without using overlay traffic gen. The test case for verifying the vxlan tunneling feature without using any ingress tunnel traffic. The virtual switch(OVS) is configured to mangle and generate tunnel traffic in the deployment. The packet flow in the test case is as follows TRAFFIC-IN --> [ENCAP-PKT] --> [MOD-PKT] --> [DECAP-PKT] --> TRAFFIC-OUT ENCAP-PKT - Encapsulate the ingress packet to a tunnel type. MOD-PKT - Modify the tunnel header to match the following decap interface. DECAP-PKT - Decapsulate the newly generated tunneled packet. Change-Id: Ie24bacb3cb1c069bd60403e5a4ef8bcdf0e12e54 Signed-off-by: Sugesh Chandran --- upstream/vswitchperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream/vswitchperf b/upstream/vswitchperf index a8ef2c30..ffc55a6b 160000 --- a/upstream/vswitchperf +++ b/upstream/vswitchperf @@ -1 +1 @@ -Subproject commit a8ef2c308d4c385b8eb0cae0f7f1f2d039affaaf +Subproject commit ffc55a6bbbfafc36a2e28e2e28e737966fb9bb31 -- cgit 1.2.3-korg