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 B12CA45EC3 for ; Mon, 16 Dec 2024 20:32:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 94E42402AC; Mon, 16 Dec 2024 20:32:43 +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 8596C402A3 for ; Mon, 16 Dec 2024 20:32:42 +0100 (CET) Received: by mail-oa1-f98.google.com with SMTP id 586e51a60fabf-29e842cb9b4so1423080fac.2 for ; Mon, 16 Dec 2024 11:32:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734377561; x=1734982361; 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=Rq5IKQ5wDqckcv763xVK7RYigSsF5NBSbhracmFY3ys=; b=EEQn56bpkIBaaucp4kawHkcxmS1KMglxFiwzjn0s+Ry4d8W0PTmeVIH8+wogCrzAJt 34nIcuK723N5NXGAd54z8nsE1Az/IPJ1XyfW8DlmiaHW/fVHgXI7+pWeXSjNbWPrPaHr 2Q61XcmwomryI8RIMs3cE5gvc3eKTeaLf9D7c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734377561; x=1734982361; 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=Rq5IKQ5wDqckcv763xVK7RYigSsF5NBSbhracmFY3ys=; b=nS2wZi4Y3NDkkxYiYImywqKDyaFuufu65iRKMoe1y3WZ712JhgH9Bwc7WcQZ2dSj8W VG2s8HRNpeCg8Rm11CTLXmIRFqRA/oA6Zz/fgA0Ht5zHT39ZLGVVwiym5003jWeD4qYX /xdtdFh/yCQyRTc0jLVRiey3pHaJl01QLkx96/Sbx6pVnleqk1eL08ucUeRVnt2Wofma UW568IzFGPaS7ayDpeMBr+HjAJMq5uyW5hmFyxfQXyhR0gNKYnLRFVkEEeOIwqeGozKc 0lo4ZJfFhGtgMEnI74qVsawtmwWoRBCjYIEpvbGY0jYKJI1VBbK+meIjqIQqMaWpqMXm J02g== X-Gm-Message-State: AOJu0YzAyq7GfB5ig2hwblZlJJs59wp165n7cvio64JUqszyWMLJROfk VPvyQ965i71pgOAZlhTkXgIkjXjsz3ROajcB4VT5MYoYT7SK4iW2H+tDB7bMarpvukM6IPoZ/mE URgGt8BJhdSAdiG8y3Ros6Tgg3nhGXcDvNtFwRUNc X-Gm-Gg: ASbGncupjbYspq8aPuKHBTECbD1rUDAPkyF8QgbwovmrOx2OTI2vxGlLYI0qBBrJn32 E4BXUaTbUht52OFHLK6OgR5U79qNbZuemMqR8bl2j1/CV6vm62vki3t2B3RwD0btXESBBDNnJJd TVnubFKefISOWuZQwW2ODma5l1My4eg0ebbxzwFxWkvjk1ZfYG+xp4N3BKj9TKx5bcfh5MQ5ar2 B3tNSoVOZX7kHZ/W/X9MtKP7XIHqtWFyQ2scQOuKXhEgTU6orZ+/hAJWQkQluO2RyKUlOGARamq NQ== X-Google-Smtp-Source: AGHT+IFVbKw4HfH52Uv/7kBW54AZNbLfnAks0RFZsgKHb3IJVUSHL+ZbGgWVgIJNBPbnJ2PJEz1JVctmraIG X-Received: by 2002:a05:6870:51c7:b0:29e:5c94:5afd with SMTP id 586e51a60fabf-2a3ac5377a0mr6969112fac.1.1734377561621; Mon, 16 Dec 2024 11:32:41 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f36817ceecsm39683eaf.18.2024.12.16.11.32.41 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 11:32:41 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 11:32:41 -0800 (PST) Message-ID: <67608059.050a0220.39ceed.22a3SMTPIN_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 1E33A6052471; Mon, 16 Dec 2024 14:32:41 -0500 (EST) Subject: |PENDING| 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-compile-arm64-testing Test-Status: PENDING http://dpdk.org/patch/149251 _Testing pending_ Submitter: Huichao Cai Date: Monday, December 16 2024 01:43:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149251 --> testing pending Upstream job id: Generic-DPDK-Compile-Meson#343860 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | RHEL9 (ARM) | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PEND | +------------------------------------+--------------------+ | Fedora 39 (ARM) | PEND | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PEND | +------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) 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 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/