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 C8E8845EC3 for ; Mon, 16 Dec 2024 21:24:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C5583402AC; Mon, 16 Dec 2024 21:24:56 +0100 (CET) Received: from mail-qv1-f98.google.com (mail-qv1-f98.google.com [209.85.219.98]) by mails.dpdk.org (Postfix) with ESMTP id 6DA83402A3 for ; Mon, 16 Dec 2024 21:24:55 +0100 (CET) Received: by mail-qv1-f98.google.com with SMTP id 6a1803df08f44-6dcdf23b4edso15486876d6.0 for ; Mon, 16 Dec 2024 12:24:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734380695; x=1734985495; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=b78i2LNkPsUByvwf5VmiExHdnEERfHCZ7TnyeMz6yfk=; b=L8BzVxHVh0z+XLspB+k6tYJfLNTy2CQSFuQv3TJZYTtpb6/ZSaS0TyDJRnI+n0cD6h nqg8MbC59ezolmQOpkWojEZwR18RvTtbodxUabM19WHxs52sgE97gtTQzAHyr22AwgwP EBpFm0kOufOnIXu2BsTeH/AahwMseHLl1HGFA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734380695; x=1734985495; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=b78i2LNkPsUByvwf5VmiExHdnEERfHCZ7TnyeMz6yfk=; b=DqVAQSTTuyf2YyqlByeGsGanaItKdLbxgGL/e5cs0K+ZwBHrrxHhaFbLxKmdoOQ8No gm15DczmNnN/fXjUahXDdGB8zRjw0aL6MdG62+dPY6MhTH1KB/PSaOegdYn75Ss6nTLt iZaq9KbKWsBQAAAouYZvP+SIH3K03t4NibPIBOQRJ3prnMTX40Yh0tMnmYgNKqrDBn1H LIqqW+FDzXOWAAQGaGsfRe1NMaNUV3WRPFFNjFNJErXUJB5YKKCR2GvMn5T+P4pspnB/ S4g2cu55raUWWtb//wfsMXkxtdVMWBubIzbqHXs1CHc+oDv/gFuP34jeoKsBs0H90Akh 1stw== X-Gm-Message-State: AOJu0YyUDZctTfLkHaLo77sIZIGMe7y089eBLXQbcGcPArhucofb9Lti 8+K2fu/Vu0B3PAzatz3KroRs7zVoIZvfZWwtpB9/YyedPDaE+wYyKP0ueSoFL28JLXXQuMfYMDc QdpzW0vBD1pneAJE/pmlBTHYnH7MFUXkMmhLVitXa X-Gm-Gg: ASbGncspTg70/98erkBO56mWOVoDneKgUAOfr/gwjY2Uyuv8lcYS3l9tEMAbaQl2pSE aDcVfc4eUS/P/iKR7Ocbx5dUMg3oL1qM6M5swwR1H7r3s0ZFarUTuFLY6e8slqbk8sG0EyrKfak yIntaLDnj2Bo7suuU+poLro7vnfFdTfS5IJR8a3JQAl5iaiKpgFg2LLRu0kHDhYsEUoHnU141s+ Ru7Ry8yzST4rlHN6LNwE/cjoGo0yHMfohY9+SboPKM/zkppkWSSLMfZCjDW9W+iYdLeQrniUaLy fg== X-Google-Smtp-Source: AGHT+IFPDL44uPGUYmvUzGM47t6fsrypbSO3ZRjf3gG3IZ7b1hXMEpHDNiRSxc0daev3MoJ2SaLYn1CJDTni X-Received: by 2002:ad4:4ead:0:b0:6d8:8fdd:9791 with SMTP id 6a1803df08f44-6dc8ca9967amr265552176d6.25.1734380694800; Mon, 16 Dec 2024 12:24:54 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dccd1eabffsm3144966d6.36.2024.12.16.12.24.54 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 12:24:54 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 12:24:54 -0800 (PST) Message-ID: <67608c96.050a0220.2115e9.592aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 80B5B6052471; Mon, 16 Dec 2024 15:24:54 -0500 (EST) Subject: |SUCCESS| pw149251 [PATCH] [v6] graph: mcore: optimize graph search From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241216014353.2036-1-chcchc88@163.com> References: <20241216014353.2036-1-chcchc88@163.com> 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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/149251 _Testing PASS_ Submitter: Huichao Cai Date: Monday, December 16 2024 01:43:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149251 --> testing pass Upstream job id: Aarch32-Unit-Test#4662 Test environment and result as below: +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +=============================+================+==============+===========================+==============================+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32147/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/