From f9c8fe41280a48f95216cab43eab8db00ee592e1 Mon Sep 17 00:00:00 2001 From: Ray Kinsella Date: Fri, 14 Aug 2020 15:27:10 +0100 Subject: vpp_config: update node variants to skx and icl Node variant names have changed to skx and icl. Type: fix Signed-off-by: Ray Kinsella Change-Id: I5be832aa59e4e440df53869077d801c011e3defa --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 94b02620231..aa229e93970 100644 --- a/test/Makefile +++ b/test/Makefile @@ -380,8 +380,8 @@ help: @echo " TEST='*.*.test_add_bfd' selects all test functions named test_add_bfd from all files/classes" @echo "" @echo " VARIANT= - specify which march node variant to unit test" - @echo " e.g. VARIANT=avx2 test the avx2 march variants" - @echo " e.g. VARIANT=avx512 test the avx512 march variants" + @echo " e.g. VARIANT=skx test the skx march variants" + @echo " e.g. VARIANT=icl test the icl march variants" @echo "" @echo " VPP_ZOMBIE_NOCHECK=1 - skip checking for vpp (zombie) processes (CAUTION)" @echo " COREDUMP_SIZE= - pass as unix { coredump-size } argument to vpp" -- cgit 1.2.3-korg