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 7930246053 for ; Fri, 17 Jan 2025 20:58:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 764DE40DCA; Fri, 17 Jan 2025 20:58:20 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id 96F9C40B8D for ; Fri, 17 Jan 2025 20:58:19 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e399e904940so3945033276.2 for ; Fri, 17 Jan 2025 11:58:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737143899; x=1737748699; 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=2/Hwf7Jmgj62ZplmLfSVhsalg4D6uKjvGIXIn8J93gc=; b=fVvtJf3F3FSnFuOEzhTS7nhKQo6Yw9vtS0BZOVNi8nhUabmRpIeoGI8YymT2dLyZLU E8zHdeHlhgcM50tjvFwjOb4GG2DViWd+2ZtHurYV7wzFe+ZI2n91UW4aLdtdlLja3I/d Wpv/JhVkmfDbPJUtGJkiwGeAUKeH3k+EbQDRk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737143899; x=1737748699; 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=2/Hwf7Jmgj62ZplmLfSVhsalg4D6uKjvGIXIn8J93gc=; b=VBTYsU+XmQYGWC7pq4CPIn4PtkcZtkOfk0mF26vaHqfZPCXu9OVFrcxX06VvTs5TQ1 +/WnclFg0gwLmgXhZeNotcqFFaLi6NMmeS0s/AwzqigeOQH9OBmD21V6X9kCl9nrD9bk 870anH+1Km2IoBoI5F1Flq2wVt8bIQ51X9+oiy6HTRJXrmLe3Od0i9NHqut9bwLvrqjK /SOtN1cwr8Lg3vPlnPgL3BUG81lEqx8VU0WolthloIwz3C3ma2CKw/BMGOWKbuZvCFIF c+FhQM1DuWt2gdsmq7fpHvd8sgkXW4EgZb/rLHgqxvuW0eNPK02l4TKMQNLfRiLYWThO dsOA== X-Gm-Message-State: AOJu0Yz0GQggy26ITCv3sinYBDlesi4memyO7Rg+4TljQU4JTpLInYJk 33f9LND2EJng2vL+je12nR1aDouPbqMFsPwJSQPf/r56tKZNx4K2Kh9A76o8VoBp3dVpvlEHAI9 AQuJk7rbi6tGiMw+4Ou5TX2nXhNeKdhyOkkCobjv0 X-Gm-Gg: ASbGncu/WzoGP3HONxNPGdfi4L84F3GSvk2s9Jaqd6tvD+NqCY1KABoB62ql7km3oUb PmlIl8y7QQLt7M7Q88L9TJgqfjCIc01pm4ilmS6ODikG0YnoGp4FeEwDJZObR9P8az7WGBiDS+1 JZT9dkXRygFiBMRZwmxgQIOCsGkliPni5AXhAwq80QEJZIPLxPsvCd1Fd4sWxChzmFz35aXanD8 XZ/6j3dyRUAdM8upMiMe3CnRkULtqv9RvhPkKEetlnRa5nhrqJjT01jOyCYCeYdll50eR9U672t aI4mLA== X-Google-Smtp-Source: AGHT+IG7QxkzCNiWF9ayDCQQd+NzZq3k0ckEcy6gyeLUPU2xMx7HCczLSEZeap85VVbqYdu+Iuz7RYomSXFK X-Received: by 2002:a05:6902:a01:b0:e48:7efe:57b0 with SMTP id 3f1490d57ef6-e57b13516f4mr2868054276.47.1737143899003; Fri, 17 Jan 2025 11:58:19 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 3f1490d57ef6-e57ab451616sm186009276.28.2025.01.17.11.58.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 11:58:18 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 11:58:18 -0800 (PST) Message-ID: <678ab65a.250a0220.31e7d3.d7dcSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 9FD026052471; Fri, 17 Jan 2025 14:58:18 -0500 (EST) Subject: |SUCCESS| pw150182-150196 [PATCH] [v3,15/15] net/ngbe: add some ops From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250117114455.15864-16-zaiyuwang@trustnetic.com> References: <20250117114455.15864-16-zaiyuwang@trustnetic.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/150196 _Testing PASS_ Submitter: Zaiyu Wang Date: Friday, January 17 2025 11:44:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:34ea86164bf17a431ec5ef78d7e51e2e9b3fd75e 150182-150196 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#352292 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC 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) 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 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) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) 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 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32357/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/