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 645A742A97 for ; Mon, 8 May 2023 14:54:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 60D0040685; Mon, 8 May 2023 14:54:34 +0200 (CEST) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 48F6F40685 for ; Mon, 8 May 2023 14:54:33 +0200 (CEST) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3311691ebd0so10937985ab.1 for ; Mon, 08 May 2023 05:54:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1683550472; x=1686142472; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=6DXrP3eQ25iTyYr5NXPn8KNvAOf9U6PJrTSMlRTG2po=; b=C4Q7L1+AnlCf99uKHMWhNpRjlrVGczJU8ktZiRZbsx8kAsUsbFi7X2EJbjbQLktel9 HPOwabbBGYOk5puBdyNGixeBIR4TrEa5U7/cwgCltise674b6IrSDMPBIxOFp2bQsAMG aoDygE/X047VtxGgjKJHwM97fDI2eXX9W4hAI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683550472; x=1686142472; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6DXrP3eQ25iTyYr5NXPn8KNvAOf9U6PJrTSMlRTG2po=; b=QA5V5AHtWZnavGDbmAIrrbqh4i7SHpdVozTT8mJtUuFygXFBQW9dxn2W91uuSNetHq keJGwrLS2J/Q83mXgsl1b8JsthvDCwPXOQXO/ZMvb9nFEuiFy/BAvbqHRZ4lO9Iqb9rk KhT5zNDADMwEXLZmQUqW165n8BebILhQuhxNrDIScY6tR8s74xU5B6ccBrkr4n11Uhiv uzVrSKVinCxq0ypFA0MIcvFZShrbUWeAkrbeW0kctnLl3M1WIQVxiV0AfAdTn/uiXFqu 2lwBmg4dQiLQPamzbUqXGqxAErt9ZvY6kbvnkLWaSBt1pAOQWfo8WRZ94zui6W/i2P/x 9aQg== X-Gm-Message-State: AC+VfDwsA9T5OJ7BL6dh41xmHigJd6MP04d2gFtjdzZxQsaAiP8v7wiB Hau655X+U7Ni/6blny0M4Aw+eR3cMdpwTiPQNmNT++ry5+2cHGQ0GofVEQ== X-Google-Smtp-Source: ACHHUZ4q08GKbplPjx4GlZ9jfVP7J+ErAFMKqXYO4W/kJXMhvkdUrdcZ+E1XHdUsGO4/aElv0NcnheVp78tm X-Received: by 2002:a92:d782:0:b0:331:e0de:96a2 with SMTP id d2-20020a92d782000000b00331e0de96a2mr6883222iln.6.1683550472616; Mon, 08 May 2023 05:54:32 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id y5-20020a920905000000b0033175291d30sm539265ilg.67.2023.05.08.05.54.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 May 2023 05:54:32 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 08 May 2023 05:54:32 -0700 (PDT) Message-ID: <6458f108.920a0220.c3092.1d63SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id 2BDAE605246B; Mon, 8 May 2023 08:54:32 -0400 (EDT) Subject: |SUCCESS| pw126754 [PATCH] net/iavf: fix large vf queues cannot re-use. From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, David Marchand , Thomas Monjalon 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-aarch64-compile-testing Test-Status: SUCCESS http://dpdk.org/patch/126754 _Testing PASS_ Submitter: Shiyang He Date: Monday, May 08 2023 16:58:23 DPDK git baseline: Repo:dpdk Branch: master CommitID:d03446724972d2a1bb645ce7f3e64f5ef0203d61 126754 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM GCC Native | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Native | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM GCC Native Kernel: 5.4.0-53-generic Compiler: gcc 9.3 Ubuntu 20.04 ARM Clang Native Kernel: 5.4.0-53-generic Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 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/26187/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/