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 CB72746451 for ; Sun, 23 Mar 2025 07:21:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D272402CB; Sun, 23 Mar 2025 07:21:13 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 9782F4028F for ; Sun, 23 Mar 2025 07:21:12 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-85b4277d03fso128754939f.1 for ; Sat, 22 Mar 2025 23:21:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1742710872; x=1743315672; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=i/X2dR9Ddhgr5Y/ILooSzutx7ljcXZLP8+PwEHbF+4Y=; b=TzMKfynH2boZoB/+G0buks9QEMxRyl6HuN47Lh0jBLK6o1ZA1xKrAGkhdySjTM23UB vErHImInTirgZNUIvHxbaLLTGZQOhlUmCAmWv4IYWWcLIo0JGJopkDtjG82FZCSUElsR EeW7Mm7bTECclVYE7fePyUHv+dstHiw5MmT80= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1742710872; x=1743315672; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=i/X2dR9Ddhgr5Y/ILooSzutx7ljcXZLP8+PwEHbF+4Y=; b=t654HT8EA2/s+KMXYsxdJMnozMxj2SYDFZqnOdXUYx8Af8oci0CV4Rav29bJSSTW9f nYOfKXB0GP298SWKAv5KK434+80u6XHWwX4DpvIjyvaG05TBggaiMnt24GQ55Rl/TK9E PJfrFSJl2qJW25RvpK4i0ZlrWakiJ6blGumbwb5j6XXziwtIDR10ozu8i2cCoLM2ainV XdmYk6TFpJ29RqKPFmMY4HsTFZ/Ty8bcaRm+mdl/DwhZFaucQjRHDtNnnMfyH4T68rsv JwJbM/9+3seYHlq8Kn9fm7HSuPvjT3BBPwbfl8wejVVnmFBlwggpvENUCBp/g0NRACwk EJ3Q== X-Gm-Message-State: AOJu0YwZe24Ou7G51+5otghhXbN/tvJQbEQKpqugovE37I9l6PU7vg62 j5hiEODhqTOV/PaZwelcjHYRcXrzApZWS4+mNSAZct9PTm/YTKrEIzk7ml8FOu5ixkfBfRz+lch nHoB3K08R9Vs65fE59BcWzOh/SN5ECpJm/rBvxgk3 X-Gm-Gg: ASbGncvoHL577HdLJsDuAZ6QSKI/6myXXNYRh51QDLGGWJwfg8Rmm4n3hfH5dGqb0xA AILjLKqOBybaZzmerMbdCiJRI4h/hogEwMX3j3lOzsZSSKvtRf45moyRx6EdgZap8hjkbNIiObG BCK3AXsLZGuJvQjuQ5jjwGE/vezsePKTzkPguH6Iawt2b7vCP0vr/ZKH1COH4A7Ktx9y85rUSys FUnI6fEIU1V1gcI5Vy4sJCj4umHX0/T5xj+a6ClNBrulDCKbvhjomLvdi2yUuuEVQzVynotR8eA 0I04/f4j/VutuC17W86u9D/965AqFsZe+A731lZP X-Google-Smtp-Source: AGHT+IEf2LsQy3RK21ASR6RjmboFpDrgqa1LXOayBsh7AVAmH3hB8qyN2T8YmhOLYYiDVe287tWHIoI8ExjA X-Received: by 2002:a05:6e02:1fcf:b0:3d4:36da:19a9 with SMTP id e9e14a558f8ab-3d5961680ccmr76290015ab.15.1742710871790; Sat, 22 Mar 2025 23:21:11 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4f2cbe1fa2csm224191173.13.2025.03.22.23.21.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Mar 2025 23:21:11 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sat, 22 Mar 2025 23:21:11 -0700 (PDT) Message-ID: <67dfa857.050a0220.29c03e.d75aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 410666052471; Sun, 23 Mar 2025 02:21:11 -0400 (EDT) Subject: |PENDING| [GIT MASTER] 1deef2b44df879279ce965ee2565aef409a6d153 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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 pending_ Branch: tags/v24.11 1deef2b44df879279ce965ee2565aef409a6d153 --> testing pending Upstream job id: Generic-DPDK-Compile-Meson#374009 Test environment and result as below: +-----------------------+--------------------+ | Environment | dpdk_meson_compile | +=======================+====================+ | RHEL9 (ARM) | PEND | +-----------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +-----------------------+--------------------+ | Fedora 40 (ARM Clang) | PEND | +-----------------------+--------------------+ | Fedora 40 (ARM) | PEND | +-----------------------+--------------------+ | Debian 12 with MUSDK | PEND | +-----------------------+--------------------+ | Fedora 41 (ARM) | PEND | +-----------------------+--------------------+ | Fedora 41 (ARM Clang) | PEND | +-----------------------+--------------------+ | Ubuntu 22.04 (ARM) | PEND | +-----------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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) Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.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) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/33030/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/