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 916E945D22 for ; Thu, 28 Nov 2024 09:28:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C7F64066D; Thu, 28 Nov 2024 09:28:31 +0100 (CET) Received: from mail-yw1-f228.google.com (mail-yw1-f228.google.com [209.85.128.228]) by mails.dpdk.org (Postfix) with ESMTP id 0B1CC402EB for ; Thu, 28 Nov 2024 09:28:31 +0100 (CET) Received: by mail-yw1-f228.google.com with SMTP id 00721157ae682-6ef0b1026f1so6094507b3.1 for ; Thu, 28 Nov 2024 00:28:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732782510; x=1733387310; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=9ikSVnYAzQQG8kmdFnNUMtiU8ZyxfKgaObK4InJsqks=; b=NK4rPiWz98iPK3Kvc70B+2RjGDtwnoM2kwuph/n2d0mU3em/uu3+wu6DhaZghGKq1G ZZS5t9/GN04HrQwUJ54P6lxZdWi86J3OwS0T1O0607blUeqoaq/VhMM6q2H8pkQzsFAF 41zuV5od0VMKxED9HfsUd9WIHxarhDLS/JG4E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732782510; x=1733387310; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=9ikSVnYAzQQG8kmdFnNUMtiU8ZyxfKgaObK4InJsqks=; b=WJ6aev/afw9hBHbQIBf2cuSkyYD1/Ip1Bl4tkHjro/1BQopkn1aCKbqrIszp3jGjAd orNBC+Egc+PwqTWUIEnrtOp44YG7U6t2kzPJjX+fcc06ZmJ/B0icz0h/LnJrOKYCnEm6 twKyHh2rBwmHadZK8lJclJXLdVZufpRpcuTTCa9+6aE2pqIS/ftXaoWPeYZv1ySz3YAq BuKCL7Hx1+ivStBoOtAW3C62b6e7Dss7BAFWQDXeJIfr6OgNe/93ZjBV7HXOlZJwNcR1 ebNDAj/MVF8IDljDox2hCmvwf7jQ4lkAm1Cgw6ixf5+MARHC6AJAPM4ZDSWVxD8+Ijmi /wJg== X-Gm-Message-State: AOJu0YwK22Gwqyl3/eH9swv7R6YgNVR+rOEhwP4xWY5TWtIQIQv00lL8 BPCCyiUqZSRx3uPuqhN6zGuotk4VDo4dVrU3YACBVr19QMJznstJ9i+CVbU/OkzKquT9Kf6g1lT MUdkzGdVFPrWf7U3eCmOoVi95d+aqyA2/3EnsCX41 X-Gm-Gg: ASbGncu2eFWHL0lTt/TaUdpsftovJ2wGL/IPtKu7Mk9H9BMU7ed3yLh2anTeZSbVfVh I8wd8mHjHyonQm+EEV5xDq3KbadZGUjKJAzXSdIeco2flh+xgJRYBT7C5Iyx//hVYGcXxHr+JYT 3O0Nt2onRjPhbX6O8V8OX0qyim5KM/xD4MbAi+0TnXP2mc0nQKplH+l0wLMETxewDt+imY2aHLw pn2Wqa1y28e/7rJTETDSYtTdZoszYwss5EdzVCij1P2kZxaZtj8Bz+JLSNFJ2ImA9B/oAI= X-Google-Smtp-Source: AGHT+IFgXI5tuqCClKoTXnXoreBJH6TNiUtR2eBki4BztuQO35i/m3JKzimpJDXnMZxytSMr1afNXuAPfsKM X-Received: by 2002:a05:690c:6212:b0:6e7:de90:3142 with SMTP id 00721157ae682-6ef3727758amr73254907b3.29.1732782510444; Thu, 28 Nov 2024 00:28:30 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d8754283e5sm413676d6.73.2024.11.28.00.28.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Nov 2024 00:28:30 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 28 Nov 2024 00:28:30 -0800 (PST) Message-ID: <674829ae.d40a0220.104ee1.2e58SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 1BC1E6052471; Thu, 28 Nov 2024 03:28:30 -0500 (EST) Subject: |SUCCESS| pw148934 [PATCH] eal: fix bus cleanup in secondary process From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241128054829.1453-1-ming.1.yang@nokia-sbell.com> References: <20241128054829.1453-1-ming.1.yang@nokia-sbell.com> 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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/148934 _Testing PASS_ Submitter: myang Date: Thursday, November 28 2024 05:48:29 DPDK git baseline: Repo:dpdk Branch: master CommitID:4843aacb0d1201fef37e8a579fcd8baec4acdf98 148934 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#295986 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32050/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/