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 F27F445F4B for ; Thu, 26 Dec 2024 12:09:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C85EF402AF; Thu, 26 Dec 2024 12:09:13 +0100 (CET) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id 211F54029D for ; Thu, 26 Dec 2024 12:09:12 +0100 (CET) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-844e161a8b4so193141239f.0 for ; Thu, 26 Dec 2024 03:09:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735211351; x=1735816151; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=mDq7QJ6v/letVimKEjZhAEzHa8Lz++NkfFzgrQ1L6RM=; b=fu/wBeBlRRK3uJhcIVypau2T5JJSMftFI8LzkRXriaC5/jZBYX3yMbyEQaW2gRV702 pMDrlcSJMvAv84c8VRqr5Mw1OQ9H7URXAaPXr098N5rFB9+w8D1yRQyR4QP2/CIA54ue I+8jYyDkWCw2pw2QXpYzIC0cbpoiTdw15deD4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735211351; x=1735816151; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=mDq7QJ6v/letVimKEjZhAEzHa8Lz++NkfFzgrQ1L6RM=; b=tX2Qr4HX21f7T0YV7/uIknVyrem+xRVcEgLErYZcwXmflarSs8TZ7xY8DbIXYSDwkl bFzecnTIjX0ik5gK7vq75uLf+mM6X6Tgd2LJShAcsrrpwyoxEA9E6QGOx4YHK8zDTjw9 I2NgevSAoDrILWS3wcP9bYWppPbbTgJpY3vwaeLO/yJT3UXIvGqfL9+0D+iXwt5Gm/uc ylyiTGo66LXUgHNrRu8aEXzAZJw/ZH8tFNFIw5HzcrqVA8Tb0P1Atvb0LBE4yZrXB9xv EfXH+MM7Y9CDMcoMtlGSjbf6oYDI8JkznI+A1lMqoBEF/FlIZpKHV4XgcNpWOBMdTPrh hioQ== X-Gm-Message-State: AOJu0YwnIN7bMZhqTyftTyB4SNFQsjny6pm/e5SKrM07zydTnQznd4xD tQDobuUAa8Qk8wAqmAQbSCNPDCeCY0rDrdT4CrTIuRR0FJO8dhEo5i+Donn8wIHPLFEwpdELpNF Nm9rrKvJL+efkHJMNYWi3RtCTwcWNfsng X-Gm-Gg: ASbGncuUvYXRuRaBeyNV1BLpW+JOLz6ck/qMXU3py2AJBftmW0NZrvynDuE0tvRipa8 MVEZ/utJdJupA4IlYNnrPLdf1W/VNlSHwgee6/BIGTWbvTqBm+SyorHpIcujnZV+TvCxvGOhxu2 LdaX/lj+eLntjefyhnB0pJ0BWFuDAvLGfHnoCebvq5wz1kZfEIPmI2y6VppbKw2/fRfnKPq5BwW a3laIlnepIkTRLQEebU7WLGbghs3eWq3+LBbliyotfNGyX68h81h6sJDJrVfLiwrjl+1FTREs1c cA== X-Google-Smtp-Source: AGHT+IFMHPki+VLVuqutaj7NWN5XufJCkZu7Lso4zu3HBzbCYxh0M6iGI2Pdq2EsTtrcKi0AqyWl2ga3bHJc X-Received: by 2002:a05:6e02:508:b0:3cb:f2e6:55a4 with SMTP id e9e14a558f8ab-3cbf2e65771mr25215965ab.0.1735211351402; Thu, 26 Dec 2024 03:09: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 e9e14a558f8ab-3c0de42a178sm9181765ab.12.2024.12.26.03.09.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Dec 2024 03:09:11 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 26 Dec 2024 03:09:11 -0800 (PST) Message-ID: <676d3957.050a0220.7a61d.4870SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id D214E6052471; Thu, 26 Dec 2024 06:09:10 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 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/v22.11 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#346790 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | RHEL9 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32052/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/