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 09FC845DA5 for ; Mon, 25 Nov 2024 19:01:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 03F6F40B90; Mon, 25 Nov 2024 19:01:23 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 5A08340A72 for ; Mon, 25 Nov 2024 19:01:20 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3a7750318a2so18193455ab.2 for ; Mon, 25 Nov 2024 10:01:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732557679; x=1733162479; 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=dHGS2yFABLXJsNnQqXc4hB122jhi2W/bFHB/9d5taps=; b=OqPPy7orHYDUnH5duiozBCTvdAZw2dRXosDpiOhF4hlFFMmFj9IDmeaaVVW0EpZN8f 0eAvWBoB9wGCXHvNFBuX0nE1tZYpwbu+HnTsk34tDibsBdCMiih6TGXd9sX/Rfoc+Pve jxOg/NDdTFKA8SMY38TvyfRh4YnfUirqYWoZY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732557679; x=1733162479; 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=dHGS2yFABLXJsNnQqXc4hB122jhi2W/bFHB/9d5taps=; b=WKlfNAHRUgPg2KGiXCaTRgH3r2DJPOj4HMNG2WPqW8M/M1PqW8kaym1vx/gKTKEw2v Dd7CMd9QtT19ZxZd1nxnPnxolQYiJohPRXrYjcfceRTQiFKVa6eCaCP7BfSFjW27YGOF DzZ+6K+PMOqcIICjavYHHiK6y7oyzJaciCe/jfJYv+u8rqTTZQpjsDhdxnC2u81yEcMP 8ZlKP1HeB5jBv7yGeFXX4K6pFFOsftMBO6xEgGZ+UYeEnZryXsDvRJSboK+IYsC56+6Z +4NbQ93FuEVtCQHbE17ZuUh2rOXUEvnp629bGrsMNgxoYPq/72wFFR7oxY8Dez91hFIb N1DA== X-Gm-Message-State: AOJu0YyFpNk6N3Qg/d7lx7n+Q8j+jebaFfZHfUeKR04Q1k4EgnvP0irh 5dr7YTzFQwa4f6Eb2ISlmwB69XXGmJRvt8jZ7F5BLTGIyqFo9563DEPodVtBhk+j16BnJf6UKMh pHciPVupfbCrAHJzEvvlVIyk+u17bX4edUTmqUg1X X-Gm-Gg: ASbGncvcPJ/sY5XU9/rwDLGXf9kBfySbRmFu/rZGwXj0ZBQLOp1FY/xi8aY2gcDKwpN 0Rs8Z4kTTpTGZB0L3z8aWCLueQPLxDbv7qKrPIWm9dhtJDtNKgUqMAq7YtTvi55nJFdrAL3/Pwi 0FAb5v2YfkUYwqu3J5Pir6hCsJRKVFXznC1+X3NsAIJVY13SVf1HzIfmWq1Vr1ddXyvsaXWyq1R pMi7qpfcHa+TyfjREQvHBPrkrJFo2QEyzk6/VGCNhu8YyHeyJXkAM+ZjLO6TWI+M4F8IOo= X-Google-Smtp-Source: AGHT+IEqgGJKr9J227BdNXiJYxOeAYwnQz/UBQKIbrQ81PO6Af3KN+s/FMXFEbfjwcIpKhd000mE/yfda6zy X-Received: by 2002:a92:c269:0:b0:3a7:70a4:6877 with SMTP id e9e14a558f8ab-3a79ad0ce76mr130361205ab.7.1732557679661; Mon, 25 Nov 2024 10:01:19 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e1db933510sm277405173.8.2024.11.25.10.01.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 10:01:19 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 10:01:19 -0800 (PST) Message-ID: <6744bb6f.050a0220.36081e.29f9SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 2EC446052471; Mon, 25 Nov 2024 13:01:19 -0500 (EST) Subject: |SUCCESS| pw148832 [PATCH] [v2] vhost/user: clear ring addresses whe From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241125034235.2110875-1-zhao305149619@gmail.com> References: <20241125034235.2110875-1-zhao305149619@gmail.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-compile-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/148832 _Testing PASS_ Submitter: Jianping Zhao Date: Monday, November 25 2024 03:42:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:07e3bebf3c93750c52ed9be87edd212fbc22da0a 148832 --> testing pass Upstream job id: Windows-Compile-DPDK-VS#4202 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile | +=====================+====================+==================+===================+===================+ | CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 39 (Clang) | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Debian 12 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 39 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Fedora 40 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | openSUSE Leap 15 | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | RHEL8 | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | RHEL9 | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Ubuntu 20.04 | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Alpine | PASS | PASS | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | +---------------------+--------------------+------------------+-------------------+-------------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) 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) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) 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 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 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.1 Kernel: 14.1-RELEASE-p3 Compiler: clang 18.1.5 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/32008/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/