From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D4900A034C; Wed, 21 Dec 2022 19:13:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7394740A7F; Wed, 21 Dec 2022 19:13:51 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 8373640A7A for ; Wed, 21 Dec 2022 19:13:50 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id C686C20C3380; Wed, 21 Dec 2022 10:13:49 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C686C20C3380 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1671646429; bh=QNvzmv1H8Jfh2oCsLWnWfw/pcgvbrwVTaALV18Z9l2E=; h=Date:From:To:Subject:From; b=SY+wbRu13ngqt3L5XyLB/A8Z7Cd9mS6NRJj+y6CbPbsWweeiNnNcaJ4N3ZvGV1Bmh 4AF1ms5s3JtGEPahFaQ6/3eLTBABju90mm9GUR8yw5lDYFx6+xncjMNofl75mVc7z5 5FxhSIJExhYVpO8Iham4DmPu9A2JU3Vr1mjzINzs= Date: Wed, 21 Dec 2022 10:13:49 -0800 From: Tyler Retzlaff To: dev@dpdk.org Subject: DPDK:fast-tests suite linux/vm Message-ID: <20221221181349.GB20526@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org hi folks, are there any additional requirements that may not be documented for running the DPDK:fast-tests suite in a vm on linux? if i run the suite as follows i end up getting intermittent failures. are there known issues running in a vm? meson test -C u --test-args='--no-huge' --suite fast-tests RTE>>fbarray_autotest + ------------------------------------------------------- + + Test Suite : fbarray autotest Thread 1 "dpdk-test" received signal SIGBUS, Bus error. __memset_evex_unaligned_erms () at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:250 250 ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: No such file or directory. (gdb) bt #0 __memset_evex_unaligned_erms () at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:250 #1 0x0000555556022d5b in rte_fbarray_init (arr=0x55555e3566c0 , name=0x55555bebdb28 "fbarray_autotest", len=256, elt_sz=4) at ../lib/eal/common/eal_common_fbarray.c:802 #2 0x00005555557b24af in autotest_setup () at ../app/test/test_fbarray.c:31 #3 0x0000555555636f03 in unit_test_suite_runner (suite=0x55555c846140 ) at ../app/test/test.c:306 #4 0x00005555557b5ffc in test_fbarray () at ../app/test/test_fbarray.c:733 #5 0x00005555556292c4 in cmd_autotest_parsed (parsed_result=0x7fffffff8140, cl=0x55556a8b2fa0, data=0x0) at ../app/test/commands.c:68 #6 0x0000555555fb3294 in __cmdline_parse (cl=0x55556a8b2fa0, buf=0x55556a8b2fe8 "fbarray_autotest\n", call_fn=true) at ../lib/cmdline/cmdline_parse.c:294 #7 0x0000555555fb32dc in cmdline_parse (cl=0x55556a8b2fa0, buf=0x55556a8b2fe8 "fbarray_autotest\n") at ../lib/cmdline/cmdline_parse.c:302 #8 0x0000555555fb1577 in cmdline_valid_buffer (rdl=0x55556a8b2fb0, buf=0x55556a8b2fe8 "fbarray_autotest\n", size=18) at ../lib/cmdline/cmdline.c:24 #9 0x0000555555fb667d in rdline_char_in (rdl=0x55556a8b2fb0, c=10 '\n') at ../lib/cmdline/cmdline_rdline.c:444 #10 0x0000555555fb19bd in cmdline_in (cl=0x55556a8b2fa0, buf=0x7fffffffe3f0 "fbarray_autotest\n", size=17) at ../lib/cmdline/cmdline.c:146 #11 0x0000555555636a34 in main (argc=2, argv=0x7fffffffe930) at ../app/test/test.c:208 thanks!