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 ABB3D45DA7 for ; Tue, 26 Nov 2024 04:55:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A0E104025F; Tue, 26 Nov 2024 04:55:22 +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 DA88B400EF for ; Tue, 26 Nov 2024 04:55:21 +0100 (CET) Received: by mail-yw1-f228.google.com with SMTP id 00721157ae682-6ee994218d9so46162747b3.0 for ; Mon, 25 Nov 2024 19:55:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732593321; x=1733198121; 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=JwZaSXDlmcI4TeJiPYBlk2ys8oPIfFJR7q7i4qmdh08=; b=WyiYYBjeQ8LlIyo3GlEy0KAtoOz+LUI0is1Fh/LYSD7ydUtOXYu+DS0VqH/Tzrtb6Y Y0Ktc36CjHKwvA0/xLgMRCDmwNguIsCEN5fzV6fnDggdanPYvNM4JO3e6gMZCc3gRabe qM9vjUg8t/91i01+rewUGvy4mEsnwB1ROFf2o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732593321; x=1733198121; 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=JwZaSXDlmcI4TeJiPYBlk2ys8oPIfFJR7q7i4qmdh08=; b=abe/8inXdOeHlHLUlyY9pU4VKOT68ZbGfhR7xB4/EU91to9Ogzk3gwG0B2a4/J5Rqr h8Ak+B5MYL9ApV1dX4ikTjxJoaPU5n2gYoJu8bg09QCh1ck71HeRuz4wY8prL2IIR2HV MP5dwCAtDgYA3a4hARgHaq1USYvfm8aH8108PmE8XY5GCqn8AAOlUOZheiFB8RaZ9WeM IPnSarzDiZ5q7pPYodOEVu8JHsGSqupye2xHT/tulQLxc8qJDewPA+pDgSvlV2X2YADr jkXA1iUnVrO7r3q6mQfTcQsCOR0TcxkOQFwwD2s0ByQSIQ0WAIO6RaQqYmcJY+B2cF3i tBWw== X-Gm-Message-State: AOJu0YxxacVy3Dv3cclIMgi2ssOjjCQuUOnkDfFMP6RO36G24962bVP+ u/8ISoIBkjlbXnNDL5it10TRRhTIjSu8QKJvIMdzqnyRgi+IalYcw9ghISkJKFm//smjkszKKoW iKbbtunrxbrv2/Cc7z7HL5yfCwvHrtK7nQvwIVykGDzzyA/7WQEH7rTME X-Gm-Gg: ASbGnct2LRriF6m1S09wLmgRrrSYE50rrwgI8btpyHSQMMtk297wI39sN65vW8AJMOt 3o4zGqAbn18MshiVMblja0fEV+1WQHBec/ZNttODa8yJIX9bsRDxxI3+x9PvFSgGyjU6iGVwTSn okZ0nCV8n4cC2xCR4tpg7GfOPjbvD4rN2cmsPIekxq4oufum+Y01RSF0R3xmou2TZfjiVg3D+Br Y/e7LJhLnNwKh+/vppM6oLT0tDzzJi0wlBbuSGGgjZuF0FKmp5M5UnTiAzZnt7TW4PWnantOic= X-Google-Smtp-Source: AGHT+IHedf5GVITvJqfzF83gwK1mO8x6YvZICDWBrk7NRyGzDspG5B8FPoadWpM7tnaAJx4oma7UiVmKj1EW X-Received: by 2002:a05:690c:6e0d:b0:6e2:ada7:ab89 with SMTP id 00721157ae682-6eee0a4ec7bmr167373347b3.26.1732593321253; Mon, 25 Nov 2024 19:55:21 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6eedfe1539fsm2326527b3.2.2024.11.25.19.55.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 19:55:21 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 19:55:21 -0800 (PST) Message-ID: <674546a9.050a0220.e2d29.f09cSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id DD1236052471; Mon, 25 Nov 2024 22:55:20 -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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/148832 _Functional Testing PASS_ Submitter: Jianping Zhao Date: Monday, November 25 2024 03:42:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:07e3bebf3c93750c52ed9be87edd212fbc22da0a 148832 --> functional testing pass Upstream job id: Template-DTS-Pipeline#198839 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 | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 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/32008/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/