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 B862045DF7 for ; Sat, 7 Dec 2024 06:42:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B0796402A5; Sat, 7 Dec 2024 06:42:39 +0100 (CET) Received: from mail-pg1-f227.google.com (mail-pg1-f227.google.com [209.85.215.227]) by mails.dpdk.org (Postfix) with ESMTP id EC34A40281 for ; Sat, 7 Dec 2024 06:42:38 +0100 (CET) Received: by mail-pg1-f227.google.com with SMTP id 41be03b00d2f7-7e9e38dd5f1so2320699a12.0 for ; Fri, 06 Dec 2024 21:42:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733550158; x=1734154958; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=vZyaCNn8igULmGih/m2YRfA2dNPwmUNCRGXe6Tpr4nI=; b=PQM4ivSeiQG+56tK4UCf6yIlSJaxDijTr31k73oidE0Y3kgEjOqS7rWPynpzjhFjSg Mu8Xi7Jl7JZaCe5uv2FLSL0g7CwSv3CpS31E1horwKkpImvG0miJgxwhfD+DHiRqom5x OdRNPW+1QK2as9RHMHUYFZwLUJu7XnjlibhgQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733550158; x=1734154958; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=vZyaCNn8igULmGih/m2YRfA2dNPwmUNCRGXe6Tpr4nI=; b=Z7qXbNiUhngOymSP+vc7ZtlKKP4UMaA9kPLfgHtwNpP7e3okhhTQSWaAsW+qfUkHqY iwVmu/st/RrI75zstRJ/wntAADF0+JX2EttHKkVAQ1SaiImQwIDLqcKF8sTxRyOYlszJ +Wd+jfZWxwJ8NO2JJT0zQqMQ7v4IggPI+sxzBKyDhF7pN6KxtpWBHK8G4tRkagKrlTmO Wjd21aiWywKE8V6RHgSkAaybbWsvD5wdWuMUv17Pr1f7rqNUOHsQJGcNKCZhVN1dx2c5 0DryZ9Lr3G5pq/U2qRO/kfWDPMLa7GevlZqXMaIVKTCe1fCYz8jUC1tx6dLmVkbLMWkC TOkw== X-Gm-Message-State: AOJu0YwIwUglWvleTyKH905HizW5y5UdLqBPQg5QNvh+TvjrUuVn0jb+ Bimm3LiSiSFaU/icl7/ttGjF1fIsVAj1HmGsKUv5S5hqkWvqS+eMI1WJBXZzXxcXggbCJc7jIF2 3v+0ZPYzsf6mPptvuqMiHz8ypjzQCnXvA X-Gm-Gg: ASbGnctI75lLm+VeFZVNCgMA5MF6CUHgFsr6RO0ByVM+0EZk58ca7+M8a5++5luLU3h 5qECTT2clf2GYH538u53RHVkDbNbzD05Z8Ekarg7Kwu9Zm5FFt3+FUlpzD55HpXqShH9CEmx8Jp Obg2+BLXPttA/cAOt1G0tdRDM9yV9Z2pzFfBaQP3N654/+DQQDxjvChlVW7JhfycnrIuF/cVAV4 AWFXIbfEl1fOFa489OZDQGiZSZHNm/Hm0wH8A+QS8GWf150yutKVR1VBjkB5kROj8+t/aM= X-Google-Smtp-Source: AGHT+IHzdQIBW4EOF8nPbmaj6AsponaZ1P0VtMkImdjIF4/D5oBFaoSD6oY+bLbJF0dkBYBNGyiT2fmyqNUI X-Received: by 2002:a05:6a21:9989:b0:1e0:d123:7154 with SMTP id adf61e73a8af0-1e1870bb909mr7625359637.17.1733550158102; Fri, 06 Dec 2024 21:42:38 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 41be03b00d2f7-7fd1576f120sm208493a12.33.2024.12.06.21.42.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Dec 2024 21:42:38 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 06 Dec 2024 21:42:38 -0800 (PST) Message-ID: <6753e04e.630a0220.2540d.c7f8SMTPIN_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 45B526052471; Sat, 7 Dec 2024 00:42:37 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] f197f1e13ccfb74c92ad05602443dd0984f39540 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/v21.11 f197f1e13ccfb74c92ad05602443dd0984f39540 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#341892 Test environment and result as below: +-------------------+--------------------+ | Environment | dpdk_meson_compile | +===================+====================+ | Debian 12 | PASS | +-------------------+--------------------+ | CentOS Stream 9 | PASS | +-------------------+--------------------+ | openSUSE Leap 15 | PASS | +-------------------+--------------------+ | Fedora 40 | PASS | +-------------------+--------------------+ | Fedora 39 (Clang) | PASS | +-------------------+--------------------+ | Fedora 39 | PASS | +-------------------+--------------------+ | Fedora 40 (Clang) | PASS | +-------------------+--------------------+ | RHEL8 | PASS | +-------------------+--------------------+ | Ubuntu 20.04 | PASS | +-------------------+--------------------+ | RHEL9 | PASS | +-------------------+--------------------+ | Ubuntu 22.04 | PASS | +-------------------+--------------------+ | Ubuntu 24.04 | PASS | +-------------------+--------------------+ | FreeBSD 13.4 | PASS | +-------------------+--------------------+ | FreeBSD 14.1 | PASS | +-------------------+--------------------+ 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.4.1 20231218 (Red Hat 11.4.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) 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) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31850/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/