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 300F645E2B for ; Wed, 4 Dec 2024 09:18:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2703C40648; Wed, 4 Dec 2024 09:18:31 +0100 (CET) Received: from mail-qk1-f227.google.com (mail-qk1-f227.google.com [209.85.222.227]) by mails.dpdk.org (Postfix) with ESMTP id 7F11D40261 for ; Wed, 4 Dec 2024 09:18:30 +0100 (CET) Received: by mail-qk1-f227.google.com with SMTP id af79cd13be357-7b672a70f4eso474771985a.1 for ; Wed, 04 Dec 2024 00:18:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733300310; x=1733905110; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=hXBxUZryJ2GxBvEokH8j0bB5ZbSPJ5M4RxrNiZeNhPg=; b=IPuToimzvBpoZxN6d2p7vlSB0UmCibmsUJNQJQsmQVa/q+NDBiZKWWOJZFufigltsz Qd1y2LL5DHv3MqLQffbXFaugAADFOUhy4Vdg7EXYDgNiyeUQx1Z79WVWtPmEDntZgMkg 0KehRUJVTztDs1eOmXAD85VWtUquRNUD7+JT4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733300310; x=1733905110; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=hXBxUZryJ2GxBvEokH8j0bB5ZbSPJ5M4RxrNiZeNhPg=; b=stUjhrnDTWBeKdsyUtWUQMorJjdLb9tCUnhF0op/lq672J/61Us/kO+c04BBq6Lw3m cYW2mn1Hd028HXve1TOuXFY82cM8uBVXfY9NtdBn/YCeiFr4VnzWvy9qfAu5hy+M04vS 6S+Qadp/ZYwev0bvIhedy+BmbYXAika0gLi/XlnF2Ao/cnZ05PAWWe9ZthObdgrRB7yf r1Ujmdgh7/VUoq/WilpOB8x2p41bgeeODJ8lluFBvLfGLAGSeRLxqVty1AtihSyGcW14 Kd7a6SzVP6V+cUMOWmfBvwT3sf2xEdGmUhXAnuCaJ+NOoMoTHvsJp9/lhThzUlNGl8TU /2BA== X-Gm-Message-State: AOJu0Yz+mJlAOG5mw1RUZakMplYxErXkF82f0Y4eYTjyRJcr6gPnb2+o B7MVQ0Wn4+4YS3pw+AEJqmL9/kOuYOGnZEiDhHyFo+wCdyXwtTCSIoQy9BTZMwB+p7ul7QJdpWf so+Dyek0OTK8iUoGKEUbpTKaBLfnAs/td X-Gm-Gg: ASbGnctcNeU2K5jvbwI8yFVQqKAkSj4VnHmd6c2rSA5MoIUvbICnbhUKwd3vPaMcSVo l2G6Klz5y34K2kn69jxpubXGHM98oTIDVcm2x+1BPronAeE17Z59i5oB18yptmtbBIo1ZJcF9q6 YabT7SEQkMjH1KKRyTJL8nGhIIVOJP2NDYxWC0/g/awp4zfsfi4xQFkyseeYOyJPBJJVEQ7DLNJ +RGbSIEltkZ6DVEcemjsJ1lcKvofqVfwdSt8TKIWGgqn48j9niNj2M65Rh4wVxXBWcQEO8= X-Google-Smtp-Source: AGHT+IHYsTPFmBqeI9r4zF9JDgapPNaKv1Bw7oibUEgYp/GtNegf1Ve6OGHafXrVHGfwlf/lxip0+rOy2b/F X-Received: by 2002:a05:6214:2405:b0:6d8:9e16:d08e with SMTP id 6a1803df08f44-6d8b73b78f5mr104420596d6.26.1733300309798; Wed, 04 Dec 2024 00:18:29 -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-6d8ce5c0e23sm297416d6.67.2024.12.04.00.18.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 00:18:29 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 00:18:29 -0800 (PST) Message-ID: <67501055.050a0220.29ff99.2210SMTPIN_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 7D2DD6052471; Wed, 4 Dec 2024 03:18:29 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] e8eb14e00d56027bef8569d68cf00e39670edca2 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 e8eb14e00d56027bef8569d68cf00e39670edca2 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#341034 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 | +------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) 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 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31834/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/