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 3B0FE46317 for ; Sun, 2 Mar 2025 09:24:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3256440291; Sun, 2 Mar 2025 09:24:46 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id E92844027F for ; Sun, 2 Mar 2025 09:24:44 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-22359001f1aso76645265ad.3 for ; Sun, 02 Mar 2025 00:24:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1740903884; x=1741508684; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=DRiQ7yPvEodvNfsIAWkInWj9IZ+BEn7GKqt1XxP2lG4=; b=B0cYBMWIwA9rbgCB/MAAhf3rrvFgmm+bx559mcOGVz2K0hsEzyGv6mDRtcThIJ5eYf vmeIkzrO+Gr4cmXRJ4OZVOR0Lo7VCW/Sf/eyAVslLLAKPCswQ8pmhjpEAok4sFjigX7u 2w1BY4aluUw/9ZXo9i1qAFupR24EkJKraVKck= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1740903884; x=1741508684; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=DRiQ7yPvEodvNfsIAWkInWj9IZ+BEn7GKqt1XxP2lG4=; b=NgZwPPo2oD7cWw7kb1/AJO5tWW+8BseRtz1flzqpNmYSSpL7pc33iOB7Zb/blWEXNk Mwc0TE4GX19Yy3ylcDbgBHRkwdyabmRSj8hSZBpe1GsaMw7scrKnvnvRrsWaNogGDVKy B26AF1j+OWt2XFg4HGsu7KdsZEU1SPMvJMXo51Dd65fLtMY4tApD5wluH5EsN4xXQ5Z6 awWJctohORH38HrXVSdRblCYwvKOnH8qG+xYHi2/h5u2lxhmbhoLH4WpFYH8EflNRekq HMN0cEuEn0Ykn3vMk35PgVoYy63POqBx1vYqyziyl6B2FmIUpepqznfFKmy62dNlBhVI UXpA== X-Gm-Message-State: AOJu0YzXowshPSs2BBfRSsvb4yZWoIOeOkBJ7qdYBJitT5lqFokf7bSX MFPQzPc2Gox8wygSkK8S8uH/l93iPLGZyWpLI39O0m70vENfcRdb1xw4Axsi2RvvaBR+QlZrM4M dbPYCUJhU5P1LdCDe0fS8eICMnesUcBrg X-Gm-Gg: ASbGncvi2SlGKjvnVBKVsY1Nk/4ohRY1u/6409sjvVeXHG3Pmm53eJRbyy837THfebr MinVEBQkkTt53vIAIvivkroUrc87hC6n/aWFKtS/outj5Ubx2pLY/iRXSgQ7kIRbIIHfFodrBzi BMF+4PLoMpFZ1Dnk23tLpFjsnJ0FZoFHtEBm2wDEQ9mStMRCJGXPflAhMjis+vq+EX1xV0WRlYn u6w240/QFUA5vOUDb0U/7+FGV5SOjL3P+KYq2ij7966Qt6z2ccSs4kIKP6ca8mMmO0TTKi76ZiN vtT3J6IdxXnwSGv5Vab1M8PaMtXCy0zKp2WWJfhp X-Google-Smtp-Source: AGHT+IGKDoJME18khyPhdkF6Kpq8umPCwLZ1JPygdZYHSCSlg7nkYztApoABkotMmPkS0vqMP6fv/1a0kL5L X-Received: by 2002:a05:6a00:1a8f:b0:736:4830:68a6 with SMTP id d2e1a72fcca58-7364830691bmr1663703b3a.4.1740903883863; Sun, 02 Mar 2025 00:24:43 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-7364f87a75esm16855b3a.13.2025.03.02.00.24.43 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Mar 2025 00:24:43 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 02 Mar 2025 00:24:43 -0800 (PST) Message-ID: <67c415cb.050a0220.962a4.0abdSMTPIN_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 080706052471; Sun, 2 Mar 2025 03:24:43 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 39594cdfcb730ea667370b1e304313d10996aff3 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 39594cdfcb730ea667370b1e304313d10996aff3 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#367888 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | RHEL9 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +------------------------------------+--------------------+ | CentOS Stream 10 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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 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) 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 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 Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 10 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) 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 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/32812/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/