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 EB64446082 for ; Tue, 14 Jan 2025 09:59:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E6F214025F; Tue, 14 Jan 2025 09:59:43 +0100 (CET) Received: from mail-qk1-f225.google.com (mail-qk1-f225.google.com [209.85.222.225]) by mails.dpdk.org (Postfix) with ESMTP id D0D08400EF for ; Tue, 14 Jan 2025 09:59:42 +0100 (CET) Received: by mail-qk1-f225.google.com with SMTP id af79cd13be357-7b6f1b54dc3so844079085a.1 for ; Tue, 14 Jan 2025 00:59:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736845182; x=1737449982; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=zudYm3+3mcf61n3r5poBLA/eM/db2uWaGULx3ChUGJ8=; b=fRb3KgApBsq5qVwkoeL/IybZka3/ibVNGHap8jyTVE7OiaFIOpBRome15QimQsHKBz r1h1V742ouoH/Aan6FD2ghV/MZ72rzyeonaFSUF2o6qj+nwCohch6YlSTX1Yjrj/CBJ6 oNx7cW7KZux4ZDDQxditT5W8EufKBeooEgoXw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736845182; x=1737449982; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=zudYm3+3mcf61n3r5poBLA/eM/db2uWaGULx3ChUGJ8=; b=jeROmBGzGc1OeJxkqsq5uwS3hXP954UGHFeF4gxS/pOd8Lj0K/Z/NbAvHxjV7h/lcn LqNb/io1sY6WxLTQOAgiYC5PAL0vkBhjb7r3Y8GMMZ59TBh3U96otTaU8zUUNCs01ibW dbB2x100yM9TkfOMcR32hOQPNIAeQbKkVrXm5FT2Ih2U170BdJM0rPo6c2FmJz98xoSX f0/KcNVtQ7bIWY6qsq8hpdZRx3Ux4g2Cv/1YMN1SNmjRVA4+eYFFH7hW+S7RAE2cMizr 8gaML9b1ks1oB4j3HYB/RIAui+ohiOpS0bYwmyzAW8Z46RLt3XgxL/EVRy6x3RgMeQkY PiOg== X-Gm-Message-State: AOJu0YyDJcKZIse+DfNWlh1o3ymv8BhH8h7dMJYUR3CKevOeD2SV+to6 ua9r4Phvm+hro6x7GuuhyWvvYBKJ5sgeHlPG11TwoosMknByEwiQs6Y3nbbC7dJc2GMScXzHwjq 8XM+TWgDBz/KOfjDSlANja7Gre9gu+NDv X-Gm-Gg: ASbGncsS1Hyb0RXy7iG2uXCpPTN7YofIEpMYP1k5qSv0N0/6915nw1zQ/waOpxeB+aZ 5nQ2fUry+jugKwUfLRyoRnBvugAwSYA9wvT4nOV/aUg5apbBZyQtBHWsPJqy7Q0Ir4qqcGhXqdY Ed1fPgJmN1cFgGPRtciS7PnW1yZc1I2PpuVpW+wMlB77tS0xQRqK4cZXC0v7JJqWs5RE5zAxLrk cL/HRVe8PYSNLzD+jrJ7vDVWF5J/4wlBHKYIr1JXGPJ++AwSrZj2SCYsoDpF+5PeZ9LTKMy4SWj SOPUiA== X-Google-Smtp-Source: AGHT+IGsYW3SjRVNOWdqB6dnkFvNpa4UHuuDetHEvBeMuS2klTYffQggL1REk+77XvhUneVvK+RA+6bDfMGV X-Received: by 2002:a05:620a:f0c:b0:7be:3f22:2d92 with SMTP id af79cd13be357-7be3f222ee8mr916911685a.45.1736845182327; Tue, 14 Jan 2025 00:59:42 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dfae03a8fbsm5922436d6.61.2025.01.14.00.59.42 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Jan 2025 00:59:42 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 14 Jan 2025 00:59:42 -0800 (PST) Message-ID: <6786277e.050a0220.2504a7.b556SMTPIN_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 EF24E6052471; Tue, 14 Jan 2025 03:59:41 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] c66daa12e76d7b4912cfb7109a761856a7a873ab 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/v23.11 c66daa12e76d7b4912cfb7109a761856a7a873ab --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#350884 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 Clang) | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 41 (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 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 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32191/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/