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 0F7E745EC3 for ; Mon, 16 Dec 2024 20:17:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C4A0402B5; Mon, 16 Dec 2024 20:17:22 +0100 (CET) Received: from mail-pf1-f228.google.com (mail-pf1-f228.google.com [209.85.210.228]) by mails.dpdk.org (Postfix) with ESMTP id C8C8B402AC for ; Mon, 16 Dec 2024 20:17:20 +0100 (CET) Received: by mail-pf1-f228.google.com with SMTP id d2e1a72fcca58-725ecc42d43so3817490b3a.3 for ; Mon, 16 Dec 2024 11:17:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734376640; x=1734981440; 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=rQc57i7hul0EanYXzTY5xgGCN5h/0d8+vMjbnFT9/14=; b=Ob0NOBVUMII1kakpCZmMWfkjtv6p8O3cCuxAaO52l4m1upX5N8GNEqngpn/YZVG8Oo osZl0RNpVM1ZrsKYhJn/iGA1AO8H1FC7MKCjDfEbcAp3AUEkP0SmEsV9zkcpzOniOGAP ycEl+FS3q+WBWYUPswIDeKf5roroXji6sx4j0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734376640; x=1734981440; 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=rQc57i7hul0EanYXzTY5xgGCN5h/0d8+vMjbnFT9/14=; b=UdistLrNUyTapVgzb0Tq/zI/IN/1l7tax1vcPlT5OduqAC1sNptDV7tFYAc6GSRiDc 83kDD6epG268gM5vTCRZh5MlubBhrhpLDhjx4WM6svKzao9I2ylFoDn49IcWrYBcqEOD emKXwQVR/jqXzrNPFjGD6sJiJQ8EBlBphyyMP8hslORVQ6h/sDUgh05iBmEaHDOlsI/w XmslAqTYtDC7dKv/Dr4RDAqPQd9Jj1M++TOGILBkFZW6/JKnetU6z5PHPvyWyVyS0ast PnPNYphFgngVZinkXTAebG6M+ubvAG/Lqyy+Rbv9AY5yuT6fdj5o/ccq/u8Bw3vflZvf 1xYw== X-Gm-Message-State: AOJu0YzZ89ZmMC4CAUGAwimt+BcbbBbrDsYYnqAvGasBdHfrN0PDahlv CXQ8lhZAIFICDVeX2DLh2GKwCSLq4n7Fx/LH4yedU5MI9i1pmacjPkMeFTDXPIxjc78KoNcu/FO V/guz1k4HWrWvNS7Ysx1zkRVM2FOv2KRtWkRV1Ukp X-Gm-Gg: ASbGncvL81T7ZceBXFuyvwXyYuz+djtgvyiRjX9sVlu9QvMCXyZGi2+JUL89U9G70jm 56kn9N2pbp2qIra9Ism+WD1I5i0pX42rOdfAV2+XyLhHb/FbyayxX4QPV7tXDxsFSeymcocgsRh olLImIRfW9BDT0Gf9Ex8hK9vdExbQyDqoP2GeCab6O6IN7jZ4nYhum1VyPjgdP56LrU/Dp5nJjE N8FI+xYyc9s/S8l+texSc15mleNi9R5WShNyhvRTGoGy8o/WmCRy0UzR+2+8AZWbOUfJmONqeC2 uQ== X-Google-Smtp-Source: AGHT+IGz6Oru0ypuEaFpXqx5yygnILB/2PwuwiPKPN4sG9uNVpkpjzh7QljrRN7zRkard710gpJVgz2jODW4 X-Received: by 2002:a05:6a00:124f:b0:725:f282:1f04 with SMTP id d2e1a72fcca58-7290c248cfemr19006076b3a.18.1734376639799; Mon, 16 Dec 2024 11:17:19 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-72918bbb76asm327560b3a.22.2024.12.16.11.17.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 11:17:19 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 11:17:19 -0800 (PST) Message-ID: <67607cbf.050a0220.d5557.53f2SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id EE98A6052471; Mon, 16 Dec 2024 14:17:18 -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-unit-amd64-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-Unit-Test-DPDK#299683 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Debian 12 | PEND | +-------------------+----------------+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Fedora 39 (Clang) | PEND | +-------------------+----------------+ | Fedora 39 | PEND | +-------------------+----------------+ | Fedora 40 | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | Fedora 40 (Clang) | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ 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/