From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (unknown [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AF50B460A1 for ; Fri, 17 Jan 2025 08:44:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B16F04275A; Fri, 17 Jan 2025 08:44:28 +0100 (CET) Received: from mail-vs1-f97.google.com (mail-vs1-f97.google.com [209.85.217.97]) by mails.dpdk.org (Postfix) with ESMTP id 6100B4029C for ; Fri, 17 Jan 2025 08:44:20 +0100 (CET) Received: by mail-vs1-f97.google.com with SMTP id ada2fe7eead31-4afe70b41a8so473973137.3 for ; Thu, 16 Jan 2025 23:44:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737099859; x=1737704659; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=SM/D8r63pDnUAV/HcpuCgvSARSf4CtizgmLX6zy6t0E=; b=GO2IcW5qmEzdgw+IUdO6FD6K+pAYXJhb6eD0nEA1TR8MGMvVc5JGhD0jYn+ml/UMxj FpQ4dGxSCYa8ZYE7eoNGopmF1IjqdXTAWcYPda3zCQJlcpNqbF/bOIeY5XgSV1YMpjno 7CZCouNUar7KGMVazD12pCSy/GmEgObSOXJhY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737099859; x=1737704659; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SM/D8r63pDnUAV/HcpuCgvSARSf4CtizgmLX6zy6t0E=; b=Oq7389ajCn1GrLkRuHtEB9dgsfqTkwfLGLHf8ZtS1QvR085eAc1m6PgGTMbxWg3ckZ 8udAFjZ5PN+SxvjWLYcbv0BJlt+/TuL+bIHQqNBe9OBLkKIDvGPYTvGozkQUBsDAPtL2 R8DI3owdIvCTayY2vttIZPE8WeuUY3F6haO75eMJruN/hEz7jA9CR7n4DqDlPxY8CvSg f1dobeo90dCQP5XyQgwzQc0sj4pczXE7aQdQmfyraJoEaDI5FtfS5DUrsAuWsY9DpaIA Jmph/VieMSfgrdow/1wMY+szvZWDwUh+ZG1LEbj/JTX/AuxFCEj0GY7bamtbdOx+yZ6h gAMA== X-Gm-Message-State: AOJu0YyICpTB55FrVlygPmmiMtAsTCdhGN/MGjOtRis2eyiAkGhQ0g+L sspQyPvHriOgyBk+8W52znzAdUX993h/kx/BA6Ku93+j4NhQ65djU36Sj0S+GZehGR+q9feQ9Uv BdoSYMI2NIvwecOFfK/7cJOsv6g8LAnBPuY0aXQbx X-Gm-Gg: ASbGncsyxC55DeLbhVhrh8beifwxcBhOlF10u+zKlUxIu45dgf9iqS/ehsL+Kp+JGtF 5BQZw/nABtCfRfbjn6qRAn62qdLR8C4PVvVpQr1j8b2lMtU2lJZWbdTbvURBkU1dcA20SNCIovB qUkjMdz6MLMxci+Pu7Z71RpBH64MZn7SxOL+XU7eul12ErRrigXs03YE7OOrBF5GLOdFk9+gQAC gvWYW5iWdm76xYLKHn+L8USNhK3bz5pem61mqXRHbKn7vW7YJtYGUbHxJbXGfvTIkwXEBEOAKl3 Kv2ukQ== X-Google-Smtp-Source: AGHT+IHXbKu69GPzjnc8S+MPYd9KaH+Wtyo6HOLpea6NLen+eDLmJqZDUTYW7OguO+4POcGmYL0Zgx+9dwL3 X-Received: by 2002:a05:6102:c52:b0:4af:bb06:62d with SMTP id ada2fe7eead31-4b690bdcbabmr949275137.11.1737099859748; Thu, 16 Jan 2025 23:44:19 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id a1e0cc1a2514c-8642cc88dc8sm58525241.15.2025.01.16.23.44.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jan 2025 23:44:19 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Jan 2025 23:44:19 -0800 (PST) Message-ID: <678a0a53.b00a0220.3a1da3.4a58SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 642016052471; Fri, 17 Jan 2025 02:44:19 -0500 (EST) Subject: |PENDING| [GIT MASTER] c66daa12e76d7b4912cfb7109a761856a7a873ab 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/v23.11 c66daa12e76d7b4912cfb7109a761856a7a873ab --> testing pending Upstream job id: Generic-VM-Unit-Test-DPDK#26903 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Debian Bullseye | PEND | +---------------------+----------------+ | Debian 12 | PEND | +---------------------+----------------+ | CentOS Stream 9 | PEND | +---------------------+----------------+ | Fedora 41 (Clang) | PEND | +---------------------+----------------+ | Fedora 41 | PEND | +---------------------+----------------+ | Ubuntu 22.04 | PEND | +---------------------+----------------+ | RHEL9 | PEND | +---------------------+----------------+ | Fedora 40 (Clang) | PEND | +---------------------+----------------+ | Fedora 40 | PEND | +---------------------+----------------+ | Ubuntu 20.04 | PEND | +---------------------+----------------+ | RHEL8 | PEND | +---------------------+----------------+ | Ubuntu 24.04 | PEND | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 40 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) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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/32233/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/