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 6000245D5C for ; Mon, 25 Nov 2024 14:41:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 388EE402C9; Mon, 25 Nov 2024 14:41:30 +0100 (CET) Received: from mail-oa1-f97.google.com (mail-oa1-f97.google.com [209.85.160.97]) by mails.dpdk.org (Postfix) with ESMTP id 8CE02402B5 for ; Mon, 25 Nov 2024 14:41:28 +0100 (CET) Received: by mail-oa1-f97.google.com with SMTP id 586e51a60fabf-29687cd1924so2289513fac.2 for ; Mon, 25 Nov 2024 05:41:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732542087; x=1733146887; 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=kYVxQp2ihtfeqcosy6U0uhq4JIJI4jO4g/Hya3nf8UY=; b=g0USBSdA4shJM49hRsaXuu9BfmyKsVcLXNgtzMhzCc+Xwi2qDWJdI0CEgKQ8SSX7F1 0EA2ZFYRCSi6ZLdJfeU7a9XzVjaQFnUxZtKsLGaHpTtxhnfaaqMHXCfgyfFXozNcPZ8T E50UYiAyxq54MCHRcd1OGAKxLvIY5plpS6nRk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732542087; x=1733146887; 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=kYVxQp2ihtfeqcosy6U0uhq4JIJI4jO4g/Hya3nf8UY=; b=brzDn95kEth+TFU192GLtjPwU56AcUSsV44Yo0Rna6FATVCfII+RPCW8GVpGPi/10G CCpVutc/RYWILrUyqEKc3TNVOsZqEsatqzLSLBx6pKldo/nA36ygg6pnodFq2VmnoxfC ub+cUOn/PTa6DPJSCsUlkqaKz8XESy5KUCITH1Z/YNV3jUsOHXSMKkFMlUTB3jqnEeW5 a/DqQfIpEVAQJT2kBjVuPuw/0A7giTi0FUd6HplF52R14LWAn91cOVTkMRtcKfOk8LrW yZCf+wXPslpkChrjsJGoZVcKUFTQdWQCCwSWaRuDmzkHCS90xD1nz69fV5cuYpYmCU0c eTgw== X-Gm-Message-State: AOJu0Yzf978sEgdVoQfTYOytHJAKdUTYUnu4GSAhmeVtMBOO0aWmhKP0 PqW5ycDILPZ9A33zY6IeYyucKXOjaY/CmL4lI9GdjYZOkwriQRx+4wg7ZVBt4cs95CAfw05+yY7 WwKTr4Yrjtqcnt5s+Ce8uKbdduj7S2b2xXb1VmkMd X-Gm-Gg: ASbGncur90tW6MPN3WXpK9es3mOJSjTR7xxxBY+zBzO6eAVpLWPUXx5iVC+aCGQsNdK RzL7WBlFgC6dH3ORXFiaRjkLxgaLq2IBdeV4f+gMbdjBTTsS6UDwpJyt+e2Z7l2oxsm5oAKVFuv j7FTzWLrbPWUvXKNtTyqi5GZt3TBRKxLqICbtnm1BdxYeuvLYCmxB3B5BQOSapUnOJQVuTtzo5D W+S6sw9IoQ06DjiAcdlBHrJ/+l4EcseYeN6PosFYf1t4yxuLNfxZpbcsLjWv72qaIX+ZdY= X-Google-Smtp-Source: AGHT+IGXZh7z0F226dWHZZUcCJDYLNXA3CV4uuU4QQumoD4eDyyf6h5E2RMO7byzFfVZ6OEBMowTWW3650IU X-Received: by 2002:a05:6871:114:b0:25d:8d4:68ab with SMTP id 586e51a60fabf-29720f71e74mr10863679fac.40.1732542087633; Mon, 25 Nov 2024 05:41:27 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f06976916asm231923eaf.8.2024.11.25.05.41.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 05:41:27 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 05:41:27 -0800 (PST) Message-ID: <67447e87.050a0220.242e61.e8f6SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.213]) by postal.iol.unh.edu (Postfix) with ESMTP id 1B3FE6052471; Mon, 25 Nov 2024 08:41:27 -0500 (EST) Subject: |SUCCESS| pw148830 [PATCH] vhost: clear ring addresses when getting From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241125032759.2105124-1-zhao305149619@gmail.com> References: <20241125032759.2105124-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/148830 _Functional Testing PASS_ Submitter: Jianping Zhao Date: Monday, November 25 2024 03:27:59 DPDK git baseline: Repo:dpdk Branch: master CommitID:07e3bebf3c93750c52ed9be87edd212fbc22da0a 148830 --> functional testing pass Upstream job id: Template-DTS-Pipeline#198685 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/32006/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/