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 9745AA034C; Wed, 21 Dec 2022 20:03:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 432B840A7F; Wed, 21 Dec 2022 20:03:39 +0100 (CET) Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.171]) by mails.dpdk.org (Postfix) with ESMTP id DB00540698 for ; Wed, 21 Dec 2022 20:03:37 +0100 (CET) Received: by mail-pf1-f171.google.com with SMTP id c7so11316662pfc.12 for ; Wed, 21 Dec 2022 11:03:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=kEVvboRuYMum+b7hTw+VtygL2UW5KPgY+pjFoVLhnYI=; b=NOSNnJzEFOSIaO9M5paiIg/Kmskc0wCPAOxSdpQvEJvWOfUzVm+O/VxvXF+k6EI3Lf fZh+WPQAiCSKpX5lXilGRMWvZY7dVly53vLA2HitjYnts//gKeEI61x7sY130YwxCByN pkEL0XiqXNA6Wn56ZHsbnJoQpz01fx36tsO5hGBImq2N51ZV7yT78I5jAprONJ8dPIyC fkgeMY0IivGq+4v2btlTTLvAeVpVMkWcJ1o+gkD2qdkdRahaPnTvyv/6J0R5iIxpLgJk IIpza0NFywbZHoTqzcZ7bKzTVSKnRVNprlihFGjAnyzsSQDrUboYBv2A3ltWwHdfkzY9 gZpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=kEVvboRuYMum+b7hTw+VtygL2UW5KPgY+pjFoVLhnYI=; b=OyN8il1BcX7BuGasbcCVR/P2ONUwxb9gXsvy9N3rpZp9bTx0LF9l7wgf1m48RPEGBD pmcA5MPo8gzXrjGoKffwfejvvcU1UM3QBu0A74qA45Chb2027DmUA2c+azirH1a0FQAC MyCK91XWaVocEUBNUvzlvV2CFQKkGYISFScRRI5Gf0NVosB4tQlDF6S/5Od923DZvltO cUzMLkGgyz78XrjR75Qqu0no2An+jp79DLHODT81nN2ticeADO2mNYkPnxE+/kvTp1IF ZPBPiq8oImNUnN/UignQUM1uGAEjO0Wdio/kv5BK1VVq5z42POsdcl2QE4l9sWuBWSgu qj/w== X-Gm-Message-State: AFqh2kpEtGulI/4LvXu9C4TJPNGa4wOLOlvhHFyanYIdso6dRtd/XzOV jzini++yDOAEGjTuF1deWUzU7frTJd/RsdsuBKc= X-Google-Smtp-Source: AMrXdXuEkVQ3WjDscWB5qVGRGCEYR90XVbGzmXsCqnRHcAim9X5TDeiLXeI/We8GNLEoHpdx0HpcIw== X-Received: by 2002:a05:6a00:1485:b0:57f:c170:dc6 with SMTP id v5-20020a056a00148500b0057fc1700dc6mr3995682pfu.14.1671649416876; Wed, 21 Dec 2022 11:03:36 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id e64-20020a621e43000000b005770fd365d8sm11220799pfe.97.2022.12.21.11.03.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Dec 2022 11:03:36 -0800 (PST) Date: Wed, 21 Dec 2022 11:03:33 -0800 From: Stephen Hemminger To: Tyler Retzlaff Cc: dev@dpdk.org Subject: Re: DPDK:fast-tests suite linux/vm Message-ID: <20221221110333.6a10cf48@hermes.local> In-Reply-To: <20221221181349.GB20526@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20221221181349.GB20526@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Wed, 21 Dec 2022 10:13:49 -0800 Tyler Retzlaff wrote: > 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! Were hugepages setup before running the test? Was there enough memory available?