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 1786445DA3 for ; Mon, 25 Nov 2024 11:46:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 14DF940674; Mon, 25 Nov 2024 11:46:35 +0100 (CET) Received: from mail-ot1-f100.google.com (mail-ot1-f100.google.com [209.85.210.100]) by mails.dpdk.org (Postfix) with ESMTP id AFD24402C9 for ; Mon, 25 Nov 2024 11:46:33 +0100 (CET) Received: by mail-ot1-f100.google.com with SMTP id 46e09a7af769-71d537b50beso150229a34.1 for ; Mon, 25 Nov 2024 02:46:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732531593; x=1733136393; 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=oMCoOnH8p8BXjhRscVBDNvRrXRLNjCl/9ss8zH6TMlY=; b=BACC8z2DcdzRmMWHhO4bdf3B4PJZhNqWIA3oLZyeMcTPcaszy/eQhj3n78cIyEHmf0 sqnvoEgPPguB7aTS4HoGGnQ7flhXigBCFHJZKqs+WZJkUkGYihp4jmZk7ynNw/29L/B3 IOcPN76ZhSvXY4xTawHVSqvW1/kPfI6FD66RQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732531593; x=1733136393; 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=oMCoOnH8p8BXjhRscVBDNvRrXRLNjCl/9ss8zH6TMlY=; b=Nf7ZwQNJZ6FIVjNcyNOmhXAQ6rLJ5riTQPP/tDfm70JTatp2lYf6D+ON2Z88fbNDcz NpBeBon6lcGYCgzrGOzLEZD1FZ+kitE2+XtrjYXzyQJtCJhLi+Jyl5BM/mh2Ml2EOBVZ KMXSKPt8/0LAJuootVWXu/I832/uYNBwM52eHh4dR6HyU0YUtz4dKiQQ5i/CQvPrfRYi nbCGETfuoqvfa97hMBmfD/82frPx4uMoU4KoPGK+8C+GqpvME3pIEE6GDc1CsXJun7LG Rn5zg9TawOVShBNT0gNsf0uFeT0YgEWVaaBt0Wk94jSnC+O636kSeK818kVwzjHj6LDc 0WoQ== X-Gm-Message-State: AOJu0YxV1M7u5lg5xjcmdqXXK8k35zd2db3wP7X/aUbUagezzjFqF8M3 995RUtVvCkq30plqdejU91NVnZ5IgkaxfAwO1o7TrYO5cy1vYv4v99TkSaFUeW8eqVPEWjMSmPY fsaaDxGBOVDM6jGXCIaztQkJovXwftBA0k16o8nV4 X-Gm-Gg: ASbGnctl/2ki6CwzE6USnUXlg4Fz6DPjLGo5fiT5Scyu1iF9gFDYDHb72fXXkcatKG3 RQpOGdVKkO9t8tUROTQ5lDl+6GNXY9QvXKBhGYWUye1AFiTMJ8seeizFBUW2fywp4ee4i5ufl3N 11if20kJWAlmgeFvmFlK3zn16C7IrLpy+iMDhN7OvDgNfvTv8DS/d/08See2euYB4Jv5KhlhcLI qoCVTlBQboUKb1oNg9Z6axOa5sIYEnN8ECtUznUqj3pnmsiqgm4pRDQHds15DrSKftkCNw= X-Google-Smtp-Source: AGHT+IF7SXnXrq/5qjV2L0LN2lnrTdPGegSI4PJP77zN5NWKkwhQn1W+d9DgzE7epwZ645y1fM1IUjA9Mpig X-Received: by 2002:a05:6830:2a9e:b0:718:cc7:c6da with SMTP id 46e09a7af769-71c04ce1f18mr10227242a34.22.1732531592951; Mon, 25 Nov 2024 02:46:32 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 41be03b00d2f7-7fbcc203e4bsm240160a12.12.2024.11.25.02.46.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 02:46:32 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 02:46:32 -0800 (PST) Message-ID: <67445588.630a0220.2892a4.f5a8SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 1F6706052471; Mon, 25 Nov 2024 05:46:32 -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#198635 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 | +-----------------------------+--------+ 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/