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 3C7B445DAF for ; Tue, 26 Nov 2024 19:02:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CBDB340FB5; Tue, 26 Nov 2024 19:02:37 +0100 (CET) Received: from mail-qk1-f228.google.com (mail-qk1-f228.google.com [209.85.222.228]) by mails.dpdk.org (Postfix) with ESMTP id CF13F4026C for ; Tue, 26 Nov 2024 19:02:35 +0100 (CET) Received: by mail-qk1-f228.google.com with SMTP id af79cd13be357-7b65f8cb347so216281485a.3 for ; Tue, 26 Nov 2024 10:02:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732644155; x=1733248955; 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=lpPniAkfKaOHnn56ldXbBVuf3Vq3ZouQ+e+ZIGtsS9Q=; b=AxL/Ju4nJDLgvVzzCs3IFx5E8ztYbnwBgPIgefKh9QK/wDfc0MZ55jZLIfK73nO1rw xLEmlS/KMIaBKFeTj6Z+i9kcDyT4hl3GQZhsRCczP5bSzEW70oKni3A9RIe79jllkN5g nAOYq3YrTUFZ/AXKUIZNPcsTpQEHsbfiOUYJg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732644155; x=1733248955; 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=lpPniAkfKaOHnn56ldXbBVuf3Vq3ZouQ+e+ZIGtsS9Q=; b=ewxRR+BVsBL9iXLVwqOfqxc5Yeyhiyu5eTXEgw6EpqvW46Vou4MYAidXNuLccwd+3c A3fkTLQMu1c5Lj34oQY20mU/mSDRcG6nebCRuDGYQKwvU3O2szI0PEoZN/lYLTccDeN6 XOLeBTJZO9gD6hkSPHUG5AhYtw2zGKVPU3YPCzqh7hBojimph0U9sKUKRbSgyDcvSR0C WUstdySnVqeIjPOSEGBISiSnJqGxPuM9h0i7ZEI2dLb2JtCQzYhmSHRC4B1oA6Ltb97K Daz9T/GNVEo/l2UItxbY/bM6JM81atww3tRbVoUZkD263SFDxvKHMKGDPEMF4eX+Z87p 9azw== X-Gm-Message-State: AOJu0Yx+uQOxs1iNwUPWM80w5EIXq3tqFzyE4eqi6/PO3CLBDb7mYo9O Q9DhNfpUKcEX5Nx3m1pkyNNvXUPbv3o0yr+XeImcL6YYd2Jcym0bY1rZ7pYnu4ZYSnhTLvLiZS7 lPeFLaksBx0PebRwRHRJZx6js1seT/5xjIc8/tN9o X-Gm-Gg: ASbGncuGsuzfsSUrdPYMt2xu7YEqUYFLppGArBvaKPpszvsQvSGRIVomFHrU+fg8/Ce udQqR3wGdV9v900wACjlnpp7R+q6O8lcRn1wvAQrNtVbCEFagy9sxggjKIgxANjO99nO/ylO3ae 72hiS9IIGHdBUkRh7ZWPR75JytaZ9s+/i0TlW1wMwTk7BZhFnldpW1db86xgJjaJJECxShonsJa cPqZa0lq0WgiZy0CKZInO0Kn5I0iSsySzoroIhqs6aH0nlDIdNaWya4d55du0cwR9gdtlA= X-Google-Smtp-Source: AGHT+IH7Mzu3iY2gy7azQLaFI9zXFZ3ymyw3PsONFxcZedvYXxPaijaAwalNVobTHNouAjAzTSpiclZKtyiR X-Received: by 2002:a05:620a:838f:b0:7b6:6add:4a3e with SMTP id af79cd13be357-7b67c2fc961mr27198085a.35.1732644155009; Tue, 26 Nov 2024 10:02:35 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d451a83efcsm5079666d6.13.2024.11.26.10.02.34 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 10:02:34 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 10:02:34 -0800 (PST) Message-ID: <67460d3a.d40a0220.2cea98.170dSMTPIN_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 B448E6052471; Tue, 26 Nov 2024 13:02:34 -0500 (EST) Subject: |PENDING| pw148864 [PATCH] dts: remove leftover Node methods From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241126150929.2843601-1-luca.vizzarro@arm.com> References: <20241126150929.2843601-1-luca.vizzarro@arm.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-arm64-testing Test-Status: PENDING http://dpdk.org/patch/148864 _Testing pending_ Submitter: Luca Vizzarro Date: Tuesday, November 26 2024 15:09:29 DPDK git baseline: Repo:dpdk Branch: master CommitID:5744e912341ee26a0dd5b9ec28b16b8a4e45d1bc 148864 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#295181 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 | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.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/32024/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/