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 8410D42826 for ; Thu, 23 Mar 2023 21:09:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F35E40689; Thu, 23 Mar 2023 21:09:35 +0100 (CET) Received: from mail-pj1-f97.google.com (mail-pj1-f97.google.com [209.85.216.97]) by mails.dpdk.org (Postfix) with ESMTP id E25CA40689 for ; Thu, 23 Mar 2023 21:09:34 +0100 (CET) Received: by mail-pj1-f97.google.com with SMTP id p3-20020a17090a74c300b0023f69bc7a68so3201764pjl.4 for ; Thu, 23 Mar 2023 13:09:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1679602174; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=0pt8Bl03J8QwTIfngNbcaDwEGnC+kHCgRWemR3GFZIo=; b=WM4XbClxjjRQewc5hWSQw1sxdJo2yVAOyUtqPGiPEzvAzRlxyA6p4tcTrZ/bxihJYz 4FZzZn74UXduEtOrV1iucVgkd6acz7gGgSf7wXERJ6IOIEkzA4AsYsCwDtLkfMqLl1g4 PiLQ1XNpqoSbvL6CzkDfB1SEUKHlcV4M1VjvA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679602174; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=0pt8Bl03J8QwTIfngNbcaDwEGnC+kHCgRWemR3GFZIo=; b=f7dsWEt093enx2LiELx8htf4Zllpv/dyoPgN3elho7G4HC/kiUpPq3w5QKDDyvywL5 4X0ryvJ7MEHtYrNHwa0viLZL0A7EvOWqzA1XQnOiUZrhMFecrDH+zmtRzKtSwRhRAYpa ncdGUtwe0PhS4dI+I4qlEgnuO1NPyBCeVJKXwJAr+AxE3GVVYq5LehcqLhSFfk619Nh5 Lw6WJnJRKg/aUHILQ6ZuHmrONMKNWbKdGStgUZ+8jVz9L5ViY/IBbsK3fBOgKeE7FaQ5 09xBIAbZ73o1j60s1lFdmW9BhXVUwbtwmPiRToRLJZZZBkKnjSbeDIPUCyVUzBYoeN7m 8U9A== X-Gm-Message-State: AAQBX9c55ntGhrkLwwM1t20/kj9FNIqwdXn6Z01hGtld3U2Y9VZJN+U/ aOJtt8SucABUC7hvQrH6iAy8L4CEegAF90cH96u04ZP3TjLegDESNSZONPt7I9xrvrJ90KxnRw= = X-Google-Smtp-Source: AKy350akmP63yGdgU4T5zFjHfO8OfXJqftjpgI/PWZbbOgKSfUpKpUBvnQoKCNau9HmisubrMDTqtB82pqhQ X-Received: by 2002:a17:902:d091:b0:1a1:dd2a:fe6c with SMTP id v17-20020a170902d09100b001a1dd2afe6cmr38432plv.53.1679602174142; Thu, 23 Mar 2023 13:09:34 -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 jd5-20020a170903260500b001a1a7f3675fsm2486452plb.91.2023.03.23.13.09.34 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Mar 2023 13:09:34 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [IPv6:2606:4100:3880:1722::210]) by postal.iol.unh.edu (Postfix) with ESMTP id A0F1D605246B; Thu, 23 Mar 2023 16:09:33 -0400 (EDT) Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1]) by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id 9F75060125; Thu, 23 Mar 2023 20:09:33 +0000 (UTC) Subject: |SUCCESS| pw125413 [PATCH] [v3] net/iavf: fix iavf query stats in intr thread From: dpdklab@iol.unh.edu To: Test Report Cc: dpdklab@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230323200933.9F75060125@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Thu, 23 Mar 2023 20:09:33 +0000 (UTC) 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/125413 _Testing PASS_ Submitter: Kaiwen Deng Date: Wednesday, March 22 2023 07:26:15 DPDK git baseline: Repo:dpdk Branch: master CommitID:1a80f6062cf74e4b689b8b9a4f905a24efec527a 125413 --> 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 Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM 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 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 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 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/25825/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/