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 E559F436F2 for ; Thu, 14 Dec 2023 19:51:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DEBE94333E; Thu, 14 Dec 2023 19:51:53 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 0E97A4333C for ; Thu, 14 Dec 2023 19:51:53 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-1d2e6e14865so42546055ad.0 for ; Thu, 14 Dec 2023 10:51:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1702579912; x=1703184712; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=SH8Id7dzJiZ/bEZVK1T1lLJ9e9JIojHDh6cpHNoiZcs=; b=ZIveeeLO8hyn08h3d8PcJxi0uRH56W7fQm7BcfPHhhS5n0LiocYocTsu7SDfI8E4Z9 reYUzC6xo97FCyvJ8nurWkGhjvLzzKIPDR7UbZOIddWrWXrwEcPVPk/P5CJqlbPHSJeW ESAAb4RgLZNbO/N7PVZhdGjLG2gjXxBpWXgZc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702579912; x=1703184712; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SH8Id7dzJiZ/bEZVK1T1lLJ9e9JIojHDh6cpHNoiZcs=; b=rmdkrsq9CmmU+yqo4HyWR3LNrpsD7wuxoi19yBPvFKsjJDJJztb3meAT0zygyJo8Vj AV26jllNPG1ypb6I7+B1VwQ3MyJbgh53QaT/kzHmKY4IOat8W0B+YPa+7lFkhK/x/kaP OBS23Gvr49T5gC7Gn0D/MknFmuBwLZJiBPTNYIatwXjSHV0iKf0LjWdSEi+Sev14o/do B6uw2s6GaNRwTR+8TDhYF/CNZrWKK8jOQnDAuoGkKEgwMkUNFgkaJ1IWWokFAxnOUbzP RoXf/nbYnvajClGI6/fDTmEe1YDBiDU+HBbh4dSvqFkplQYIfkCkPEnQyPdaY8poZLXz 2l+g== X-Gm-Message-State: AOJu0YyQ0+ChjVylaJ9J7mI5nwdC1ck6NKd62Ku80J7PyB9pcfVSwPdG byadDFthEMuhuzX2C1t8ZDFMngf7wrLHwM8oy/1Qg9h51o26Ti+4SRb8UA== X-Google-Smtp-Source: AGHT+IF/CrF8gc9bn/ysEe1/WPvbqp/2TXKX/Hx0nrwHIP1n6i9KJyPulP5scKS9NjcEeZmYsAra3y5m7g+U X-Received: by 2002:a17:902:be04:b0:1d0:401c:4f3 with SMTP id r4-20020a170902be0400b001d0401c04f3mr4428310pls.67.1702579912198; Thu, 14 Dec 2023 10:51:52 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id k10-20020a170902694a00b001d049ef0c11sm796550plt.2.2023.12.14.10.51.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Dec 2023 10:51:52 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 14 Dec 2023 10:51:52 -0800 (PST) Message-ID: <657b4ec8.170a0220.c9f3a.9edeSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id A62A9605C311; Thu, 14 Dec 2023 13:51:51 -0500 (EST) Subject: |SUCCESS| pw135193 [PATCH] [v2] net/iavf: fix no polling mode switch From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/135193 _Testing PASS_ Submitter: Mingjin Ye Date: Thursday, December 14 2023 10:33:02 DPDK git baseline: Repo:dpdk Branch: master CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e 135193 --> testing pass Test environment and result as below: +--------------------------+--------------------+ | Environment | dpdk_meson_compile | +==========================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +--------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +--------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +--------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +--------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +--------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------+--------------------+ Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28622/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/