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 8DE2346054 for ; Fri, 17 Jan 2025 16:34:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8929140294; Fri, 17 Jan 2025 16:34:20 +0100 (CET) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id DEE624028F for ; Fri, 17 Jan 2025 16:34:18 +0100 (CET) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-3ce87d31480so8246675ab.2 for ; Fri, 17 Jan 2025 07:34:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737128058; x=1737732858; 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=4FMEXjBgY1z5j4teDOZDHZu6p8SRt4fZ4k9P+/GZZUA=; b=avUiywIyu+JijsMHAqA6DPIrK5tp+SlzxvThF2Omq20Q2xiw1ifqVKZFGQCCseyGBc J50gAI1znTDOXd1/8gbl+irMr0GwE/uFtteU7FSGX8ZqHccSN/ud3qPer1VoVWVob1Qs zs21LQF8YQtklvY/+wMX6rnAdYZ0mpDZV6gsg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737128058; x=1737732858; 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=4FMEXjBgY1z5j4teDOZDHZu6p8SRt4fZ4k9P+/GZZUA=; b=OITPjJ7ZcWxKcvV8traZB/alw4lFNaec1cmD302dnIZFD1VVNO3ecXqrepS4rh+BtK w3r+T8GZreqawchi9cp8xaA6eb9Vjvu7unEzCIZuYQJ8+5MLmiZq12ZqlJwQFQG6QcrD jvPt4TnnTVPut6BrEHpDoKVE5aenuYhYVdNrtJ3Ot2eZQM3wVjnaL23ok0ZqwkzW/GIO VcNi7/YVsVWMHltOvMpO4RGJP6MiEa2kYShRdEWH2PoI57nQogGZ7ybvoPfqqPXB5Uaj tCVXHQ/n6Oy0b7W92niNDNJbzFJDX4sVLoABlqsDeVvYo/m1G06LGsmT393lET2HmWIt vOAQ== X-Gm-Message-State: AOJu0YwhNsyTDASeI/Fn7P1hzVGnsOhFhoCorGYw0WpvOyk0hn1g5eEs noGWmkELBccGOSSHVs8EiLVCFlaOPUH+nBABpGEtpVzow2M8A3vXXEBKYGLCCq82nd9PGR7g+es eVuY0cr2OnfdfQzeOmOsWJUdJMzCe2ZtoGUmsSHx/ X-Gm-Gg: ASbGnctC3a8IFZ6m1aOuzdovYGoj1Ku662dS93TuvuM4TCKI4au4iF/I403dyghCtjU Tk6GSuoiucsli1DHm2dDaS3xdA5k6coV1JA1bSGZRIjTtpxIeK/oNwFNZNeX9G7UlZN5pLZ+3bZ P3wcffZMdC8A4sy+h86NVKEIIWKqoyI/+dN0/6hByNT7Mql+8TDL9u/S6fIh6Xw0y4zIPLDeKyZ aNasFHoeNSiHbR0BuswYA9Cp+h/xW1JBkkCOh4oEngo4c9PDEnMTRJlKfUe/Gc+75YULY/68NMK bi2LOQ== X-Google-Smtp-Source: AGHT+IHYUJNelP9qUt4A5Yp0RrOQ49Qu0p11PSh2khA/wkHvP7ZYnG/bNtI9OlRtQrdLiVolM5U4tzfPRWf6 X-Received: by 2002:a05:6e02:144a:b0:3a7:8720:9de8 with SMTP id e9e14a558f8ab-3cf743a907cmr25559925ab.5.1737128058211; Fri, 17 Jan 2025 07:34:18 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3cf71b5235fsm1432215ab.51.2025.01.17.07.34.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 07:34:18 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 07:34:18 -0800 (PST) Message-ID: <678a787a.050a0220.120c1a.a56fSMTPIN_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 B286C6052471; Fri, 17 Jan 2025 10:34:17 -0500 (EST) Subject: |SUCCESS| pw150163-150164 [PATCH] [v3,2/2] ethdev: fix some function From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250117091210.12419-3-lihuisong@huawei.com> References: <20250117091210.12419-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: SUCCESS http://dpdk.org/patch/150164 _Testing PASS_ Submitter: Huisong Li Date: Friday, January 17 2025 09:12:10 DPDK git baseline: Repo:dpdk Branch: master CommitID:06e2856620a70000b2a28f0ea715fc247b85fd8d 150163-150164 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#352202 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ 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 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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) 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 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 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32354/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/