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 89E054366C for ; Mon, 4 Dec 2023 18:37:27 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 84B61402AB; Mon, 4 Dec 2023 18:37:27 +0100 (CET) Received: from mail-yb1-f226.google.com (mail-yb1-f226.google.com [209.85.219.226]) by mails.dpdk.org (Postfix) with ESMTP id 58B7F400EF for ; Mon, 4 Dec 2023 18:37:26 +0100 (CET) Received: by mail-yb1-f226.google.com with SMTP id 3f1490d57ef6-db54ec0c7b8so2601559276.0 for ; Mon, 04 Dec 2023 09:37:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1701711445; x=1702316245; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=WeqVxLjH9ED2w4AsE+obpxaBDt9TeNUMd/cBaKHtxmQ=; b=Mb9tQ82tHGn2Ga1rrlFW4Rxhn/cxPTvaIrtYvS8YtGA5G30LLpz4hXW0PL8oFIQODz xaE1LCN5qGQlUsryx4Gd2ItOmtECBCXWqtr9MHMck0Lb6/dyuidCEzGcg/Ju7zUThJSH geviq8ckmujuPtPLLSquVLCZmAEWF+qO8JNpM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701711445; x=1702316245; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=WeqVxLjH9ED2w4AsE+obpxaBDt9TeNUMd/cBaKHtxmQ=; b=uS0wQ+FKBgXvrnxKdT/iTbu9SBy4ijTWhBG/iCMb3os/vdJ8Lw+IWhhHJGVXpxlvfO xA6GQePxRhKYweXg+3gXBIG2Om5YrmgUPWz/fi0Wc1dkSw7C+Jjs6wUEV0vsmDq/lG4G kX8Mx55Nabexj1f5Km09NjBL39czJXKFZXkKSrIWzwKKWN1dfmmCXz94u0MGK6Y4HWWb unKD1SkqitILJvGjRCIjmaHUwQyZOn7SPqbptZ0SrH5CXuB1YFL3jPXOJSiFTlae1na1 U8WAVi+7g6TU5URefB8loRJ89d4xGsIRhfFhCIhNuoa6F9zQphPsE4Z5w51ai/c12hhs M4GA== X-Gm-Message-State: AOJu0YzVZl0tBqxPfL6ZwqdbFEy/xrnX3wWnFaNAdGDIWUtVQnAte+Uw +tBANGYCEDgaaPTSNeKL/OzOOjOVZ9/rkldPcR2e+Co0SPXGNQfK97OlJQ== X-Google-Smtp-Source: AGHT+IG0Yh15U5lNIyrWHuD6E+M9gK7TUxnNYCWo+jV8Xo9iDJMhIHHBHxNM70ELuuGLhySDhGEzDVno1ykd X-Received: by 2002:a25:a124:0:b0:db7:1bac:5aba with SMTP id z33-20020a25a124000000b00db71bac5abamr86519ybh.13.1701711444326; Mon, 04 Dec 2023 09:37:24 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id q184-20020a2575c1000000b00db537c73454sm668884ybc.11.2023.12.04.09.37.24 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Dec 2023 09:37:24 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 04 Dec 2023 09:37:24 -0800 (PST) Message-ID: <656e0e54.250a0220.55676.7b66SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.215]) by postal.iol.unh.edu (Postfix) with ESMTP id 6CF676028CA7; Mon, 4 Dec 2023 12:37:09 -0500 (EST) Subject: |SUCCESS| pw134781 [PATCH] net/iavf: fix vf startup coredump 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/134781 _Testing PASS_ Submitter: Shiyang He Date: Monday, December 04 2023 14:09:40 DPDK git baseline: Repo:dpdk Branch: master CommitID:c858f006d1f7161986c88847259a400d8f80d81b 134781 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | 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 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 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 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28514/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/