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 50B2E45E74 for ; Wed, 11 Dec 2024 08:14:37 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 27904402DE; Wed, 11 Dec 2024 08:14:37 +0100 (CET) Received: from mail-pf1-f228.google.com (mail-pf1-f228.google.com [209.85.210.228]) by mails.dpdk.org (Postfix) with ESMTP id B9B55402A8 for ; Wed, 11 Dec 2024 08:14:35 +0100 (CET) Received: by mail-pf1-f228.google.com with SMTP id d2e1a72fcca58-728f28744c5so106986b3a.1 for ; Tue, 10 Dec 2024 23:14:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733901275; x=1734506075; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=QtcRiGCHQydhCAvxAfc6ljgABu36HevCZE5ysW/rWTE=; b=NCh3R0j3CZZEwtR5rNew6TfLjgpmU1NFKFR/oIBgJC+jxkEq1F16+SZy7kSQ6Dnnej Lx3o4TFdsOlrDtmzC6NaUTJSe9zMKFcTaVrGGe5bs3vRo8zaXHyNPjnDvybsqfOMlZ3e l/TSPSJV+8gqfNmKx2RNLQUjGnCYZ5p8meNXA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733901275; x=1734506075; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QtcRiGCHQydhCAvxAfc6ljgABu36HevCZE5ysW/rWTE=; b=uG1Me3RcEYj7LbGe1vBpo/GeSwwUzXzCrNtm051TIW+Skzz6gwww/rpMzwq0ntUBkM G3xi7FhpSGgnUaVqgX043TDisH7GPPsnFZs88/Oz6JT3sF+0zmdugQAkS9fifbDKTQC4 D3LfPSqBe0orx+/pczauCxLpX5LWmYfHa2YCHERH35ZFhU9wdAD4Cd7OBTRsKLSOnSq1 NPl0dwyzBC5pasPnwOWMpjcIoDXfjXRJ8iqH+vukBlmSSq1UqD67aNjzVK8JrzuJ5GbF NtHx/ZCtGyea6ziBYJpsYYBFi5sVS4e2ibk0IpDIxMPAGuwgQXSYA6RfQnLw33Wq6Rx0 +u3Q== X-Gm-Message-State: AOJu0Ywt67FqotLZVWzVf9/dfIX52bc7eNuZpOdR2nFU+R7iqGwKcwdi zJUDeCFkkRtDu3XgxwMgrr0/5XdSQohZQtQVjo2dkdSKb8WUh6yaNp3JYoTPvaV9rlsCzGF8w2S GLdTP06FiAUwP8mA2eCFy6vC5ePWqGObq X-Gm-Gg: ASbGncvE0p6AZgZPLsPH8/ZcBX42ZGfWrYZZJtP7zTVFCZKFoox2ZUMEzd8yPzmys1E m3bwGQFYIDQasHV4XCeEAhMLhbIB9N946WhvHXkTVOSA1gl5pvqs90zLoh6Agq7jWoNPGVpKAzB I5b5M78SkdpfBE5CkpDW/he88YY7bjMSIuJ5rKy3PD9OXnoET10A8jJHPE+DBdcmzlr/VhU4Vl9 72V91R53+R3/mCPxA6LCDhC5tGqmXC20HvIeSXQsl8EZ2NxMCLsNjFWYLR3orJW0b7K2aQ/QZc= X-Google-Smtp-Source: AGHT+IFmK9EIuMq+gN//3t4Od5Jg93gqlegdfSoTjMMhjKlQWy9H03/giLAVv8kkKiud56Ryd1rskLD6N1cl X-Received: by 2002:a05:6a00:1798:b0:725:d1d5:6d80 with SMTP id d2e1a72fcca58-728ed3dc151mr2613252b3a.7.1733901274806; Tue, 10 Dec 2024 23:14:34 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-728e8c6c708sm112395b3a.2.2024.12.10.23.14.34 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Dec 2024 23:14:34 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 10 Dec 2024 23:14:34 -0800 (PST) Message-ID: <67593bda.050a0220.2b3425.6b87SMTPIN_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 096846052471; Wed, 11 Dec 2024 02:14:34 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 67b9d0a29a1269b482ff7fd1eb48ee88ae9e5892 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/v23.11 67b9d0a29a1269b482ff7fd1eb48ee88ae9e5892 --> testing pass Upstream job id: Generic-VM-Unit-Test-DPDK#26570 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Fedora 39 | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ 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) 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 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) 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 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/31896/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/