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 433CE45D6B for ; Thu, 21 Nov 2024 19:47:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3FC4C40A81; Thu, 21 Nov 2024 19:47:21 +0100 (CET) Received: from mail-qv1-f97.google.com (mail-qv1-f97.google.com [209.85.219.97]) by mails.dpdk.org (Postfix) with ESMTP id BEEEA40A6B for ; Thu, 21 Nov 2024 19:47:20 +0100 (CET) Received: by mail-qv1-f97.google.com with SMTP id 6a1803df08f44-6d41d46162eso7579366d6.0 for ; Thu, 21 Nov 2024 10:47:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732214840; x=1732819640; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=AC6JJJbh7GkreyNBsvRJmHXyjWzI2x4cGi/Z5uigZdA=; b=EoLfj0njfERe+xmlQKq9DIXYNNPQ6NHsg/GKG+Y9RyfWGFamRDzh11dDLYoRaq5ZCF CzIRFjr3ElciuXcW6DjJYYmLirGxscoJe072vGVy+82KSFVOLAIdYX8bcOS1mnen4uWR fyiuWZq+8wl54kx3Pb9ZJem4l3UN00rbqHXOY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732214840; x=1732819640; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=AC6JJJbh7GkreyNBsvRJmHXyjWzI2x4cGi/Z5uigZdA=; b=kPtC8BWY+3afDp1sFRcD4f52cOxIi6CiOJ9RmPMQJk6ACzvbDmvY0Hoip5qA/FytSX +W2tfVf3+h7o+gFxOoslTfyHKoBIZPSzhtP4xs+jDpaWP6AQlakAhcNkuqHr9XQ2wUIg n3wvpxn4p9mSz0UrTzj75DtsbFMYZFmqUCbakcBI6NeGViB9AUJNi39HXwTmMuPhgHAc ZclZked8DOKlOTee4yCswEvyCpvTb/jxP3NhV54bMxppNcXQyJTB4KL0cMdQnIaRJ/od gVenBzRA9B12/e0LqarrH3sJ9k7Pw6+i+Sl4wUgWixOHTRGEcHYGZYp6MtEKdLrxXxY/ Eqxw== X-Gm-Message-State: AOJu0YzvLWUw2TgEJYLVoqr/c7yzC3WUbz1nns3W8in6dtPN/8AU6BTJ Ye/0N4riR6/K0BUjGdrzsekpj/FUW/9TNrcbPzhSzxwWg8VF/pyrpQ8eNAIibhOeBQt9IawnBOS v73pMIMRB7GitLSlwJsU4EuHZOXwZP07rzkhTKaLJn7N9us3/sAGvGgd6 X-Gm-Gg: ASbGncu7H55XDTwkz2lgS7ID/0rz4yJZXPaFU8tZq8YnEF52oJugTGBq3s12o+CDM9f S4f0UvDiiQkFXkrQsKfPAnWkcxn2hGQYgQpfsSA/QKeKHEZboHreXAA0cGM3Zr4xySkGz2WMI59 qqMDOMwerayzIYISZXLMHPkuNDq5O0Vv46VOtOaodn14y8uhDuHTS9MHa31vUu0ht1X4/xKee35 xZPSiWuUMqb4KOfSWQuOertzeTGB1OyvEnlKZw6YzVzVX1ftWdVquwa8YNXxQlS1ASvryGn9ow= X-Google-Smtp-Source: AGHT+IGYZtbM+4Rt5kGv8MMz52eV3ldJK1yI63Agnp7rak+P9PXTo3jxIXsWafe432cP3ZWNu1Y+QkZ8zYVx X-Received: by 2002:ad4:5aef:0:b0:6d4:3593:2def with SMTP id 6a1803df08f44-6d450e6d24amr4357286d6.5.1732214840143; Thu, 21 Nov 2024 10:47:20 -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 6a1803df08f44-6d451b45364sm31476d6.48.2024.11.21.10.47.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Nov 2024 10:47:20 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 21 Nov 2024 10:47:20 -0800 (PST) Message-ID: <673f8038.050a0220.f685c.02bcSMTPIN_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 CF7276052471; Thu, 21 Nov 2024 13:47:19 -0500 (EST) Subject: |PENDING| [GIT MASTER] fa9d8629f800e85054b5c69678c3aeced4866e0f 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-eventdev fa9d8629f800e85054b5c69678c3aeced4866e0f --> testing pending Upstream job id: Generic-Unit-Test-DPDK#293805 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Debian 12 | PASS | +-------------------+----------------+ | Fedora 39 | PEND | +-------------------+----------------+ | CentOS Stream 9 | PEND | +-------------------+----------------+ | Fedora 40 (Clang) | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ | Fedora 40 | PEND | +-------------------+----------------+ | Fedora 39 (Clang) | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) 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.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) 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.2.0-23ubuntu4) 13.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31673/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/