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 BEBC246095 for ; Wed, 15 Jan 2025 20:59:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 90362402C2; Wed, 15 Jan 2025 20:59:29 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 29D6E402B9 for ; Wed, 15 Jan 2025 20:59:28 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-216401de828so1043265ad.3 for ; Wed, 15 Jan 2025 11:59:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736971167; x=1737575967; 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=D0LLfxskex6qt0l0Aiywy/tyn2AlLE9PdzZwuNorL80=; b=WzLPfWV4powmua1+T2Z6jL4gYsaUc+MIZJvV3xNr9TwrGuT/p0gp9hWvwDFEn/gkfZ 4Zc3qVFoEl33SGSnPn2D+1bxpXmEziVzVbXLOrRjpzxCJLefV1LhaBwcAnfFX4GRHtsW ExOr9wPwsK/eWxfzK/+0dCmbIqLX3aZluXg3o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736971167; x=1737575967; 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=D0LLfxskex6qt0l0Aiywy/tyn2AlLE9PdzZwuNorL80=; b=S2Eohw+wED2ldwLzW7UO2JUuo2m6cobyVwjuDSwpm4pScLaoIKQQFIOQ360DkfLmsI Fg06Nvhlp6BphOmrgnQGrOastbNaZLtSyOnrjiCdnhvxENb0yqwLfxexYGe1r0n3IJDF XBb1353RzVYZvKCfDS0xAuoCzv8p2lhQelyDQaLJWJLExfTm51oFcbA/WYhgTv/xWPuJ 7r7rv6LANlpB/6UKkXrRDbayiz1MZePPhySM84G7OX0dMNrZh2RsnO6jrXExUhQkCqgU LAHvp72Nfnz2oViCPDsJTXvwhAZ9wd9++j6Y7yIHwMnrXDUdK9X3NWb2NPiCnwNzdr6a ShdQ== X-Gm-Message-State: AOJu0YzCpHuPll7/nE9pIghOOVa/+tZmTreOUL3IHs9xVfXNRaAzXnRV yryvPegNYrijWP/k+QpvQtnmVDjyUoO0+Ufi2MrJpRWCaH8f6q15feNJTL+tb91L1FPVZEI+yxw gK3dFtQ1MAWGSLBuQWQ4EQP4VHRSLK//M+Ez2Cipe X-Gm-Gg: ASbGnctiqnCWMk6swPGAzIzJET6bpSS0MJG9hWOn9muw09RPlQ9rhWbh+mLRo9dyD3v MsIdJYCmVhx4hGzhD5icLE/6H4ovZDBUYlPRgMqn/RRAEr/yWXtu1zfNDHJZfgHzr8THsFxML+u 9+It6VL6aCn+HfYkI/nLJ8AjScm+khyPj4KJQleVvvGXywKeAdHNWGi4vCckqzJmQsavG4TK238 qZWJd0mOPWRIXNU0JskPG6FhyLr/xjEsuQ0zUNJ+UzSjHRDdVYzX7AmjsGAc5oI9HwyCgxJMf6W NbhuKQ== X-Google-Smtp-Source: AGHT+IEwYUSA30NanGofgjiP2RnYDrC39Cc68OOmBug8Th/ctwsD0BgjbFUBpbUUfIbPVU5m5FV4tlE/MS8h X-Received: by 2002:a05:6a20:9c8d:b0:1dc:c19c:b7b0 with SMTP id adf61e73a8af0-1e88d09d1ffmr44976209637.33.1736971167194; Wed, 15 Jan 2025 11:59:27 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 41be03b00d2f7-a31be493ee4sm600110a12.28.2025.01.15.11.59.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jan 2025 11:59:27 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 15 Jan 2025 11:59:27 -0800 (PST) Message-ID: <6788139f.630a0220.356ce9.ac9aSMTPIN_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 539446052471; Wed, 15 Jan 2025 14:59:26 -0500 (EST) Subject: |SUCCESS| pw150112 [PATCH] [v2] 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: <20250115154345.23790-1-dmarx@iol.unh.edu> References: <20250115154345.23790-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: SUCCESS http://dpdk.org/patch/150112 _Testing PASS_ Submitter: Dean Marx Date: Wednesday, January 15 2025 15:43:45 DPDK git baseline: Repo:dpdk Branch: master CommitID:154303b06ab29e040000f0536961601d952e2974 150112 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#306154 Test environment and result as below: +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | +=============================+================+==============+==============================+===========================+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 41 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 41 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 (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.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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 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 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/32333/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/