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 1344A43CB2 for ; Tue, 19 Mar 2024 21:56:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F34D400D7; Tue, 19 Mar 2024 21:56:40 +0100 (CET) Received: from mail-qv1-f98.google.com (mail-qv1-f98.google.com [209.85.219.98]) by mails.dpdk.org (Postfix) with ESMTP id 6A6A240041 for ; Tue, 19 Mar 2024 21:56:39 +0100 (CET) Received: by mail-qv1-f98.google.com with SMTP id 6a1803df08f44-690de619293so36264826d6.0 for ; Tue, 19 Mar 2024 13:56:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1710881799; x=1711486599; 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=AwYhk5RtXzSc68PQsCcIFSw4+C6ttXJFqPrs3z1OTFg=; b=BFaGTx0uyDgFTnkPWfW43i8npIzWXZwXI1OQ5kkJbCiZnX038GQBSLPon0LfrIXXlU JdtWjDJS3ihqq4bGeQQb7De75a9btAQ32itS1B4DyNTp9FXRQ80clY8JUpxDIr6Sm5lQ QhShXEAgm3UlIdQDOcbyFZ33B7TiPb2Qx97MA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710881799; x=1711486599; 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=AwYhk5RtXzSc68PQsCcIFSw4+C6ttXJFqPrs3z1OTFg=; b=Mp6UJXqgKGd2byFOxkGvGypcKhl8LQ0hBU/5ElL7jodwYymdZfEUkv9Yfm3D0hQZy5 hrWHAls0JnUq7nO+xO3ADkd586eUBRH8dSOzfLHR7PwVM5oMINbzN8DUaBItFRHN9iF1 Q6EswsVERsKnL6S2vQCtDMexGQCOYodvZ9hjtv11YOFcW6FwqfO3fysJjokSPA1jZWZu mpWO1IFHb0REHIGgsutc6OIRZTQvpz25K0ux0SlI47bPmLCgm+30uoCTeljKbgGMJrGd v/G/c5G6/Up8vUczcPQ7VesvwYwbf66t4zyWVWdj+BzgGwOLH8XxIcuDhsYNb3BwZgQB uBEQ== X-Gm-Message-State: AOJu0YzR++FKFu13mB4PfyYclEhJuAqx0CvI1j1Pmzo8DjkA3XpPfCoh fnBHoggVui7fZ+C9OttX/+I4xmQONvdHGxNqtmY5G1ILvCuYyoN99WWmGI0p1saH30JNk/2MV7t QjxcCHbnhlGyIchTvIx7Bj/t6anQnEDJJMdkQg4evPToFEYggV7/rCtIL X-Google-Smtp-Source: AGHT+IFe0C2u90eON3L1VQ4T/qHJpaSFw/rc7ySJEvuZSaX4YyvEUtouEYuuWFswPr0cER+aTpHkmVnoc466 X-Received: by 2002:a0c:aad6:0:b0:696:f83:a9b8 with SMTP id g22-20020a0caad6000000b006960f83a9b8mr8912661qvb.19.1710881798877; Tue, 19 Mar 2024 13:56:38 -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 u14-20020a0562141c0e00b0068fa2adbc6fsm781617qvc.78.2024.03.19.13.56.38 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Mar 2024 13:56:38 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 19 Mar 2024 13:56:38 -0700 (PDT) Message-ID: <65f9fc06.050a0220.ffd66.6f2fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.9] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 930B06052471; Tue, 19 Mar 2024 16:56:38 -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-unit-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_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest | +==========================+================+===========================+==============================+==============+ | Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+---------------------------+------------------------------+--------------+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+---------------------------+------------------------------+--------------+ | Debian 12 (arm) | PASS | PASS | PASS | SKIPPED | +--------------------------+----------------+---------------------------+------------------------------+--------------+ | Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+---------------------------+------------------------------+--------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+---------------------------+------------------------------+--------------+ | Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+---------------------------+------------------------------+--------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+----------------+---------------------------+------------------------------+--------------+ Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.1 Debian 12 (arm) Kernel: Container Host Kernel Compiler: gcc 11 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 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-167-generic Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 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/