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 D67DB46516 for ; Sun, 6 Apr 2025 08:19:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AD91A40041; Sun, 6 Apr 2025 08:19:26 +0200 (CEST) Received: from mail-qt1-f226.google.com (mail-qt1-f226.google.com [209.85.160.226]) by mails.dpdk.org (Postfix) with ESMTP id 778DC4003C for ; Sun, 6 Apr 2025 08:19:25 +0200 (CEST) Received: by mail-qt1-f226.google.com with SMTP id d75a77b69052e-4769aef457bso34829461cf.2 for ; Sat, 05 Apr 2025 23:19:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1743920364; x=1744525164; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=h/8y9aUUFoigIqknvQ+Xbnxdx2XKhM2b7dLtqtszrk8=; b=RmVZHuNN5pXmujHhpvAOraZXktAuSo/EIQ0WIZYFxp2BsUlb3t/wRxcXCpfNlqAAoz fPACAFrPdiYMfZ6+405aCO/7R0vRrphVSoAr9ZkJ/s8ZdxyaI/bgwQf7yXTMPKtUZiZ6 sDf0Dmcv/Opeo6x890FCPIR3mQWD1BhELH3C0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1743920364; x=1744525164; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=h/8y9aUUFoigIqknvQ+Xbnxdx2XKhM2b7dLtqtszrk8=; b=mHIp+v2ZgpwAElBbPRcbUgLBxp2mtkfcWTeD/6fkq9UrNAk76acyAsoigI+29zLtBv oW/HqrmnHNG4U7d6xjhL8WF8Y33QsE4wfh/04rmYbJl6pZiJLL+8e4RGFGtZVCU2svDK EMDu4S4D06oBuTUexQamZ0q52aUvwKmxkWN7kEndoSe12M98/MoekV2orderDwhotaMo m3TbfRxUrKr/SLgsRdG7TO+ERQaUiBMKOqFRG6YfuNeVqWSr5jIjIb8Drrf609TPulIT lnRas/mO5Bk61+IwaZt6eQBLDoG9WaokMY0OqHKGYRbqA7paucCQV4NHmCpvNjXmslj1 9++w== X-Gm-Message-State: AOJu0YysuDqU7TnzPexBdlsPfuOaye6ALQJObbRYd5iliyzbq+19Hqiq 3ETaRqf6LYmvoEL+9t5asr0as7wn1tSHxSZfhtyJAmtQ3QZm+21r/alBmOWC/Lf+p8JAb5SRPzI fjj81rMDyXt2VcY4tonyi6IBel3xSoG2O X-Gm-Gg: ASbGnctbHqXt6HWFS9izfNbcW5bpaIh9C9uYTK79Oi4bqObs/zyJXazwHiBbF+cTOZA h6NbtuDhRO/w2h08gUKwqNiAWbWIWuOumskWApIorFmn9GcWbxY2hb+iHcGOUX2dpDhAqJ78EZr yHQ29YSP0PR54YyzNZPJGNqo6YF+7sdervEjEXOfAT52Y1lKXBZmqOGnuOlaejz7YcI9rvuRjll wXZ1es6XDTrlfCh81GRFzqlIHcZmlrODPcv8p4f3titpSpiVBU290qg6LyCNG7jEIETq7ZfPOag 0EWmhCBleeb0Randtynk5K24jf8zWWXRspYmzzrA X-Google-Smtp-Source: AGHT+IGzqAYozmRW3YUopTerdPbNYWiq2ZThhP4fFZ40qVjVXWtjiIWSKRRCgoHBuSiIxdh4jucvnYs6r/pg X-Received: by 2002:ac8:7f89:0:b0:471:fa92:9237 with SMTP id d75a77b69052e-47925a4099dmr139027091cf.37.1743920364681; Sat, 05 Apr 2025 23:19:24 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-4791b141663sm5101161cf.21.2025.04.05.23.19.24 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Apr 2025 23:19:24 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sat, 05 Apr 2025 23:19:24 -0700 (PDT) Message-ID: <67f21cec.050a0220.29b396.0e8dSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 62D696052472; Sun, 6 Apr 2025 02:19:24 -0400 (EDT) Subject: |SUCCESS| [GIT MASTER] 03f2ed63a5f4e4b57365e358b49095ef4a82cf7d From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Xueming Li , Christian Ehrhardt , Kevin Traynor , Luca Boccassi 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 _Testing PASS_ Branch: tags/v24.11 03f2ed63a5f4e4b57365e358b49095ef4a82cf7d --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#377697 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +------------------------------------+--------------------+ | RHEL9 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +------------------------------------+--------------------+ | CentOS Stream 10 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +------------------------------------+--------------------+ 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 RHEL9 (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 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 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) 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) CentOS Stream 10 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/33162/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/