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 42E3B45D7B for ; Fri, 22 Nov 2024 10:11:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3F7B9402E3; Fri, 22 Nov 2024 10:11:54 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id 4112840270 for ; Fri, 22 Nov 2024 10:11:41 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3a7a3e3b2beso842535ab.0 for ; Fri, 22 Nov 2024 01:11:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732266700; x=1732871500; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=bA7bkYwMllcgmlqH3vLoqa3nYtZkMPG0C3ch7so6GYI=; b=KVxNRMsCgAD6+REVScn/r+r1p+hpcLb9Cs4wfQcBsprbA+Zco4JfHC/+kmKboojmN5 VViW3ByYgZJ8K+6M7oT0cpB65Ro+R7Pt1kMGhVGsD7bCje8kUMMRW/o3x4eWmhyLgnk+ fpu+XTeg9yjrVwR7nh1XKWt3CZEwOJ/1afu9I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732266700; x=1732871500; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=bA7bkYwMllcgmlqH3vLoqa3nYtZkMPG0C3ch7so6GYI=; b=SQAQAeYXjBUzEVKeI7i/TH8FarNbdOpuAot3mQS4bTlMorgbFMQ+wbucdJIEXe/Ak9 5JxjqlOySJhqMNxXuuDLxpoAmrYXha59E00VRoi0eoJGYdycXjnppIvGtepWIN2XcpFO lVtzUIRb7vvbybrIcei9FWWo6eL0gHVAbkLQcBbTqfTEKd5aSJeKlUDDnK+HG/FpvC4c wdgRQMMrj76ggDp3BS/OpSPOL7DIZDpo375rOCwGHYAHs02BK7cWBMkkIcQCJmebRqKB 6WQtkSsFLj59Zj+OCO0NKxrbKGOyFb5YViWzsJwfm8gzpOSg6qDJKfelKX6Bc/9+e5qI tjoA== X-Gm-Message-State: AOJu0YxUjauH3sOq2Ljo17/NEnTuOypvcHr/sghjH0MS6SgoG0WMmsiX yCNVJRxV5xGdFId/SLLs83nwIa00SbX9rwnaNvTYZ2Gw53vj6l/DBBuk6umfICiJJmpGW7qYBw+ OgknKDoSkyQbQpwyQUeETw5/5DNfgYTJvdy4g+ukuj/YIJuIR0TaHVTnS X-Gm-Gg: ASbGncvdZyhLeptmeF+Frq/UKc/QbggIy3TvUFuv4KaudIl4boUYCIuCi9gp0zcuA1d sqcFWmhEIdtDuLtXzT21A5u+KMhOSgT43glwf0ZX2dWD0X7kUG2paulx1TrWBFVQCMqt0eUuNYJ ziLvrQ2utoU/IjaRr29XdVWUAnS4idtEHG6dVSV8DaMSFA1ohQuQgLrBBIWakdX+ghqLuvMiSLx ZWAtDo+oAEk6HqoTvwFQ+HuStTCeq3+vopwlGeDKXmuE5WZWfV1rVQXpaxfCwGZnaNYKKYXdDY= X-Google-Smtp-Source: AGHT+IGMgNAJTtd4vqjoA1eBviJmMFPNxGjsi54oI2npOwUle6/ehSBrqbs7rgUiupEeyCi6b1Feq3NSPXps X-Received: by 2002:a05:6871:4398:b0:296:e288:6567 with SMTP id 586e51a60fabf-29720ad6360mr1721326fac.1.1732256147314; Thu, 21 Nov 2024 22:15:47 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2971d81e260sm46158fac.35.2024.11.21.22.15.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Nov 2024 22:15:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 21 Nov 2024 22:15:47 -0800 (PST) Message-ID: <67402193.050a0220.227691.30d6SMTPIN_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 78C686052471; Fri, 22 Nov 2024 01:15:46 -0500 (EST) Subject: |PENDING| [GIT MASTER] 802f39367e08d2916cd21f7b6a34703bc8672a38 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/v22.11 802f39367e08d2916cd21f7b6a34703bc8672a38 --> testing pending Upstream job id: Generic-VM-Unit-Test-DPDK#26354 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PEND | +---------------------+----------------+ | Debian 12 | PEND | +---------------------+----------------+ | Fedora 39 (Clang) | PEND | +---------------------+----------------+ | RHEL8 | PEND | +---------------------+----------------+ | Fedora 39 | PEND | +---------------------+----------------+ | Fedora 40 | PEND | +---------------------+----------------+ | Fedora 40 (Clang) | PEND | +---------------------+----------------+ | RHEL9 | PEND | +---------------------+----------------+ | Ubuntu 20.04 | PEND | +---------------------+----------------+ | Ubuntu 24.04 | PEND | +---------------------+----------------+ | Ubuntu 22.04 | PEND | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/31681/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/