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 B7A33465A6 for ; Wed, 16 Apr 2025 10:54:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BBE040BA2; Wed, 16 Apr 2025 10:54:00 +0200 (CEST) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id 82563406B8 for ; Wed, 16 Apr 2025 10:53:58 +0200 (CEST) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-2295d78b433so67482765ad.2 for ; Wed, 16 Apr 2025 01:53:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1744793637; x=1745398437; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=b3t0LMIJJYdBZvttcO9sStL2AzfqPuFBFXOPW0/uZ/s=; b=J/clRf0lTCaxv2P0+RFQKujvj44a41F0hrmCI+Q6voJnGA5TgxpKlXMLzDE6AlQRB1 aWL1UwhySy6dnUUJ+3sLw+wkyUsSfUaIbtDuhfHZorSAJ9s2zR7z7c1+CrWa7ZpVMt6N cS7Sb12pm+JroViqIfy+7M5PRyM3ZC2IFU1CM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1744793637; x=1745398437; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=b3t0LMIJJYdBZvttcO9sStL2AzfqPuFBFXOPW0/uZ/s=; b=uUq2aNTVAw+R8kGB4yJ16j77tKMbC1aeC4XraeW96iHGujmqlPoWHf4+OryOCxNBZY 2eLKnydVYZ00qdiNS3aptt1OMe84bfwg4O4rx4tO29/Z8rdiTIZgMT+bcK6qqFAaac2Y t93PRPXB+9O0b8O17m9mEWNLQ5ybNILLnhywQxmjxIetJO3OH+oIL7ELCodJDkEuluKl ZYsgLk0yXblnEdBaUjEnKoywuELmUm8QZ9s69Z+qIimZukbZj6Uqx9TFYsM5i+qJzdEf wG5UvVJZz7x4xKHljQi81c1klFSRTl7lBN1xQIAuS7kV6z5qKUxd09vIXpquducl+dBh f4nA== X-Gm-Message-State: AOJu0YywV2PT7U0t/R6QrHHFlo3SyVve1hccg7bIEDoEUQBEvM8/57Zh QaKBiTdI2PA6C88SbC//OUxyt+nXvvUf2jEDwhHcPrvueroyxO3D1pnv6iEWG2zvAQy3uzaNx+I 05c05tGVyPjujwxvkY84LHCR9CnLwA6Fv X-Gm-Gg: ASbGncuKVwtV53UqZiLraFrxPU5xA7tzxfeyEE3IbbawumAR84xbD7k6UxC0bI8KEId 5czlIQvZppK3F5nqzW/bIYaOtSabFPaxYte11JQoivNWUz6kEvAfbI1VlMa99h6tYPV//iNFiXl 8P2aXDy2V3YBibhiMzTuhsDqEEgBT6s5FCRizC57hS17YYC5cESqyORUr5nS2wAU3GVr7LhI+Wc sKMRM6eJueADVexmuNrlbn97KX2jkVh+hZNemM/7myJzDgb9CBStuAKPoX7i4JOaZ/Un5ma3DsS dRXRiB7SL9flaL3KEjAilTndIXDWKJEDGzXi X-Google-Smtp-Source: AGHT+IF45Ix506DlVjEcgDha6mBSx4DG7RLUepyJ16zXL/mOqCCZZXakZlDB61vbH+161JBABdSPdiEersNK X-Received: by 2002:a17:903:2f88:b0:223:4d5e:789d with SMTP id d9443c01a7336-22c358de30cmr16444345ad.19.1744793637395; Wed, 16 Apr 2025 01:53:57 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-22c33f2aa4bsm475745ad.66.2025.04.16.01.53.57 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Apr 2025 01:53:57 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 16 Apr 2025 01:53:57 -0700 (PDT) Message-ID: <67ff7025.170a0220.2f347a.28f8SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 874476052471; Wed, 16 Apr 2025 04:53:56 -0400 (EDT) Subject: |SUCCESS| [GIT MASTER] c66daa12e76d7b4912cfb7109a761856a7a873ab 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/v23.11 c66daa12e76d7b4912cfb7109a761856a7a873ab --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#380463 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | RHEL9 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +------------------------------------+--------------------+ | CentOS Stream 10 (ARM) | 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 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 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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) 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 Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 10 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/33268/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/