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 A658E45E94 for ; Fri, 13 Dec 2024 23:38:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A05A14068E; Fri, 13 Dec 2024 23:38:09 +0100 (CET) Received: from mail-qt1-f226.google.com (mail-qt1-f226.google.com [209.85.160.226]) by mails.dpdk.org (Postfix) with ESMTP id 6A74A400D5 for ; Fri, 13 Dec 2024 23:38:08 +0100 (CET) Received: by mail-qt1-f226.google.com with SMTP id d75a77b69052e-467725245a2so21945811cf.3 for ; Fri, 13 Dec 2024 14:38:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734129488; x=1734734288; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=CKflXGlj3VTSiM8hH/HSjtb5VW45hx2VcsFbnE0niDY=; b=IzjBdzREjFiU3O+tnOIChaJ7GryqmWeIxkQdLMzAAGlV5xa/3yuMh6HeQR8io5lZWZ sz0rPpuKjhvZ2MVit+yPo7poKo+C8/ONPT3CIwQqKpU/9HF9FrF5KcIGlUfxxMTlercH iQy74guovMLL87oUPxQd43tfgqcXZlFsQt+5U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734129488; x=1734734288; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=CKflXGlj3VTSiM8hH/HSjtb5VW45hx2VcsFbnE0niDY=; b=n7CHNVX42rBUmAdCg++vcusSSjyoI1CRUGGJTIj1efAYNMM75c4DHevEQAgTtnAr1L +jcuMn7/Al0h4kk4GauQgidvHDXYSPw7FtHzZpSZNQHZQRrhL505R4Lmx9EBWHaQ1F80 tf/fiWumjyEIVH1GSiBDg45m7TdBdr1nhzZ6lcHPN0S41eH27Vdb7ziEQH14b1rAyrh2 ra5jkbBvG48In6zVIk/etMMjyvC178P6Y2YUw0lug5/NpubJND6l3Dqs0cGaTVFhePCC ZgzXSSDwjEeg4MCvusTnfiKbOQ53dpSpH+b7fWht1I6yBDRNmZJXNqEe/zLMk6jnA1y9 Gr0A== X-Gm-Message-State: AOJu0YyMbcXR4tz0j9QWDfdWcizv4C/rj4v4V7hEC9uwsSxCZ13hEUcC fFhk76ZzgiURTu7gErpB3I06QOtfmEAoBWDHwzfhpMLBu/XVXa4UTeN4L97LA2Z7lsCtoMC1oDR HJAgFFMXtwmUR3gjPgCg4qF5xMn5nSY9tgWG3PXWdxnzrCokmWLUQbP47 X-Gm-Gg: ASbGncvI2XbCAMW2iGvBzE1rzjVSMZzPxUcCtMPKuYjSZ2iXGi64EtYtedPsGkUatUz rY5EpKqIsPGC8rK+ffSpLYLkL4AmesG4W74mY5SYqLXaj83Bome2qsfRO4DEYiIMa3AAYjvpO8H o86imHsbgza5QWN2oOgrdrHM+b4a9dxzXMAWf96i1GQwAvQlSyK5Egmq13lTfu45EGzuHKS/eHP iW+wktOXigqsJzbAqfgzys1TLa0Md1ug6bAtX4rvKSPxvHjZUvnxxE1RcSRW8Yvptrwihnoxm/W DXKvsw== X-Google-Smtp-Source: AGHT+IHg86J+LkAeiTBm5GocaLkmVLin7C3lXXc2gwUjCqgJ5pTPwYTXsLJgMPA2P+bzbo3d7DDEk0bDFzxB X-Received: by 2002:a05:622a:1aa7:b0:45d:8513:f29a with SMTP id d75a77b69052e-467a571d8b7mr78607361cf.9.1734129487813; Fri, 13 Dec 2024 14:38:07 -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 d75a77b69052e-467b2e4cb98sm167451cf.16.2024.12.13.14.38.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Dec 2024 14:38:07 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 13 Dec 2024 14:38:07 -0800 (PST) Message-ID: <675cb74f.c80a0220.389fb5.10d0SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 88E856052471; Fri, 13 Dec 2024 17:38:07 -0500 (EST) Subject: |SUCCESS| pw149220 [PATCH] [v1] event/dlb2: add port attribute for i From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241213043300.18015-1-pravin.pathak@intel.com> References: <20241213043300.18015-1-pravin.pathak@intel.com> 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 Test-Label: iol-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/149220 _Testing PASS_ Submitter: Pravin Pathak Date: Friday, December 13 2024 04:33:00 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149220 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#342893 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 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (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 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.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 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 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.2.0-23ubuntu4) 13.2.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32133/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/