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 9EDB743CE5 for ; Tue, 19 Mar 2024 22:56:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6DBA1400D7; Tue, 19 Mar 2024 22:56:49 +0100 (CET) Received: from mail-oa1-f98.google.com (mail-oa1-f98.google.com [209.85.160.98]) by mails.dpdk.org (Postfix) with ESMTP id A5ECD40041 for ; Tue, 19 Mar 2024 22:56:47 +0100 (CET) Received: by mail-oa1-f98.google.com with SMTP id 586e51a60fabf-221a2d0c5dcso3599341fac.0 for ; Tue, 19 Mar 2024 14:56:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1710885407; x=1711490207; 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=6nwGcVc6b8IeSaPb2Et/shhXBZcAi9WY/zaZY7VsNGI=; b=gh2Iw4qQVogCr7EFDHjmm+oaOqQ/euzfcAPCz9mfedKSvOYDnv9c70SFe7UQaXk1HP PpWx9af8YYhcct7Q0YXfIVrPPTOQtWvD/aFRxP8G5IWIfnxo8p2kPod3Cktt1ZSH7c2/ iCQ02d9AHPECBA6crD+PVsJOTxKX0TpGalREo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710885407; x=1711490207; 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=6nwGcVc6b8IeSaPb2Et/shhXBZcAi9WY/zaZY7VsNGI=; b=XOL3GshhMvbLbzivAYu089f60Y6n5/UZRkXbXUBhgQheTKOAH/bY2RmQbTOqs3D1YO K1Ite+kUTZlrGC2ReM9l8RgKZ/cLKT8fyb+VwOkeMlKRYvmqpbAkWGVXgHDPglhIiTgQ bpwFLOS6nvy351yz7kFzgDliTitViCojaLYAfwYObGSBrOCW0cMpNX347nJdChUvdNm8 yGH1gRMrcVNejGWzT1elW9/XLubicqDDW+XzmvdAnSLIvTLS/BEOltylHZr87rggiVrb toTCamgTsHJO6lCUAHFleYLTXYF0goF5w9taVbHJipikBEHBPLgSQExl6qOTC902dCrj Q8GA== X-Gm-Message-State: AOJu0YxDwLc1Ys0z1rq15xhyGr2DwpYd23ypUMSt41i7kNb9J6k3Ca4G Px3uPNfHbpI/IhtSg3Yh3w8GjTWnUYvv9hZHyQqvIlOP1N3SOtb/ZDFouStI/pnsb00p9kbJ3Dm uQ9seqZs9MuwyER3vUmFuG0/4N0GszOLyYsR2GWzPh6M/+hwB3HZLOj6K X-Google-Smtp-Source: AGHT+IFEx6yKjBFvDKGzidna0jNbNCKFEBJvWCtjkfI3EHMfQu2UVuoaEIyzuwXGzoH0fKcCPuk6jwEm5eTd X-Received: by 2002:a05:6870:61c8:b0:21f:dc81:1c1a with SMTP id b8-20020a05687061c800b0021fdc811c1amr17477964oah.16.1710885406897; Tue, 19 Mar 2024 14:56:46 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id z2-20020a056638318200b00476c153381csm479905jak.56.2024.03.19.14.56.46 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Mar 2024 14:56:46 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 19 Mar 2024 14:56:46 -0700 (PDT) Message-ID: <65fa0a1e.050a0220.19461.0109SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.6] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 6C92F6052471; Tue, 19 Mar 2024 17:56:46 -0400 (EDT) Subject: |SUCCESS| pw138479 [PATCH] net/nfp: fix uninitialized variable From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240319085507.438387-1-chaoyong.he@corigine.com> References: <20240319085507.438387-1-chaoyong.he@corigine.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/138479 _Testing PASS_ Submitter: Chaoyong He Date: Tuesday, March 19 2024 08:55:07 DPDK git baseline: Repo:dpdk Branch: master CommitID:53483ccd6dee01b8930e7a8c391472453bbe642d 138479 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM Clang) | PASS | +----------------------------------------+--------------------+ Debian 12 with MUSDK Kernel: Container Host Kernel Compiler: gcc 12.2.0 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-167-generic Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-167-generic Compiler: gcc 9.4.0 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Debian 12 (arm) Kernel: Container Host Kernel Compiler: gcc 11 Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-167-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.1 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang 10.0.0-4ubuntu1 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29592/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/