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 0488545D27 for ; Mon, 25 Nov 2024 12:11:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F346A4067B; Mon, 25 Nov 2024 12:11:08 +0100 (CET) Received: from mail-qv1-f100.google.com (mail-qv1-f100.google.com [209.85.219.100]) by mails.dpdk.org (Postfix) with ESMTP id B0D14402C9 for ; Mon, 25 Nov 2024 12:11:07 +0100 (CET) Received: by mail-qv1-f100.google.com with SMTP id 6a1803df08f44-6d41864d745so26938386d6.2 for ; Mon, 25 Nov 2024 03:11:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732533067; x=1733137867; 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=DMYeKRMvyh14IdidlKmeGwhMriDJuWI5IqyweXDWEto=; b=daPLh7hy+O/kOFU7gsDvIyMzP/3KmJnyX7Xa67D3WYOxxAjYur9pWORECMJKvIuG3s cBamjjfjB9X6utxJjJ1I6B2vpsh34ijJBEP+I/GNAYHtqxIC/JDuaILZYkKa5+/oEv5Q z6MNuTJvSUgCBjMco9asfLAr6fhL4pXgBXfNw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732533067; x=1733137867; 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=DMYeKRMvyh14IdidlKmeGwhMriDJuWI5IqyweXDWEto=; b=f9HJmmmjMoIqJbd3M3qp81YQLgF8NNwndurbdYfjpxyXsbiWlgin9Fk/P7NO3nrHHn dUSx7eh7RChqU+cXcRV3ajo1ID9UaVuGR1sM4poED+DKvpYExG0/98UQCjt4LuZYNK1U 5ZU3MQbc94XDFwuHjzC/zpVKoEERJ9X1XZ606ODS2TT+vzbqhRqdNPp1KtwHIi8byM3C 41T1T6RRTRRLbgK1RRMRZ4GQO0bpeotcK/NLl8FVbCmE2p9JjDCl9DmkDsfoAcFjKEA2 Apdd60J5od3ERnfs8bQ0PZKCd+tQ3XD5OpVs90r49HhQRGbeMx1xzd9Xgt3RhYlRVHrX Wq1g== X-Gm-Message-State: AOJu0YygE/mGXCWH/9Y6eJQsReb7j9iITinLlvlI/dcnuHeTqWCptft0 T6pu7DEAT0Xbxxkw95l1N2EYH6J+qATLrNq0D12j3jG/RFTFlP85tqMB8nbO1kyqqZiaCmY22eH 4cXuWZ9qtInqKXP+gtaVsQwsfvv0IoiiprNmF5ZRX X-Gm-Gg: ASbGncvYFDtxpAcyq8bERkfD6tEyYVWJ9MfSnkqvgNMY9v5fdh4O3aFv8HpIo6KlxRg 6IVd0eA/jFN3h5Yt1BAtAuY95EUdwtLgKjh68vUSTeyGhFu2gTF3afwaYX5ZMm/o5HQKLPP3wx2 8NKkKFX0CEycc4+kiqyzF+MOuQXxT6omi/8QL77UGIV+uPn1S0fq4J2DvAleDWpQt13JnsPD2mb 20bQiVzFbKh6mXytCha/jLYRkrIW012UZXlaQJOCSwzPMYRImkXN1dqrF4+ThusuItlk24= X-Google-Smtp-Source: AGHT+IHXSs9g6s4PLxcOy61/UT9xk5Ys27v2+0BuGD3tdpqAdVc8AoOMv7wfkuJ74pkfUXJD3onfkf40Gsp+ X-Received: by 2002:a05:6214:2528:b0:6d4:c6d:1806 with SMTP id 6a1803df08f44-6d450e7b112mr205057396d6.17.1732533067134; Mon, 25 Nov 2024 03:11:07 -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-6d451abbcc3sm3951676d6.38.2024.11.25.03.11.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 03:11:07 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 03:11:07 -0800 (PST) Message-ID: <67445b4b.d40a0220.1128f4.a2d4SMTPIN_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 B5CDB6052471; Mon, 25 Nov 2024 06:11:06 -0500 (EST) Subject: |SUCCESS| pw148833 [PATCH] [v3] vhost/user: clear ring addresses whe From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241125034550.2112273-1-zhao305149619@gmail.com> References: <20241125034550.2112273-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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/148833 _Functional Testing PASS_ Submitter: Jianping Zhao Date: Monday, November 25 2024 03:45:50 DPDK git baseline: Repo:dpdk Branch: master CommitID:07e3bebf3c93750c52ed9be87edd212fbc22da0a 148833 --> functional testing pass Upstream job id: Template-DTS-Pipeline#198637 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32009/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/