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 C634D42C98 for ; Mon, 12 Jun 2023 15:49:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A37A040698; Mon, 12 Jun 2023 15:49:18 +0200 (CEST) Received: from mail-yb1-f228.google.com (mail-yb1-f228.google.com [209.85.219.228]) by mails.dpdk.org (Postfix) with ESMTP id 8136C40698 for ; Mon, 12 Jun 2023 15:49:17 +0200 (CEST) Received: by mail-yb1-f228.google.com with SMTP id 3f1490d57ef6-bc4e167c4b2so2309282276.3 for ; Mon, 12 Jun 2023 06:49:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1686577757; x=1689169757; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=uIwlSqCeqjG9HNDV5Cjot5Re7qazBXr53g2rHfTioqA=; b=QnaCdsgwfJn5x36HjIn0HFdvBq4cFy6dQapyJgP/RV2Y7fhgz3uGNHib2wifgGd6cP Hg+Etl7QG3HUb7cTcIHWbLGplH4PyAVVU6wXPQsR7qt7SaRMbo1M8O2pbCgvvxoejEM3 N4VuOf1/Q1VL2IzUK4xgVVNSRB0bdCFufrtyM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686577757; x=1689169757; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=uIwlSqCeqjG9HNDV5Cjot5Re7qazBXr53g2rHfTioqA=; b=ZY4xG0GZTHcz7LDoNrEFzrN/R1t83Np23N71gHK/XRVe0IbAwnH9a2yIYARpHaRREp dPRSbaPLT716BIHebbAeV5sBNnmdviJOsCgFJw5YS3hVG7hdaM5XGEzodtJSvxo+zyRd M8bWOrMe3i7LGgLncEx8vFHVRtKCloAyp412Ur0i3AyaCtb+Rc8gI3ym6FcuwjW9a2c1 pV0eSXz/ZujtBzctAXxl9O5KCU2rUsTaBZwHGsFRhivhd0LxKoqHhYJv0IcLBWHF569M B7tC8YK9t6miPk3qgzNthoe/fGK5cuq1bVnerLKbGqhcpUpd6OgzC8OKVkzwQ9xCKM8h 8YjA== X-Gm-Message-State: AC+VfDzlilfiLl78Qf4YwH69tAPJW1Rg5Y/fGzsw33CpC90UC+2zR6F+ LcEpKkRTQ9xiFedbHrjASuSDCx7EU7litf4U7mS9x6NZBVjazI5lEeiDKA== X-Google-Smtp-Source: ACHHUZ5OWRu/9iyfRJrZgBc5/IoelYq2ZzTPv0L3hN8tguLa+Fq3j+47Im+Mdh+/P6IcdslTsdDDPEkunBJ4 X-Received: by 2002:a5b:dcf:0:b0:bb1:f129:7951 with SMTP id t15-20020a5b0dcf000000b00bb1f1297951mr8436728ybr.18.1686577756886; Mon, 12 Jun 2023 06:49:16 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id l186-20020a2570c3000000b00bad1c49521bsm1157948ybc.29.2023.06.12.06.49.16 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Jun 2023 06:49:16 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 12 Jun 2023 06:49:16 -0700 (PDT) Message-ID: <6487225c.250a0220.243d5.324bSMTPIN_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 77284605246B; Mon, 12 Jun 2023 09:49:16 -0400 (EDT) Subject: |SUCCESS| pw128504 [PATCH] bus/pci: fix return value check of device From: dpdklab@iol.unh.edu To: Test Report Cc: Chenbo Xia 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-abi-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 | abi_test | +=================+==========+ | CentOS Stream 9 | PASS | +-----------------+----------+ | CentOS Stream 8 | PASS | +-----------------+----------+ | Fedora 38 | PASS | +-----------------+----------+ | Debian Buster | PASS | +-----------------+----------+ CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Fedora 38 Kernel: Depends on container host Compiler: clang 16.0.3 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 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/