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 4D4F243C90 for ; Tue, 12 Mar 2024 11:22:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 45905402D8; Tue, 12 Mar 2024 11:22:42 +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 EAD2240282 for ; Tue, 12 Mar 2024 11:22:40 +0100 (CET) Received: by mail-oa1-f98.google.com with SMTP id 586e51a60fabf-2218da9620cso3033509fac.3 for ; Tue, 12 Mar 2024 03:22:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1710238960; x=1710843760; 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=59+Eori+NTtfLZ6l9afPAo3TEgM/1U2ctHXlJu1WzYU=; b=C6bRCTTzewPzA954PV6NiLJ3lbOkZOttfOofm/CLK1U2HZORD2NAL/Rz/HwA+FMKZU cq3xefrkdecwkfbVFw4LWmd1qXdq4GOfEaKsZdppcwferIxPZnmFDf/bDJ09EuUdtgdi 8An3ABiwm0agwYoN/da+mGP+c1cdz29IiwCGk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710238960; x=1710843760; 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=59+Eori+NTtfLZ6l9afPAo3TEgM/1U2ctHXlJu1WzYU=; b=QT/KzPs2/OrK5Ke8QxG+b+ATbkGeP5zWA2MCAN4IOke/o66m/+OOmK9GqCRVEaNOcq +rV5XvnbAGTI0U1ytfEHhy4uDGIVoSIOY6s/PUJbT9wLklIHEJw2+pgKIyIgvwgcp/sj IwPYaTBckzW9OB4MUcAajVyj1tUYE7KjwV/1rQHdBztDm47kPsXEOyFA1TU3o0erckXR nDLcJqDsrlUJdH/YymjAMV0DzW+DnQkZ9k59CCulGW47d4FPqIEhNel/YxMjKfKFak1A zYsQdEBSFF9cvz8v4HxCEJG23ZVTWDlPnhdey1rghfNcrXTpOva2rHWWBMh7t+zKypaU /gDw== X-Gm-Message-State: AOJu0YwjbQfq3H58yu0B4leoe9epWOdBvvlLhLZc8oRNI4sXxaFellxr hi+NubPDwPEMWak0MW1rFvXjxt+1pkgYSKu/7yA/h3z6Yo7i8KSJCPi2cq3rtZnWIsBNTAbNK5n WpBq5RReAS31TmtHoOiZ3/xF162iRmwUMDBOCZAeD0f5jMzwlKXIpJ6py X-Google-Smtp-Source: AGHT+IEzBq7+sDYE9PjVjTqVnO83fNamJSz8uMop6DN2yH03jmPD1lAt3CKCrcc+El0oIcVKMEPbDHxZuOyd X-Received: by 2002:a05:6870:32ce:b0:220:13b5:3e9e with SMTP id r14-20020a05687032ce00b0022013b53e9emr10396505oac.4.1710238960304; Tue, 12 Mar 2024 03:22:40 -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 t1-20020a056870048100b0021e7c9d798bsm111699oam.5.2024.03.12.03.22.40 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Mar 2024 03:22:40 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 12 Mar 2024 03:22:40 -0700 (PDT) Message-ID: <65f02cf0.050a0220.8fc9d.584eSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id B51C86052471; Tue, 12 Mar 2024 06:22:39 -0400 (EDT) Subject: |SUCCESS| pw138205-138206 [PATCH] [2/2] net/nfp: fix incorrect queue From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240312080245.2783410-3-chaoyong.he@corigine.com> References: <20240312080245.2783410-3-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/138206 _Testing PASS_ Submitter: Chaoyong He Date: Tuesday, March 12 2024 08:02:45 DPDK git baseline: Repo:dpdk Branch: master CommitID:e3faaed01e14ffdfe8f4190030540ed874184b55 138205-138206 --> testing pass Test environment and result as below: +--------------------------+---------------------------+------------------------------+----------------+--------------+ | Environment | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test | lpm_autotest | +==========================+===========================+==============================+================+==============+ | Debian 12 (arm) | PASS | PASS | PASS | SKIPPED | +--------------------------+---------------------------+------------------------------+----------------+--------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED | +--------------------------+---------------------------+------------------------------+----------------+--------------+ | Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED | +--------------------------+---------------------------+------------------------------+----------------+--------------+ | Fedora 38 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED | +--------------------------+---------------------------+------------------------------+----------------+--------------+ | Fedora 37 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED | +--------------------------+---------------------------+------------------------------+----------------+--------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED | +--------------------------+---------------------------+------------------------------+----------------+--------------+ | Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | PASS | SKIPPED | +--------------------------+---------------------------+------------------------------+----------------+--------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS | +--------------------------+---------------------------+------------------------------+----------------+--------------+ Debian 12 (arm) Kernel: Container Host Kernel Compiler: gcc 11 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 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 Clang) Kernel: Depends on container host Compiler: clang 16.0.3 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29511/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/