From 05924d28649f96370a0424179ecf12ebabe92b41 Mon Sep 17 00:00:00 2001 From: Abhijit Sinha Date: Tue, 21 Aug 2018 08:55:56 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "NSB NFVi PROX BNG and vPE losing many packets" - NSB NFVi PROX BNG and vPE losing many packets JIRA: YARDSTICK-1101 The traffic generated by the generator in bng-4 result in non-symmetrical use of the cores on the SUT, as a whole range of IP addresses is skipped. Update cpe0 and cpe1 in gen files. In addition, for the routing table (ipv4.lua) for the BNG should be slighly different: while the BNG is a 4 ports test, only 2 of the ports are used as outgoing routing ports (the inet ports). Hence, the routing table should only use the mac of those two ports. The bad configuration (using 4 ports) result in an issue when BNG SUT and GEN are connected through a switch, packets are sent by the BNG SUT through the INET interfaces, but sometimes with the MAC of the CPE interface... Hence, packets are received on the wrong interface on the Gen site (resulting in some interfaces, the CPE ones, being overloaded) Created ipv4_bng.lua and remove mac 0 and 2 Change-Id: I97019f0415d2f58d50ec855d04800eb705f41541 Signed-off-by: Daniel Martin Buckley --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 06d2c38df..aa4e2d264 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 06d2c38dfd22956a7f60535eb5b59d6fb94098ff +Subproject commit aa4e2d2645497f04e9e389aacc0381ff776b0125 -- cgit 1.2.3-korg