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 2CB4F45F0B for ; Sun, 22 Dec 2024 04:35:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 34DA740285; Sun, 22 Dec 2024 04:35:46 +0100 (CET) Received: from mail-pf1-f228.google.com (mail-pf1-f228.google.com [209.85.210.228]) by mails.dpdk.org (Postfix) with ESMTP id D1B9240144 for ; Sun, 22 Dec 2024 04:35:43 +0100 (CET) Received: by mail-pf1-f228.google.com with SMTP id d2e1a72fcca58-728d1a2f180so2552014b3a.1 for ; Sat, 21 Dec 2024 19:35:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734838543; x=1735443343; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=tKpAxwaL7U6u+dbNJGL82hi9g42ePHzc7I+3vUaf3uo=; b=g8U8rojiFNEHd97l/HSHt4aC8Kim1Y8xQe1NK1pHWenZtVJ1OlMyk7opFF51hebkjy 0kxm8X0c3tJxe/+V3rcrf1llUWLaanN9BAMhikiewtifxcd+0irBnHl10NNqaKerD7Jq inTuKPP2QGZ9okG30xUt+lUa2TUkngs1bXsBM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734838543; x=1735443343; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tKpAxwaL7U6u+dbNJGL82hi9g42ePHzc7I+3vUaf3uo=; b=gU1KxnDMr3bRn1ZOZbSoqF029cbYTgfY1chx4DCMxn7Wt6LS1piH+o6tzdDkzIFIBG wfQPUpUafAbhf4dvNUEIPju4NRGo7BhblxhqFO8L9OSemXnN/4dJtjTQHlifcrJc8gC/ /4GdYBUtIV75Z3dYh1tHi1DtDw/cUFfRoLhJKL9UviNdoGSS7+k85612YY/k84MsKj8h QY7pFnZhStzIj8ZmC6C19uXJsO9gAOj5nrMr59tX4dc8682/MgyjzXeyRyNvuPiAZTzf 3yKHwOMObnZBVI9pLZMFiKrB3eT3hEKVgpsUPW2OLOgU11iM3KD06wTFeNtsWTezq64e 2XPA== X-Gm-Message-State: AOJu0Yy5/gPBCFSgFKxGptkC64SiW0Zr/top3jnPCfPUWzkZwcj/CUeR PzQSUTpDVLypWFzWVdPcFArhYZiUCwtT3nke7VEQfGoe8GxpVrVN+PsKKeT3B52Im4liyagJlcm clOfiNXXei2IMB/j8UrBiuQ5pYGRGn6ZKS0F+wBOa X-Gm-Gg: ASbGncv3xG7pGFXPHUymNqQ4sMJ/tx9j/kwoybGDcaLq51pemO+PoEmUHJkKLvx13OD Ypiqb46liewjrCXCB+7ieJS7c+W/JWT9+0TUbnZe+6NEkpNxueTGlmXYTe0R5LGsyTZ9uFfmB6E w0w/wWoCWrodZn6K8WQb9/4QE4WdPiwuhi6Zet9usHrs5LQpt1odhT9hKxuuA60ElCPKSMYMz2Y C28jxk0qDLhWUfYqAGc+nONuFa7Lj6fucvrtMzq72uJ+nGDJcxcfNftXfpyYnb30bCI3kI9hNk7 8Q== X-Google-Smtp-Source: AGHT+IGMoLmCuuEB4WP5oK8FfZng9+pPjSiUPgOE86OPwlh0SL0/FcvwcFlxADxsHRYGIqqTRkYwg6rgRq8X X-Received: by 2002:a05:6a00:7428:b0:725:4a1b:38ec with SMTP id d2e1a72fcca58-72aa9a10440mr17518622b3a.3.1734838541526; Sat, 21 Dec 2024 19:35:41 -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-842b85f0843sm255512a12.15.2024.12.21.19.35.41 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 21 Dec 2024 19:35:41 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 21 Dec 2024 19:35:41 -0800 (PST) Message-ID: <6767890d.630a0220.26c76e.2fa3SMTPIN_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 B34856052471; Sat, 21 Dec 2024 22:35:40 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 07604f264417959d76aa9fcb8cb0c3665f62f0d3 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 PASS_ Branch: dpdk 07604f264417959d76aa9fcb8cb0c3665f62f0d3 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#345560 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) 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 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32011/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/