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 CB94B41FCD for ; Wed, 30 Aug 2023 14:42:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D242A40277; Wed, 30 Aug 2023 14:42:07 +0200 (CEST) Received: from mail-ot1-f98.google.com (mail-ot1-f98.google.com [209.85.210.98]) by mails.dpdk.org (Postfix) with ESMTP id 3237940277 for ; Wed, 30 Aug 2023 14:42:06 +0200 (CEST) Received: by mail-ot1-f98.google.com with SMTP id 46e09a7af769-6bcae8c4072so3676763a34.1 for ; Wed, 30 Aug 2023 05:42:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1693399325; x=1694004125; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=WpBU5gt3b2Mq3hHJQ7Ehdh6vkb1ycSpqEvwv4ZEcLqg=; b=ga/et8Gcwgxt8Gp2+8RtnyZxwoqoN0VTKZ0nPdEvl0xHUwjlPSC2tOFShaJ/7vWIpe 5kgtGWrWrf6fXo73SRVvDLewkedGEJRN9C5m3WfipQOkpfa4BzaBoyujuudooovLrn8y 8QZe52SQkswwFNR1AzXumh4mGibtzfMDoj4g8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693399325; x=1694004125; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=WpBU5gt3b2Mq3hHJQ7Ehdh6vkb1ycSpqEvwv4ZEcLqg=; b=CfKDKF1U0KzhPSIxCIyRh8Oryn63g3Bpqh6+reV6Ka7hmV9fdrptZOOa5MARPVnZ7Y UMfl96RIwdQGmGjfK/7z1s/4BqIxTyezG1SJNWM7TIC3GmQwzCfbx1icexDBBTtAg8iR oScOArWH8ovaS+8b2f9NLnb8Gaac7hauR/DOqYeGFxKC+ucVwS/mqD36HxAgB2Y8T5w8 rw6BrZzWRrlInwGZwdZrXvF/cGw5eePbDohxj5A/+yVGH21iAbrFrxNm6wlSt0NUA4z7 WC2slk+3tTyVTPT6J52DYXt/2uj2/n68F94mazcaHq1sb6ZlOVsyTdnR7hmeJa09LZpx MDpA== X-Gm-Message-State: AOJu0YyBX9pwuzSpPt+AufSIntmbInGuQr6BrXC9ePH3iqQcfk6gwWy5 iJRHdnJbcamUbPOav/CMtrDl3CltIfA+UnCpIOG26xi8p95HFTr/QvTzRw== X-Google-Smtp-Source: AGHT+IEMQcH58YwJ6ZzenYYMe0sz2Wx/IbhOeOp6StT7mZB5LPtGWO5Za4CeXJoo0ytyRGtz+87sWlMxbT5t X-Received: by 2002:a05:6870:91cd:b0:1bb:c946:b80e with SMTP id c13-20020a05687091cd00b001bbc946b80emr2375084oaf.28.1693399325484; Wed, 30 Aug 2023 05:42:05 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id hv1-20020a056871cc0100b001b067b7b74dsm1055532oac.35.2023.08.30.05.42.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Aug 2023 05:42:05 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 30 Aug 2023 05:42:05 -0700 (PDT) Message-ID: <64ef391d.050a0220.db456.3a23SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id C6BE16052471; Wed, 30 Aug 2023 08:42:04 -0400 (EDT) Subject: |SUCCESS| pw130873 [PATCH] eal: fix memory initialization deadlock From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/130873 _Testing PASS_ Submitter: Artemy Kovalyov Date: Wednesday, August 30 2023 10:33:03 DPDK git baseline: Repo:dpdk Branch: master CommitID:b7b8de26f34d39c8aaded44d8a468da5e68f19da 130873 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.3 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27472/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/