From ead6bea7a21e2c646de9ad215a60d5d4f0a227a8 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Mon, 25 Jun 2018 07:48:11 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'stable/fraser' - Merge "Use TRex release v2.41 to support both x86 and aarch64" into stable/fraser - Use TRex release v2.41 to support both x86 and aarch64 Currently Yardstick uses Cisco's TRex release v2.28 which can only support x86, for the consideration of multi-arch support of Yardstick, the trex release v2.41 is now available and it can support multi-arch(both x86 and aarch64) now. For the external lib of v2.41, for x86_64, it looks like: external_libs/pyzmq-14.5.0/python2/intel/ucs4/64bit/zmq for arm64, it looks like: external_libs/pyzmq-14.5.0/python2/arm/ucs4/64bit/zmq So replace the trex release v2.28 with v2.41. JIRA: YARDSTICK-1191 Change-Id: I22dc3499283d48a89da1145cc480fd7d2a93a1cc Signed-off-by: trevortao (cherry picked from commit 13f19d35a04ffb46ca673e81385779bc46c48781) --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index b9820283f..a649acd6a 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit b9820283f7aaa8dc10484a0006ee4fc569e71f07 +Subproject commit a649acd6aaf9ea2ee883ed6cfd68a286373b9d17 -- cgit 1.2.3-korg