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 F3CD04609E for ; Thu, 16 Jan 2025 14:05:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EF0CF40685; Thu, 16 Jan 2025 14:05:19 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id AFD8C4067E for ; Thu, 16 Jan 2025 14:05:18 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-844ee43460aso62173939f.1 for ; Thu, 16 Jan 2025 05:05:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737032718; x=1737637518; 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=wjRuJrOAaLziA8iUKjJFcoPrC4XPfEMNl3K7TbmS2No=; b=FUtX4nM+8KUVxDGfRgUMlBEcUbB3E5URJzhcmfG84uiH5jyoTguvoUHPKxIWQLhGwA P4c2ANhewW/abdaDlcGAcg6NJA0u3+FG8uxeSsPemGvpS+ZeqtDVwu2wwJWZkCmh7Z09 yuHesX9tvF0uowM39zuQtxWr0DJMmjR+c12gQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737032718; x=1737637518; 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=wjRuJrOAaLziA8iUKjJFcoPrC4XPfEMNl3K7TbmS2No=; b=urH2gUa0Y+6IUh0tZiog7Utti9NmRud3BXzT/TY1reT6wR+xQPwibXoNSoBxk7sA33 eYzZX9FbpaK3NdH1oaXatMZv3Dr8e70xb+STdreFdsdNuLcbR0ED4s51i2MgJXlM8Irf VCHgSNRBueL2IjR1jhuclSRbwIeZb77VIZzRRQbb5YRNd9jSAfBPtzZPf3OntBKeik6p Am1CBOiP9mryPIZ6EDbO9+pJkkNQiH0FPW4NfkmNns9Pv7fCGvOhpdO8yjUae/DpuYVz eEAU5lOlQe6iMDTYYJ5bv63WF0AKjSKxv1rNFcok4F9PNl05TxdyCQpKO2kGVwMabhR3 D6MA== X-Gm-Message-State: AOJu0YwjOn/6jM7BbKf40GtOtzi/QtSUMdHdQ8UW5qhzQ8kPBEhjRR83 Z50RWGSTtUsIKX7K2bj07iGm+n/PAUPb1pojrZz/HqonhqR51ykWiTHSByj12GFWB2lcbiN/egF LPcf/t1yToXGngID6d6JH212GZ1pz77+V+XUZkKf8 X-Gm-Gg: ASbGncsBWhNd0VieK2dBFZ5Df97RlwyCipKw2vCCpP4+gxBVOOREl4NG4bNFCPn76SI ZYRT6XsPHOGnx9SDP0uhOGUE6A/afAPqXnkujde4N2MTlINv00ciihM+H2A4lz3Rj+Wpl9xUSuY r+m8IlNKUqw4ChOhvu6/LJyLdtvEHwtypGA/eE5busBRdlsF8g1fxrzBh+Rq2lwTIplsqWeLpZc t9+WGzpb03PDy16fRXJlJ4xU1w2e8UvbRMbBxoo5GIHCk/vvoN7PH176O/KTSOVsHyHI1e8l3Wg 8vctNA== X-Google-Smtp-Source: AGHT+IEFxvE2Po6VG2K6RPYkajg00ABrYr74AvA1csKtbk5U2afVQ+W5RlV6BEyQpRjFM/eB4jqUfuWPAFsD X-Received: by 2002:a05:6602:36c8:b0:841:95b5:8953 with SMTP id ca18e2360f4ac-84ce018cbf3mr3385789339f.14.1737032717542; Thu, 16 Jan 2025 05:05:17 -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-4ea755f1da9sm2471173.65.2025.01.16.05.05.17 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jan 2025 05:05:17 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Jan 2025 05:05:17 -0800 (PST) Message-ID: <6789040d.050a0220.12bc3e.0268SMTPIN_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 04F706052471; Thu, 16 Jan 2025 08:05:17 -0500 (EST) Subject: |PENDING| pw150141-150142 [PATCH] [v2,2/2] ethdev: fix some function From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250116114034.9858-3-lihuisong@huawei.com> References: <20250116114034.9858-3-lihuisong@huawei.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-compile-arm64-testing Test-Status: PENDING http://dpdk.org/patch/150142 _Testing pending_ Submitter: Huisong Li Date: Thursday, January 16 2025 11:40:34 DPDK git baseline: Repo:dpdk Branch: master CommitID:167adc84d05c732af3c47dd569f152fa4ba234d6 150141-150142 --> testing pending Upstream job id: Generic-DPDK-Compile-Meson#351830 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | RHEL9 (ARM) | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PEND | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PEND | +------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PEND | +------------------------------------+--------------------+ | Fedora 41 (ARM) | PEND | +------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PEND | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PEND | +------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PEND | +------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PEND | +------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PEND | +------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PEND | +------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.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) Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32342/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/