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 2AB1B43CE5 for ; Tue, 19 Mar 2024 22:10:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 24010410FD; Tue, 19 Mar 2024 22:10:42 +0100 (CET) Received: from mail-pf1-f225.google.com (mail-pf1-f225.google.com [209.85.210.225]) by mails.dpdk.org (Postfix) with ESMTP id 0365040041 for ; Tue, 19 Mar 2024 22:10:37 +0100 (CET) Received: by mail-pf1-f225.google.com with SMTP id d2e1a72fcca58-6e6b6e000a4so249860b3a.0 for ; Tue, 19 Mar 2024 14:10:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1710882636; x=1711487436; 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=dGRzuil/dnjzYevNjMto6pMQTnX+E7BjxR9Io5pRLcvj+qFit5z1iOwynuEV9ATbXr 3gjYE8Dq0mpLXu5i45m8u3YzPN2yB8i11yeU72iE7/jlEl3iALpyZvJDRj6TflQ+C3ER aSxxbLD/jeyuVkCUN0njnrmHJxIEKok3g2FFM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710882636; x=1711487436; 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=kUwQvdO4DcTg0s2D7oA4tsXO3JWZKtEUbJ9UKRoAPskFAxwCZQIk5nExE7RblrPEzJ g7FRtxkqOOoWfMDdXvlvginreBirbRXiqbmo8tHSwOjCDhOSV21qr45iQH2XhcddoZ/P tjVaHOljojCeY0XcIMhW2GO2zyW3GzLONrniwY6T23/AKiAy6726Z81cd6qKuwaCn/hK gx/bkF7liaVfwm/Mk1iWng6pKHmlR7SE0Y1mf1ylsH/0jAIU/yRAURDwcRW2S+in/3tj 2TtP0BLl24h3JWYZ8cm3QTyxFnS2CeY9+FBKn5kWlDK4VUAGLtCb1vrQNPUIfx8yrftm Nnyw== X-Gm-Message-State: AOJu0YzH8q7a+Uy8vmYNIkeZ0+YZKS9BnSNwZDpOk6pou3OsVZbGtXfz qumyRZ+tfknwjVS+Izstd30rrfNwjFfZFbETLDy3/+ihPknWOTZ8t4wVAc/vOhVdkVxABEKzj+n ziXAVO2ntslXoHomNhJcQilLm2ceJrGgXlRs4QaJfC8siRq6fhVYZLNRU X-Google-Smtp-Source: AGHT+IGNtKJ007gIN9tqOFStMAx+dUlcDdYqr4r3iBJp5CksbIlfAoXVgaRpjyR3OsaA6t5xkYl1Ztmp9TLc X-Received: by 2002:a05:6a00:4fce:b0:6e7:94ab:20c7 with SMTP id le14-20020a056a004fce00b006e794ab20c7mr30981pfb.16.1710882636187; Tue, 19 Mar 2024 14:10:36 -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 hj15-20020a056a00870f00b006e6cf402d70sm818924pfb.0.2024.03.19.14.10.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Mar 2024 14:10:36 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 19 Mar 2024 14:10:36 -0700 (PDT) Message-ID: <65f9ff4c.050a0220.70197.5411SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.7] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 6190E6052471; Tue, 19 Mar 2024 17:10:35 -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/