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 64BAB46148 for ; Thu, 30 Jan 2025 09:08:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F35F40275; Thu, 30 Jan 2025 09:08:12 +0100 (CET) Received: from mail-yb1-f228.google.com (mail-yb1-f228.google.com [209.85.219.228]) by mails.dpdk.org (Postfix) with ESMTP id D46C440275 for ; Thu, 30 Jan 2025 09:08:11 +0100 (CET) Received: by mail-yb1-f228.google.com with SMTP id 3f1490d57ef6-e5447fae695so916508276.2 for ; Thu, 30 Jan 2025 00:08:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738224491; x=1738829291; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=VDzhO7cWveZONEpt5I0c1IdmNz+441wherYitBALLhw=; b=Tvpb/iYyDU1aGAl5N8iStsrxtF9XPNv16oKoUB1uM1XbL6b/QoEE0HvwYDb/PO+MWA PxaacIbetM1MqiERhPlw3KBy2Gp+UN2gnWrI5VMwK9P6GmMmQi6gocWdwad017oSat/d RaUDZjPdoIIIT4u38rdlZKdq5lhge/Syl+tCk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738224491; x=1738829291; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VDzhO7cWveZONEpt5I0c1IdmNz+441wherYitBALLhw=; b=sOKsPbf+zdb9qJOARZK8Xk8rU8drhVelWzGbJE35sAOiF2yb82Qauo2jvSW/i2OuRk O7SPKUIgFB8SP7epwwNPrLT9Pml1hWLGpJgEINSyUsNW6Ep9N3V2TsLptRc84nakugU3 14pwoLwA3Pip/aNJTOejlxi6JlPN+Ycleur0jjrlB6h1G3LyMmxd8tFHvkJfAegBVSBQ DnSEghmT1X53VkHQAn6l97HSXe5cTqtNPWjYS8iE7nn9I9ogPp83PDqFyS26NN1zWRMQ Qy/mjv3PGApOt7iFgzjwd/QW6jl1mNXDLGBQYIKWQaA/RO4b4C6UbHD/AsVNjFGTunSN nRbw== X-Gm-Message-State: AOJu0YzTv22lIz1rfQSGEeYNg2KUodi/Z42tvTg9quZtfWS5TDfjETqY W/FFKmJzSECpOxsjnG3Q8ny2O90Dy12yD1EntaaenDyNxsYYsjDxT/4dg5V2aEvNoBezo3ysjB+ WRBGGjCbSvEsUn7GrkJUthJzcgnco5C+C X-Gm-Gg: ASbGncv3JZfRtKeKMHOn1zctbA8PC9Zny/iyFea6BfEqv6wq+5xCl1Mr3+sglCQb+pa exCrWFiivrQELb9XDZjcI3iyBWSWs+gLxJYuvMY2dsS4WbG5yy30EHJbjwXCXfoXzO5eRqJV0g0 V0OW7n9e3x78ptJe0aDuQsEVnRZ2R9wEM8rn7BKd9JPpyENw7jifIksu9F4chBhBcKTxybjqA3u 1ccfBu9VTcwBGeZZJTmZQ9pnq4bQWQ7jVsn4fyWtqIxFJhf4USrWtRlxSP2GUnWMzD4xKnhszkf yWVg7sxCmFDlRXUuH9zq5SCzG6Ki3w== X-Google-Smtp-Source: AGHT+IGLxbOChz6ZGxnMR6Di2QGETVpbJrgHqdWhUcYHmKEdRVUvzvbsu7F1E2Olb1qRbfF7RpXnG6RZMp9Y X-Received: by 2002:a05:690c:6e0c:b0:6ef:a53e:8e3e with SMTP id 00721157ae682-6f7a834e4a8mr50002467b3.9.1738224491231; Thu, 30 Jan 2025 00:08:11 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f8c47c9250sm528087b3.35.2025.01.30.00.08.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jan 2025 00:08:11 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 30 Jan 2025 00:08:11 -0800 (PST) Message-ID: <679b336b.0d0a0220.23a093.392fSMTPIN_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 BF54D6052471; Thu, 30 Jan 2025 03:08:10 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] c66daa12e76d7b4912cfb7109a761856a7a873ab 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 c66daa12e76d7b4912cfb7109a761856a7a873ab --> testing pass Upstream job id: Generic-Unit-Test-DPDK#310318 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 41 (Clang) | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 41 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 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 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 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 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 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 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/32388/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/