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 03938461C9 for ; Sat, 8 Feb 2025 13:18:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F419B40280; Sat, 8 Feb 2025 13:18:14 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id ABCFC40279 for ; Sat, 8 Feb 2025 13:18:14 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-21f62cc4088so16549085ad.3 for ; Sat, 08 Feb 2025 04:18:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739017094; x=1739621894; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=qWTCfKRNSPGsfxzl+odBZ6WbGPYtfl/h25n3IStR3Yc=; b=hioJF3krNkYGlPYEJlPaZ05EaLES44C1FVf2WP0NjoCuYayWLYt90A5T+DpOVLdqGx 8CGiHlVIIEvlVQx/aYHLAIybX5vLH3zDK8kRha+3pSvM0uHp7dG5Xphipfv7nsMPRPJW NFfJMHba5ctQG9ZgSP5ExiLojAgiqNmOpN6uc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739017094; x=1739621894; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qWTCfKRNSPGsfxzl+odBZ6WbGPYtfl/h25n3IStR3Yc=; b=qxC0yR0uofCA6ENoIcpJXpt3/fAV6n+4Uw0mNFX/ydmgNgshne1CMb/LX1fCfCSiNK qJISIMXwSMf6uYFSf/IO6bV381sR4JP7Qn6po63UvQafj2A/tW5ju/UeNwbIQZIxhVuq L7S4C2Cqu3uSn/zNQbdFmoPIn52Zi7ANDp3aVYykN4VXOIvhvvzrua/K4l4f6B9iY0CF VpbB2PFKoh+tMMvT96wqEdqgraNeFQNcgmTNWAeHB8VJtICEuiRvvTIFzaSnZtMytKwv bn/irUicDxSFo2i7O34yB6n6Gqv64I9s+ki75TirqZktu91bfjLTMzw6NmGbZJc9jiP7 nSRQ== X-Gm-Message-State: AOJu0YzoamzdfhM29IO8wHxpSoJrmnYpbBSQHvacq/rhtivwbQGfa2ag 552gPN4BBTnd1BfT/PdxJcI+PmjBXAmpflbtnosLa7JE+DY2tSe56MjZjTYThAo/XMkRYCoF88N Lv2pj70omazcSeTDEbR/pvLXH3JWdu+vY X-Gm-Gg: ASbGncuZUHmy4u6+eXn/g0qo05z9oRGQIk0xrT8eBVphwlPoko528mA9sEEaoc03wTh WE7kN92Gf37pqDLJXMmPqRIzOnAlWCk5vUE2nqntZkcj5lVqqE6MsGit6g6vgYfPKYRHoWnxxVd KMla//JmvaJ9oxAX5AGOhlg47tBcQYuKJ6npE0ZANXAYtH3MiQ6t3C+6UMnutL4vbrEr89p8Y0m 3bQ9APzdMMdsmZ2gRq1DzYUsVhsu/C0JxaB9jjUSkko+r7o2LtgL2c88fCtdKXmI9sg43pOOXv9 e9drDUtaZ0P+JriC731Uf7qgauwGow== X-Google-Smtp-Source: AGHT+IGGqJ5pdn3nbRrn+jpqV83zg4oRck+1MPpyVs74ppmJXJN7zn3+GiOxoFNpdzbkxOn0Wy6hxc/xxISO X-Received: by 2002:a17:902:e74a:b0:215:8d49:e2a7 with SMTP id d9443c01a7336-21f4e764c48mr102261545ad.50.1739017093933; Sat, 08 Feb 2025 04:18:13 -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-21f3650cf7bsm3088475ad.5.2025.02.08.04.18.13 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Feb 2025 04:18:13 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 08 Feb 2025 04:18:13 -0800 (PST) Message-ID: <67a74b85.170a0220.3ca86a.f1b9SMTPIN_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 16C156052472; Sat, 8 Feb 2025 07:17:43 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] f2eea2f37a82bb73fb01d56350708f7d70e21379 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 f2eea2f37a82bb73fb01d56350708f7d70e21379 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#313164 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Fedora 41 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Fedora 41 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32504/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/