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 A4D3746329 for ; Mon, 3 Mar 2025 09:48:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7511C402A1; Mon, 3 Mar 2025 09:48:12 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id A02F640280 for ; Mon, 3 Mar 2025 09:48:11 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-223480ea43aso102266155ad.1 for ; Mon, 03 Mar 2025 00:48:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1740991690; x=1741596490; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=8PW+ZzfJeBSHNpfmNR5VHcsHYCfOyWWIf8R9GAqFSrc=; b=ft7U5M9uxjY7Ph9wPYdNx8Tt0keU8g0npV0sHxjIvahW6DsoRrpQY7zvAWL+B2wZvO v1ImybQJTFxoUljkme62swbPJ/tdILiCfiZLezCh20H1Q+3WvDKs3vf4KcrYJ9KwL3EB OJCW7nfG8jcpVHU3hbLKXmJ6WnE+ObDCrwy14= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1740991690; x=1741596490; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8PW+ZzfJeBSHNpfmNR5VHcsHYCfOyWWIf8R9GAqFSrc=; b=Tv0V7PjLLsz1zFa1B3ZddKOe8Y65udgNwWXCy0y1PQenVshta89l8mtWSj4SyvfS6k dZolyTPhqOxqvkEPHqC/VJKV61GIB/XnTqPxwAFtrV4czvEX/Lt1vTb6ofTz/ZxWJiPG HMoZ69+b6vZQa0zczZxYU7jR5GgvPRl53zUdUMVOXNwC2PTQ2dnoUD//maJ03b5BtLxi bM7Fk3saSk7EhYBRkf/v8U1ZOPBe8kzCz5ytBCEHpyMOmiKqEJma2Q6+Oww9yhWQcHyw 6dcCFKJbYWtoDq8Ww7ffvjEOMcCh80gkyfD6UfpecHF26+qRYer7O48P5U88zmXgo0h/ Atuw== X-Gm-Message-State: AOJu0YyRXotd2CTBWm7n0kWGgOHQF08YmhhzZVVOZkYwOFKUZ7m648xI sAdlp3GDQDZ7hks4ArODw0R8+evuR8MaIlYGdkoWB/yJqVEBVQCe96BgL7nWAQq069UJr/1yFAL RxvsR2A3cWkoRKLp0d5V5w2+XwS60CSFG X-Gm-Gg: ASbGncuFb8IzDZ4E/QPS0Bp2dipt4HOlMmTXM5ytYvAW+Bgnuy5mtYg05fjfvvAwM4x /5jpIJcomYuAhTT+SLn+wmT4aX33saVI+iYA4skWTM7J4VzmgLB7yh1lSfzO7y5jbiOKu3YeKqS CwaNU4KNaJrTfxywRw5qcO8dQwEp2IMqY7cbQuEWKdf5ZxcgcaPFidF8+MCwFYBW03pOzGCuG4v PIek5lGMSDbVJf6H3nGHCSHdxLEZxet2HMiVbQ/18fhPZDcSIkBVkh2wZe1hXYWy6hLhJc6ccF1 e4B46PBhuDQt+ekMnIQOb49T35VUvJMXznMKvyyk X-Google-Smtp-Source: AGHT+IENzI2RlYODkZPF3JwOOKdff1ms4dWt3bbSJ8RvLu+ePm8UarHnrkAumOwkGkFUN4oAlKk3XPzZecRf X-Received: by 2002:a17:903:32c8:b0:223:2744:cb32 with SMTP id d9443c01a7336-22368f732b3mr237892635ad.5.1740991690452; Mon, 03 Mar 2025 00:48:10 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-223501fa97fsm4591895ad.31.2025.03.03.00.48.10 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Mar 2025 00:48:10 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 03 Mar 2025 00:48:10 -0800 (PST) Message-ID: <67c56cca.170a0220.11fbe.842eSMTPIN_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 881D06052471; Mon, 3 Mar 2025 03:48:09 -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#368085 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | RHEL9 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +------------------------------------+--------------------+ | CentOS Stream 10 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +------------------------------------+--------------------+ | Debian 11 (Buster) (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 SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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 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 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) CentOS Stream 10 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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/tarballs/32817/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/