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 2426545EC3 for ; Mon, 16 Dec 2024 20:45:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0182E402AC; Mon, 16 Dec 2024 20:45:56 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id DF068402A3 for ; Mon, 16 Dec 2024 20:45:54 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3a7d7db4d89so12620205ab.1 for ; Mon, 16 Dec 2024 11:45:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734378354; x=1734983154; 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=bS/cy5EUGwn90syIPjvTQ4MPZ7kCRTOvBCJs2af7/PE=; b=XZpKSi0uBaAhH4+4a/1Wk7qe7e5XsUp6U49FJBYtrg0G4M1oV5DJ7GWzEesQlC6zEe urJZjM3Lnn10ReH+2jcFfbSrpOuSw0mKeuJcqdKIzvURoeB3E9Pu81Ci2sdtDlmGUQQ3 RmNHauiMlC52NZQr9Wtwjk0LMWUMiiaLYaXyM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734378354; x=1734983154; 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=bS/cy5EUGwn90syIPjvTQ4MPZ7kCRTOvBCJs2af7/PE=; b=octFg4cc2BKa+y354FVNKXt7EOx6bDTrC5sWX5FFw9pqBuGkFXaLs1mMckqYnI1ijK 2yTkWEOMA8jTtEVE8cS1c8C0O8NdBjRpPymr8AW5GWzcmk0b516ihE+a60tsieB1lF0P zogEkW8qsfIk1gvc5WMc3mMt487sVKPYlxpKXYBHrsgJCuVPtwMZ0R4DbnQe4FDinJcQ 5caQhg5D3oJ34UqDoYtBEI1ybXadgsaEE9JqXBl+eEyvVqChFd6vnv60fOKvzYbhfNLz cWCvccB93GcEkRbjt+dkUhb1iCSdv+sUocPKdDW7yVaME13M6THPSfFQTzDuq0wg2I1l /cHw== X-Gm-Message-State: AOJu0YyNfQtD0mmxbU/U8OeI2ywrzfqWcQQzbCzYJd7mN8LAprjPWh1+ uSd8Xz5uIRFROlMEzv+aMtsPPBgqyeDmCJTokSGyHA2BylXsXDlt8NpVfmhW8wUz+7rq14zqtiF XCF/6GeOwxhr6cfTDoBvxLbV7guD4sjYu4Veogj7R X-Gm-Gg: ASbGnct+ncs3rMm3ofbGiBa3QCjw6XDi7CQztcsvH1NL5jEPStE26iOSSbhbWJ6cqu9 oorZpfRa1w6j4RTAAKnYXLCG14evqQxLQsT6Xr3iazveqHsje6HjhDVcbi3GQhTMw+0uXveIAx2 AuDOy51hxnETfgyFBByowt5udcu+Oukgw0wfrUF4+5fGlb+NUdUxzqYRo6zS5a6Ct8STaBXNfmP gay9b234tfdYPtLlc4b1cZd1eSxs36dn+mFXlA3ff0TSwlNfH/o4XAmLsdhb4lV+mWtrNm11J+z Rw== X-Google-Smtp-Source: AGHT+IFUX3FkCQ82u6DOnKAPrWRKyA30pt9o8M1K2CkHbec7Fu4UwOK1ydQQDm8qgwSU1h0CR+aMP6rSYoE1 X-Received: by 2002:a05:6e02:741:b0:3a7:7124:bd2b with SMTP id e9e14a558f8ab-3aff800ef6amr135210525ab.15.1734378354173; Mon, 16 Dec 2024 11:45: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 8926c6da1cb9f-4e5e0f1bd58sm225089173.36.2024.12.16.11.45.54 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 11:45:54 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 11:45:54 -0800 (PST) Message-ID: <67608372.050a0220.2fcf78.ed20SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id C44FE6052471; Mon, 16 Dec 2024 14:45:53 -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-amd64-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: Generic-Unit-Test-DPDK#299693 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Debian 12 | PASS | +-------------------+----------------+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Fedora 39 (Clang) | PASS | +-------------------+----------------+ | Fedora 39 | PASS | +-------------------+----------------+ | Fedora 40 | PASS | +-------------------+----------------+ | RHEL8 | PASS | +-------------------+----------------+ | Fedora 40 (Clang) | PASS | +-------------------+----------------+ | Ubuntu 22.04 | PASS | +-------------------+----------------+ | Ubuntu 20.04 | PASS | +-------------------+----------------+ | RHEL9 | PASS | +-------------------+----------------+ | Ubuntu 24.04 | PASS | +-------------------+----------------+ Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.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/