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 2EBEF45D31 for ; Mon, 25 Nov 2024 13:02:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0EE8C402C9; Mon, 25 Nov 2024 13:02:23 +0100 (CET) Received: from mail-pg1-f227.google.com (mail-pg1-f227.google.com [209.85.215.227]) by mails.dpdk.org (Postfix) with ESMTP id 879CF402B5 for ; Mon, 25 Nov 2024 13:02:21 +0100 (CET) Received: by mail-pg1-f227.google.com with SMTP id 41be03b00d2f7-7fc2dbee20fso678727a12.3 for ; Mon, 25 Nov 2024 04:02:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732536140; x=1733140940; 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=7GfcHJzdFeZS5spKUfw+wtfKPJCWhvVCA3EzRCucLa4=; b=iREFlVGtN9e3JJOGaGH73dKX1wBc10aFX4rsM36nS7Iz8G3pnC4KqnuEZ7p8X1grOB iIDm3ec1+/gUnDIMbUoDiT9FokEgrHSJ9HawKUtSJwZUASDhA1i2xpO1Fa3gbAHZyG90 HlemENsW7Bcnz1Wmmd9RD2YHkovHbQKGuLh7I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732536140; x=1733140940; 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=7GfcHJzdFeZS5spKUfw+wtfKPJCWhvVCA3EzRCucLa4=; b=g9NVa1yHSNIUM56Kn1YY0U2dHHiIzaBjEuyxwh2wwjXyPYyU9gD+Vw5qtA4POfzpu8 xPkoRLkeNGe7TaJ8cu99ei3Na1SL7n8dJJOg9AMlsuwP6Zd3DFzO0bH189N4LkfYsQ08 iIptb4ScElNXONzOGYnwK10G45Lk62a1DpG8iAm0jTdK+Ybe1GfNc8jTqxxn9NY3wJ6z cXJJpl0cBXd+Yh0el20rRRhbR1cgaRd2TgciPImZwAMgBC34DTrv3JRHmF4O2AQJ2Q42 Ps8HWtASnX7puTk4Uh7ffZORU8DXnli4Z/v9l9/7oyOQebnySrvZlVLLQIHuu9VxnU/C VX8Q== X-Gm-Message-State: AOJu0YyhvWtA2yHkwyLEw0+mE8K5CgJpfEtv5yj+ueqUa0QypYE9BAgg dD/3bmswHEAeIMBAo4pAhow9DtdQ/PBq192Ea2n3Z8Gdk67QD8spQWdoeJzUzd0N7upfjJJWLOr YlByutGcPY6YoWF+xMNlsB8EtHobIegS8PYm0I4yx X-Gm-Gg: ASbGncsvhkrS2jri1NhNydm0q3DW+fUGNParNZBh6ot+jaEMcmyqH3KiMrcDzUx59ik f+UtRbPQFdEyHPER7SmGI49qeBJ0px9UjJzsQqSdwPDkeTo9KRKF6LZpabF/bwOv9AEf9usg+il wV+HBgsx6C3+ws//V+e2EaMZLcN5XaZk3keNNmSGmWgk7D7jD0500ZLTbR/soYDALp+60RZNMbl KC//CC0z+/5+bm6BFh3+bgUeCdDNli6jJ5/Z4ywgsr0WA+WsfTEBSzh1gh3zuPoWqm2/Ow= X-Google-Smtp-Source: AGHT+IFMPPge16OKlz0q/MFvCrWHYti/yz5lTu8ke+XePTtWtrDAwQzzfCYK1+kJJrK/WYUp6ct9NEzDyTOu X-Received: by 2002:a05:6a20:d523:b0:1e0:ca95:3cb3 with SMTP id adf61e73a8af0-1e0ca953e56mr5153784637.37.1732536140137; Mon, 25 Nov 2024 04:02:20 -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-7fbcbfdd2dcsm252280a12.3.2024.11.25.04.02.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 04:02:20 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 04:02:20 -0800 (PST) Message-ID: <6744674c.630a0220.24b7b1.01daSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 3C6696052471; Mon, 25 Nov 2024 07:02: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-broadcom-Performance Test-Status: SUCCESS http://dpdk.org/patch/148832 _Performance Testing PASS_ Submitter: Jianping Zhao Date: Monday, November 25 2024 03:42:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:07e3bebf3c93750c52ed9be87edd212fbc22da0a 148832 --> performance testing pass Upstream job id: Template-DTS-Pipeline#198663 Test environment and result as below: Ubuntu 22.04 ARM Kernel: 5.15.83+ Compiler: gcc 11.4.0 NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps Fail/Total: 0/2 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.3% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps Fail/Total: 0/3 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 128 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.4% | +------------+---------+----------+-------------+------------------------------+ 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/