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 DAFE242C50 for ; Mon, 12 Jun 2023 19:54:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D77E540698; Mon, 12 Jun 2023 19:54:21 +0200 (CEST) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 72D1440698 for ; Mon, 12 Jun 2023 19:54:20 +0200 (CEST) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-1b3db8f3d07so5244915ad.2 for ; Mon, 12 Jun 2023 10:54:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1686592459; x=1689184459; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=pqFIqbirUg07bqgt//dBAn6xkdfO1dYNhEboKxKYrUk=; b=JDdXo8b6UkXgzfkl9kPSgS57iJ6YewO2teEBg7x+myBglW4iBk9BeTh/ZjEM9MAV3D PfTw1l77dd0nBEnG4dXK41si42jnJvs8/jkEaEt9fep1htBSLfn/RFcH7ogalGbErCOB 7tdE8KSgZa/QnaM2QEDTJZUVEe4qwoGJJFKEw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686592459; x=1689184459; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=pqFIqbirUg07bqgt//dBAn6xkdfO1dYNhEboKxKYrUk=; b=fix8AIZidTt+96bmGC0g4Rr8yW7wPCMgKredHSLRvLtwJHRc70z5IbRxjlz0g7mgns dbufrlajCiwQPG+H2PrEBcopARthfu7e4Zg4cZL8HeluBTk5tJDKjwSbpMXVJSrfN7uE thjxK8GjrO8RZVBfieqLuds6tlqH5NWbKVVSoMFI0l9cOc709aNmNTIEAe3HILD0+nvP XfiSQbReZWI13B8BrhS7FMFicuORSJfkVmPozV/SnLNm4WfrEAWbNVU6ULKFBSTFHLU7 LfaQd76rYTHqYKc/PRJX9nF9hjkz4QAqrMwswen4x9ld0673VJGkC59oSqqag8D3+QUG b+Hg== X-Gm-Message-State: AC+VfDwRSwGnRv+byiwlMi3XsfpnlX1HChTt3qvznR6QoCKOjul4oXTH vXW/hAHNh8GxlHpqotXrwEOZABmWw6KidBdsItZ46PDqZjMxUQ6FENAUKg== X-Google-Smtp-Source: ACHHUZ7eN+eiigycEmJQoU7b1U6yrPIBmewcbNyVgsSZxLD/gwE8GA5Z6kxcQmTCgl8HJXHf4P6PgFfdG6bT X-Received: by 2002:a17:902:d887:b0:1b0:6541:91c2 with SMTP id b7-20020a170902d88700b001b0654191c2mr6982950plz.63.1686592459678; Mon, 12 Jun 2023 10:54:19 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id h8-20020a170902b94800b001ae6349056bsm576007pls.91.2023.06.12.10.54.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Jun 2023 10:54:19 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 12 Jun 2023 10:54:19 -0700 (PDT) Message-ID: <64875bcb.170a0220.d95e8.d49eSMTPIN_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 D5A466052472; Mon, 12 Jun 2023 13:54:18 -0400 (EDT) Subject: |SUCCESS| pw128504 [PATCH] bus/pci: fix return value check of device 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-aarch64-compile-testing Test-Status: SUCCESS http://dpdk.org/patch/128504 _Testing PASS_ Submitter: Chenbo Xia Date: Monday, June 12 2023 05:11:27 DPDK git baseline: Repo:dpdk Branch: master CommitID:abb4cc0efc1b0f7779bbe3e24bcb362146351c6e 128504 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ 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 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 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 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) Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26627/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/