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 2D42241E78 for ; Sun, 12 Mar 2023 03:40:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 012A040395; Sun, 12 Mar 2023 03:40:30 +0100 (CET) Received: from mail-oa1-f98.google.com (mail-oa1-f98.google.com [209.85.160.98]) by mails.dpdk.org (Postfix) with ESMTP id 3605240395 for ; Sun, 12 Mar 2023 03:40:28 +0100 (CET) Received: by mail-oa1-f98.google.com with SMTP id 586e51a60fabf-176b90e14a9so10296330fac.9 for ; Sat, 11 Mar 2023 18:40:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1678588827; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=fyGG5IKkA0z8IVDHXHXdCNdoxsRCL6yIJO9mYwmqPtk=; b=bbgJKqgwBG4Qs9U0EFWLupZ58Z+RRObEuJ/lxme3AVxaWNHxQogoI52mAjItvdmlSF vqh/xtUWi6r1SPLqZLQkxiz8ouihcbMppv1Rc3RlGrpqFJYiok76HEuIXT8sntyO/Bcr ZLq+ftoWltqvwjTh7FaXBIKOFsxM16MGyfDVk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678588827; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=fyGG5IKkA0z8IVDHXHXdCNdoxsRCL6yIJO9mYwmqPtk=; b=Y1O6o6Cvd+9fxOqm97kO2Nd1/zLC4e1gVP4t74SQmNOR6+q/djnYS922z2jB7tWdcV IGirRhEcsZHRlHL8bLzWiigU+2vEe56zpLsZqxL5JAnHajfvOZ4Od3jmP+bdG0rdSE5G UU9O90lA0XZ2kFf3TD1f5aZVNVlXFo7X752vrY69EgMRbqpa0ZJkLF47BHsDabmgLweZ /f7eWXxRGSoFZx0uh9BWnv8MhvFdU/tt/SlvMc2qnG9apozTymwUYJ43KUSGZ4CsN4aW 72BY/zWvZXfgIqSyCMo3n8Q6mkHMWxtfscfJpRZBrk0WoV77CxVI3Gn/kqM5rci0LzAu gEPg== X-Gm-Message-State: AO0yUKWy7w/2djJFV/T9EdeEQSmXPmcy+LD9HVmVSOy0vEX75tALTxa0 2sZybfaXRHmUiL/iZ6ENjkcACRk0MRlY7PenPNP4RTNmtY3o+FXDZ/5pYiviyC/LDY+4UBrjNA= = X-Google-Smtp-Source: AK7set+kN6vRnA9AkIehyEzZwdbOXTtZIQXlNtOgp7MRGU6G5ObBB38qfxr1tvSS2UhEsS96NhDFZardNuSs X-Received: by 2002:a05:6870:fb8c:b0:172:4d65:d176 with SMTP id kv12-20020a056870fb8c00b001724d65d176mr17629753oab.11.1678588827567; Sat, 11 Mar 2023 18:40:27 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id r14-20020a056830448e00b0068d57332144sm267104otv.11.2023.03.11.18.40.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 11 Mar 2023 18:40:27 -0800 (PST) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [172.18.0.210]) by postal.iol.unh.edu (Postfix) with ESMTP id 1EAE7605246B; Sat, 11 Mar 2023 21:40:27 -0500 (EST) Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1]) by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id 0455D6011D; Sun, 12 Mar 2023 02:40:27 +0000 (UTC) Subject: |SUCCESS| pw124882-124885 [PATCH] [4/4] mempool: use lcore API to check if lcore ID is valid From: dpdklab@iol.unh.edu To: Test Report Cc: dpdklab@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230312024027.0455D6011D@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Sun, 12 Mar 2023 02:40:27 +0000 (UTC) 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-aarch64-compile-testing Test-Status: SUCCESS http://dpdk.org/patch/124885 _Testing PASS_ Submitter: Honnappa Nagarahalli Date: Thursday, March 09 2023 04:57:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:b15d75b2872efce397d827dac78692a919358302 124882-124885 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM Clang Native | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Native | 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 | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM Clang Native Kernel: 5.4.0-53-generic Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 ARM GCC Native Kernel: 5.4.0-53-generic Compiler: gcc 9.3 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 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/25654/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/