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 4A4154660F for ; Thu, 24 Apr 2025 10:30:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 42A9740156; Thu, 24 Apr 2025 10:30:56 +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 A7AAC400D5 for ; Thu, 24 Apr 2025 10:30:54 +0200 (CEST) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-22c336fcdaaso7976155ad.3 for ; Thu, 24 Apr 2025 01:30:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1745483454; x=1746088254; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=VKr033RJdwu47EaQCwyLT1Ii+G3Odql2hMSzZP9OQm0=; b=OMdxrSCzjPa2PfXe5gfLtDPNkfmxA14uzPHptlGmrXkGnq3ka5w0bMJQ0JcVjnpUvK la8BLEmnrraK0LVHN3DfPPsPyuDZ0+qzi/E5CeHy3szfOpLZy4K6Z1/0D+ke2j4hmWtb GP3hKTRCq7I+d3/K5BZhnN1q0t93zlGaZsreg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1745483454; x=1746088254; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VKr033RJdwu47EaQCwyLT1Ii+G3Odql2hMSzZP9OQm0=; b=i4tyXqML2QH5+mM4fmjY43ZjKVs/tds7Me5MouAPGTS1Sl0t4nVrJ2yblTdguVhkmN VvicedCCFxybaxGY3KvV3DTChepU+zzfA5N6SbWY0JMObQII0zKsfBXigS8H/PdeHgPX F/QSTLtzVYeVRm9aNi722yFyULAMYEvdU81SaZbpiznJ8sj888+mRr0XciWBxingsNTw sdY/O/XQIy6qKmQCncPYjLMnUlc0RRHJS44VrCvuHPBr39Mwn+IuTfZDdJGW1j/wKAo9 FBWfBIbCrYenmeUgdGXyY/rxD1UEojawOS82rEtPTfWZy6w5b+NDcuNjbfjYug5888ZJ 5g5Q== X-Gm-Message-State: AOJu0YxQC/9c6CG7oqgh1MClhDG4AJzKGu/kdzZayZEA5RzHy2AXRXxH VcDr9lJ20XM0ETcDG2pqHuDPY/rw7okHkJXybrmLtzwehLtK4MacX45c74girxJTipVSTuff3HH NpXFsoeKzuofrSVi3fd5e3zrFsWezFUUHHgWLBmz1 X-Gm-Gg: ASbGncs+dmhfjAcKrpYVPBBErT3tklzuTo3eTW9+GaqZXoLHM3ztA1DGR426chXwnXI lQzXljj/b4yxZfuDWUHAtRwxnPXt7N78D2bE081crevnCeB5R4dcVZgwR6smAVxTDC9g7Xt4KwX OqrNvsTQB1ndqS0AkpoqlETihfofmD3I0YEW+ixhX0Av1IPZrUhRK6ptKIvUASZfglc1kqE5LaW UWK+706gXPZ63kwPzNg3PLm7kTTLvX6kbCWcCFMT01ddLtgmPUUCZm0yaWFRApRRvCUYtj4ZBAZ 7Z8frOBbpkj2v2TK/zkUm3Ca9sq8u1404LdQ X-Google-Smtp-Source: AGHT+IEfBJKO30Z6b6wqmUS/PVpD0sCQ6BPScJppLQcoWkbaMAyk84e65CbUX/iEWFT//FgcfegWAA4aeVqC X-Received: by 2002:a17:902:ec87:b0:220:fb23:48df with SMTP id d9443c01a7336-22db3db8879mr28959255ad.36.1745483453772; Thu, 24 Apr 2025 01:30:53 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 98e67ed59e1d1-309d3bb8f12sm46848a91.1.2025.04.24.01.30.53 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Apr 2025 01:30:53 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 24 Apr 2025 01:30:53 -0700 (PDT) Message-ID: <6809f6bd.170a0220.295946.24e7SMTPIN_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 D03146052471; Thu, 24 Apr 2025 04:30:52 -0400 (EDT) Subject: |PENDING| [GIT MASTER] 9db0f923e893e644f2e2df5ce720825cd79a5385 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: dpdk-next-net 9db0f923e893e644f2e2df5ce720825cd79a5385 --> testing pending Upstream job id: Generic-VM-Unit-Test-DPDK#28157 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 10 | PEND | +---------------------+----------------+ | Debian 12 | PEND | +---------------------+----------------+ | Fedora 40 | PEND | +---------------------+----------------+ | CentOS Stream 9 | PEND | +---------------------+----------------+ | Fedora 40 (Clang) | PEND | +---------------------+----------------+ | RHEL8 | PEND | +---------------------+----------------+ | RHEL9 | PEND | +---------------------+----------------+ | Fedora 41 (Clang) | PEND | +---------------------+----------------+ | Fedora 41 | PEND | +---------------------+----------------+ | Ubuntu 20.04 | PEND | +---------------------+----------------+ | Ubuntu 22.04 | PEND | +---------------------+----------------+ | Ubuntu 24.04 | PEND | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 10 Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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/33346/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/