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 9222745D71 for ; Thu, 21 Nov 2024 22:10:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8E45A402DB; Thu, 21 Nov 2024 22:10:12 +0100 (CET) Received: from mail-qt1-f225.google.com (mail-qt1-f225.google.com [209.85.160.225]) by mails.dpdk.org (Postfix) with ESMTP id 7308B402A7 for ; Thu, 21 Nov 2024 22:10:11 +0100 (CET) Received: by mail-qt1-f225.google.com with SMTP id d75a77b69052e-460c2418e37so9281171cf.0 for ; Thu, 21 Nov 2024 13:10:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732223411; x=1732828211; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=6Zuuv30XevO/uP4yWP0MJkn/KQ/154N8OziapC3Yots=; b=XYxlMwrnXXVG+GsHb60MO2AzyEHE9oYvTMeFs3d3oYmwjChL9EEd8KMI9w6XDB6pNI 9ofGGWybLtMBEiELrE9qig0XfVOcEZcTHI89HQQznM8AQhbXuOlfQzyXlR81hFvHcaLv xm15DhRWbqBoTp5weZrciVoDba8Mvf9MQ2WP4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732223411; x=1732828211; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6Zuuv30XevO/uP4yWP0MJkn/KQ/154N8OziapC3Yots=; b=rkEbPUWn4XgEb2vz30R0LOvR+mn1TZNz/eMia8gTM2ejSVrKVEpYo37Rl1Qfdhgs8O LAe2rUiKIloCFz8NFIsc4GqN/rgotlyiB7GFjIXEKt+uboC10e2rqLdTkGqVrMamSD6C bHOruvrppGXUUcSpZKbTZSRp9b0m8WHL7G1GSTH8k2+pZU8vqF2RABDMKh/NUOJ8sr7J YsSS+ufRZjMJFuLYl9vX05gx0QaTk+GnboNLBcvwitaJE9xlBNSH4XiMpF+UUoy+QPot Jzb0zGkfquSc2ixyOb/xsY/WLX1XPkbbulC0ybHb/6T/3EVHDkw71B/1t3y1oOMZAKUN ZvKw== X-Gm-Message-State: AOJu0YxQDI2zUHOdkwyNhOXGfjzlwhgae+FAHpjVTTrpNN5gohkING5l TMESCo1notxI/WkAaiHxCTMqqxbIcTNloHuUxqjCFc6/Xjag3C4KvObVEIYpMsK4/q7g7XgNXp0 B2kNMuSaPwmO658ryc+F717RJ+we6O/uDtDu+HgzsDF9YO3Qm7nO7mb3L X-Gm-Gg: ASbGncu1lwE1RE/Ojl2HRd5xosf/4Ijcja0U2YTXs4XZEhYbx3WXTljKHmtF5ILbWwn 8aLWUMww1r36hcieAHgzCe3dM1JIHcp9OlDdJIiMj+M0UfY8v1xblok1T2pQFrkvQylkpkXxoTj abaESu/GYhoN2hb/lp4Jw1J69ljHLFRkiEcKcNCFgB6QCP/R+/GYkZ+112q+GG3R0crU5NCyR5L MEOM+wJMmBeHyNOMSWop2eolWovBanzB99uX1GvHxi5t4NfC9d9PV0TwbOp7hOlmq2/3HI52Rk= X-Google-Smtp-Source: AGHT+IE8kCIqv7VilpuAfB68/Jd49mhIXalC0BzKmpGNCduAeyYPR7ZLyi8jD53xbjMDrGi8lyo178SvfFIe X-Received: by 2002:ac8:5fd6:0:b0:462:fc73:45f7 with SMTP id d75a77b69052e-4653d630f54mr6618771cf.47.1732223410833; Thu, 21 Nov 2024 13:10:10 -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 d75a77b69052e-4653c3c4c38sm222491cf.1.2024.11.21.13.10.10 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Nov 2024 13:10:10 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 21 Nov 2024 13:10:10 -0800 (PST) Message-ID: <673fa1b2.050a0220.22d57a.14f6SMTPIN_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 7B1846052471; Thu, 21 Nov 2024 16:10:10 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] f4ccce58c1a33cb41e1e820da504698437987efc From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Bruce Richardson 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: dpdk-next-net-intel f4ccce58c1a33cb41e1e820da504698437987efc --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#336591 Test environment and result as below: +-------------------+--------------------+------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | +===================+====================+==================+===================+ | CentOS Stream 9 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Debian 12 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 (Clang) | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | openSUSE Leap 15 | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | RHEL9 | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 20.04 | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Alpine | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | RHEL8 | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Fedora 40 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ 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) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.1 Kernel: 14.1-RELEASE-p3 Compiler: clang 18.1.5 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) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31674/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/