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 97BEC46078 for ; Mon, 13 Jan 2025 23:37:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 743894025D; Mon, 13 Jan 2025 23:37:12 +0100 (CET) Received: from mail-yb1-f227.google.com (mail-yb1-f227.google.com [209.85.219.227]) by mails.dpdk.org (Postfix) with ESMTP id 967B34025A for ; Mon, 13 Jan 2025 23:37:10 +0100 (CET) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-e53c9035003so7951850276.2 for ; Mon, 13 Jan 2025 14:37:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736807830; x=1737412630; 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=Z7anm4I191BBWvNpTNUjxYJUJX16N0PYgv5YEHb9uEA=; b=S6AZLcP2gvPzhP3wCPlZ9VHHv02TzyXQJIEh3VSzVQmLD3K4DBNl3TuKlW6KwIHelw ckXdkQhm7+6XcDGN5XEqNSA8BmI19lNrmvEgqFdFAWURZgO1/9Kwz5hr9B8t0PqOY3d4 OWRrR7zrA3ESicIe7x9767mlSEmhso/qI2m2s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736807830; x=1737412630; 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=Z7anm4I191BBWvNpTNUjxYJUJX16N0PYgv5YEHb9uEA=; b=ZFhwLA6p0Py4vGW6hhQ1qCA2yalPlztQ3QnAZY9cH0e9e+aVoX7DRT9neLFTlEywMQ IKQpmTH58Mo1duSQ6frhDi+nUPuL9X1J5I4ZfVr2ArJU7YHAVxR2WPEnMRRpXX9fF2qF xIwQvK41nj3GphBImIaITtjmoUUKIL2nUavMRGydSjxELdE3Eq9B9WQmkJIi0cQqNiYy 5zROshXzMAKq7loFr4CiOJOSs6blyN2Fdpf0a/QX7zWrQtKxrT2y/46SSDSPcY77jsxO bUqF+CFM1ceGv5IlOqlX5sdLrZUVHFZdrmb3aA3pLj89LagEQYipOJfPUBfP1eI4KIMT acEg== X-Gm-Message-State: AOJu0Yyt8ASkMAyfWVMQuEHHoTO+F7e7T7ieSKyjA80ZwYjGOohXQLbV lwqKXFGEp0ix74sNBgohwNJhE9X8yrgsvFWrg2A0qFVP9Y2Mwo/jwjyV18QyjKOFwXQKQb9qJQe srSMpkmRKK59KOr73+ZJPWdTeJkS7t0WV79TQU536 X-Gm-Gg: ASbGncvpwop7mISrMIVb00keihwR6db+MLFG62gYMJuTxLPv/20nWVYHfPUet36yQio vW5/y5h0FvYes/c5EJPm6x+Ym3SJxPMHa/pd3VtC0d3fKIUt8YQSpA4x0NR4dKeCwnIleK5io4I wf7scnyhAo6Whri5wGrpqiIRqTXxHzA1XkPmgV05N1BRKOpg8m9mIzYfifgjwT0PHVXYlNE7/bH QFbAfSGL13FvR4t8CGKF3tUy0o8lOuY9t1gF1crolKqNyWjQpAeQutmiF6mpwBoodv1338VQqwK 1AR/kw== X-Google-Smtp-Source: AGHT+IExJo5C0qeSQZqRpcu4jdkQO70cOSCmuZLXVKydbFrJjCZdvBEG6u7PSKpOPbnMzuDb8uhpRpd8cArs X-Received: by 2002:a05:690c:4446:b0:6ef:522a:1c41 with SMTP id 00721157ae682-6f5312205a8mr196856397b3.13.1736807829838; Mon, 13 Jan 2025 14:37:09 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546c745c9sm4777637b3.30.2025.01.13.14.37.09 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jan 2025 14:37:09 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 13 Jan 2025 14:37:09 -0800 (PST) Message-ID: <67859595.050a0220.1f5b84.3ca7SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 8871F6052471; Mon, 13 Jan 2025 17:37:09 -0500 (EST) Subject: |PENDING| pw149940 [PATCH] [v1] dts: fix pass rate edge case in resu From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250113215230.13942-1-dmarx@iol.unh.edu> References: <20250113215230.13942-1-dmarx@iol.unh.edu> 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: PENDING http://dpdk.org/patch/149940 _Testing pending_ Submitter: Dean Marx Date: Monday, January 13 2025 21:52:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149940 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#305503 Test environment and result as below: +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +==========================+================+==============+===========================+==============================+ | CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 12 (arm) | PASS | SKIPPED | PEND | PEND | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 11 (Buster) (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 41 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 41 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PEND | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+---------------------------+------------------------------+ CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.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.3.0-6ubuntu2~24.04) 13.3.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/32311/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/