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 6AD0F45F7E for ; Sat, 4 Jan 2025 11:27:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3CB3E4026F; Sat, 4 Jan 2025 11:27:13 +0100 (CET) Received: from mail-il1-f226.google.com (mail-il1-f226.google.com [209.85.166.226]) by mails.dpdk.org (Postfix) with ESMTP id 7446840264 for ; Sat, 4 Jan 2025 11:27:12 +0100 (CET) Received: by mail-il1-f226.google.com with SMTP id e9e14a558f8ab-3a816cc9483so101668925ab.3 for ; Sat, 04 Jan 2025 02:27:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735986432; x=1736591232; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=2cOdxxd8yJzJF6pWXRMZVJvDFlR1JOgqRuBmSA63Cuo=; b=QgVvqoJMb8beUaPRY7Y+E9QPsxE2KcDxjV+7hpJZHhYdEarijTE5sDBeRqP3NgEggw 1V5K6KoThYQCsDWpMAT2VpBjKHEqqTzmkJFXr/ayzY7kGaiyOdivg2vkm1NfpyNsHoIc j5sNj6Avgu3cOppqrQIjoR/IwPNhFqGd3tv8E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735986432; x=1736591232; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2cOdxxd8yJzJF6pWXRMZVJvDFlR1JOgqRuBmSA63Cuo=; b=BMeorCvDLegmvDA1ztcr8dEaRS8qEGPgarWUshGo53W7iwdEGbqrhketht5afcdslg aNfJVLTIcEUEkJScrp+cvdDqT17oPMJR4vOdsrgXGJvomWjgnG8AZ8BzGQyh0oyA0wTI 1HcHz/82AC7Q82qnAggKSHX67QIBAfEUn/6rGkIL0izQQj50wm8IsOtGGFK15D/OyHmH yAXW67LghBVXtiqe4xxyCJl5QYQlPuQN03KO5//SiGo155E1ucbiyKTPGaaiQeOXtwTH rdODSmD9f489IbsOaDP0GiMKiTmKzKHjGRN2RyVdjNJcNs8GrKeMtdBticdkn1pbihOf AiIg== X-Gm-Message-State: AOJu0Yw8O/2y030Li+bReEUEdb4NBSHUbyAR3kg/Q65NoA6dkMjV6FDv Y/kCIJhUMajE4DD9dQpJNKCCrKcjgfEaRwijC6CZTFJvkQ/l+crYJiNUnFnrIsZykbb8JMldly0 HLjfxGkcVlWQs0i98W/bvpiYjxb3X+8jBRd5vhkMKooka6UEy X-Gm-Gg: ASbGncuNyFNaDXDoFsFFyoipVQtsNf2gdjwhA9LAmzwbyxRgVRlow25FcOCgAtYvy4d ycOrTavE5QL9XAbsQdE+lHIhA6upEacN0MC1m5CgGvcw2M4jGzobf+TlQ/alsnFNypNZk1lY5+3 8vJ1Z3zAb5evaZtTtd5hacP4FyfLWIH9blT4ZALsnruIYjzuSCYh3FmNI5kasa6WmGAub8pudEP yE3yZHP5NKXMRpEgV/CzrAkkPldsKIDfXZnHu9nwv3k0GkXXVL5Ar8awIHOfl1GSiuRXZt2DaQn y9qnSQ== X-Google-Smtp-Source: AGHT+IGLvBd91P40WwOvnb3CAjTIYNt1SpZYWc+aLp2zq61ZTkI9oFMEZvwMBip4nmVNIpQpeslK65LHEOOu X-Received: by 2002:a05:6e02:3203:b0:3a7:3760:7314 with SMTP id e9e14a558f8ab-3c2d5b37841mr520459255ab.20.1735986431769; Sat, 04 Jan 2025 02:27:11 -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 e9e14a558f8ab-3c0e01eb514sm21152545ab.43.2025.01.04.02.27.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Jan 2025 02:27:11 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 04 Jan 2025 02:27:11 -0800 (PST) Message-ID: <67790cff.050a0220.2d25d9.e065SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 3BEB56052471; Sat, 4 Jan 2025 05:27:11 -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#348402 Test environment and result as below: +------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +====================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +------------------------------------+--------------------+ | RHEL9 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +------------------------------------+--------------------+ Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 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) Kernel: Depends on container host Compiler: 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 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) 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 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 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/32107/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/