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 4B5A44625D for ; Tue, 18 Feb 2025 21:35:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 47F31402A0; Tue, 18 Feb 2025 21:35:52 +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 61A0E40264 for ; Tue, 18 Feb 2025 21:35:50 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-85592116ca4so177056639f.1 for ; Tue, 18 Feb 2025 12:35:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739910949; x=1740515749; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=DdkNUGmdSJfHW5+llPs4+HThuOqn2lwN9AM82FmYgMU=; b=dKCvQAdbw01BfictVXKHX/wuD6vKTNhBC+L0ScZeyKtciCYm6c8vFFqlQXLgzRHefI RS3HOEa5WyKppMZzkgjnnF/wD/y0/QqszHkXmn03+a3lXUpYfkLvCpZtTjE3AE3iy6gY spePglOd0kVILvYSPp2Is6vuzOSbkMJcVM4Hg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739910949; x=1740515749; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=DdkNUGmdSJfHW5+llPs4+HThuOqn2lwN9AM82FmYgMU=; b=XT1/RGL8E5qPvbgIpdMpwf27b0/o7d29bWa2HLmIYwvTPQK/Y8PGSFmrgHxLx/4Xgv 2BU1Ty0Ky0poC4F6l1odhy4ThPIBO9s2ctNq51UfyMLXaGbmJVSGsToLC/MPxTX+N1RX eeWyIELL+fVYBOczoDp1RO5Ph8fWYGKGuKEalIwcA+Z85E5nVVhD8d1fY3hJKYUCdQ6I xty22e3va2YwS50/0U+sWHAKoYy8Ffq42RVueVgJpvchFjzXL16cPXLj/S5SDVgaZAtK G8BKLqQaGJM6x3aArPFnqYRYwRoxZz6HJmoCVSK0PIqHArQLUl4N90+T2ZRiyUNCcTIw 4/ig== X-Gm-Message-State: AOJu0Yy4iNhqwIp1VuUfGgV/dQWvSNM8kMy889wzIpdz4OlAokYwORS0 LfDaNzIjNsGpu1udEIkioqdLcZSkEUloaeEG69BjQVpOcsYhdSwdjNfZUEF+4vzxb2EjhJj9obz hLot2S0vzN2EVBSyptm3bDCAvtgvw/2xy6QWi6Oo+ X-Gm-Gg: ASbGnctAEDkOTlMQ0Y7cLMuaAYY2ahsQhEGOAkzSHjniYQfscoCupP86/Glx7YYHKWS O78jcEvGl0kNVpgTT4AvuXcuBvb1LTadh97OVbu+pBJqO1v12+ZLt3EzDTmeu/o+KRVcfmx21J6 bTLsIayaNXePT/3MS1peq3sIZobGtuyHnpJsO0gKLP1UCHV/9QbGFHxu1Fuao9UeW9JZMgR31NK uJB3LbfVD4l4uRyFhHTzRaNMaiqHAgXfw23d10NgSlFGCzkhb0OotIO98fa+eTmosnPr7YWzZ2z IrL+MDdINOYe4QnyqZXMtn5ghy8tfw== X-Google-Smtp-Source: AGHT+IHS8voKKwrcD9V8060bLfjx42gs+UQ5AnR8Qh0B/1EWifnCOq0nPKUf6R/7POb6kI3wpZNZln5rC/tj X-Received: by 2002:a05:6602:1414:b0:855:3d27:b60a with SMTP id ca18e2360f4ac-855b399b5b7mr122592139f.8.1739910949699; Tue, 18 Feb 2025 12:35:49 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-8558f3cccf0sm22635039f.3.2025.02.18.12.35.49 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Feb 2025 12:35:49 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 18 Feb 2025 12:35:49 -0800 (PST) Message-ID: <67b4ef25.050a0220.104556.b3fbSMTPIN_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 55EC16052471; Tue, 18 Feb 2025 15:35:49 -0500 (EST) Subject: |PENDING| [GIT MASTER] c0ee1640d89bf118f26e844a03e3182fb0b211c4 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 c0ee1640d89bf118f26e844a03e3182fb0b211c4 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#315951 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Debian Bullseye | PEND | +-------------------+----------------+ | Fedora 40 (Clang) | PEND | +-------------------+----------------+ | Fedora 41 | PEND | +-------------------+----------------+ | Fedora 40 | PEND | +-------------------+----------------+ | Debian 12 | PEND | +-------------------+----------------+ | CentOS Stream 10 | PEND | +-------------------+----------------+ | Fedora 41 (Clang) | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 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) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 10 Kernel: Depends on container host Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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) 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.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 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/32614/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/