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 63B0A46091 for ; Wed, 15 Jan 2025 13:03:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 43A77402A0; Wed, 15 Jan 2025 13:03:33 +0100 (CET) Received: from mail-pj1-f97.google.com (mail-pj1-f97.google.com [209.85.216.97]) by mails.dpdk.org (Postfix) with ESMTP id 19FA44025F for ; Wed, 15 Jan 2025 13:03:32 +0100 (CET) Received: by mail-pj1-f97.google.com with SMTP id 98e67ed59e1d1-2ef748105deso8272142a91.1 for ; Wed, 15 Jan 2025 04:03:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736942611; x=1737547411; 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=wxZDewuPHI/pSDmLbVN8rPyQ28FATjdTRyqu6cEUZk0=; b=XLFHNKTo99rmL6GeOzDXCDwWcQVE189KJLePAL1AQi1LOM7uPb9KIi21pY0Ctn4YDc XrkkY7BfGIYKvedRVjsGvxtO9QPzq0kyiszvI2UN5nwva86oJTHG+mHMmppfRxkHrlIm uANU6H8PkZv8h9BlU9GEnoQ+9Dtw5C0Q/A5j8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736942611; x=1737547411; 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=wxZDewuPHI/pSDmLbVN8rPyQ28FATjdTRyqu6cEUZk0=; b=XT77XBQ+UJrXWWTk4tNTr6Mt18IEXWaiRvo2pxU98gUx0TACTPTlnsE3tTNR0ZyUlm 73sx1lpXTuoASpu04/o6bplclZjZvroARrf84uJFj5By1ztT3QYVddkQtHGSAsWxkBmf 039eKqrVozlIZif8kYHmU76GbbN0mx8eEft2vzv2Snae255ejT3g7vNVDEYaiI+MCcC3 woVaI0YHaZrKyB1ysWyf/0pLRkW+v+jS4ZWFxhPDOWFEnaUnsXZh+ISoy+WBYaw1A0Ec 9MEu61djmo/5dK70NpJK9L433QEU7yxmrXk/Tbyqz6Iu7HR5OF6oblK0aflvizxooPEX 0m2A== X-Gm-Message-State: AOJu0YxzqiH6LgIkuMu4CtMnEUq/1Rs5CTfgBIAaT8gxqiadkw7u2cq6 IbldSW07z1LeIlgwSpUoYS//Qq+v2JAYDMncSxVidViznrfI2FKtZSnLtEWMloYICfR3OsDW3cs OlvtICPsCQ+DhvfQ2v4VWvtuw0a2uPG90SpLjYAMN X-Gm-Gg: ASbGnctzsqmLmqw01OiZiyGTbgUPKg4bv3L/8QR18L5a70+VNchX4PGY0yKBILem6Li 8IX/Z64xaOtIwBqWqJ/KE0aNO6JQNiEorCKc8j6+E+TxfOFka1PIfoctp1ol28Dl2hbMnWklaOt R1iC1HaD07kTJv1HYry0kWFu9PGDeymiIQnisZ7nEZjjj/uSNzimq9c//fBSjP89SikpEBIOTqF xNUNUyN82MfYxO/IvSuUDzPQRfHmbYU+njvps6Iv7VHiKBobpxQ1bT1wiZZxylEUye/P2zPExb0 aR9dVQ== X-Google-Smtp-Source: AGHT+IEZ+wGmnwY6QslJscwdwWSMcPaGNf14LO9ccw9c5Kh7TsgdHHPKww5elod4BBb9Mi9AWEmHVEcN+Lnm X-Received: by 2002:a17:90a:d003:b0:2ee:7c65:ae8e with SMTP id 98e67ed59e1d1-2f548eae095mr43112449a91.11.1736942611143; Wed, 15 Jan 2025 04:03:31 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 98e67ed59e1d1-2f72c1cb364sm89228a91.9.2025.01.15.04.03.31 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jan 2025 04:03:31 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 15 Jan 2025 04:03:31 -0800 (PST) Message-ID: <6787a413.170a0220.2d3a95.7869SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.6] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 9A40A6052471; Wed, 15 Jan 2025 07:03:30 -0500 (EST) Subject: |SUCCESS| pw150092-150094 [PATCH] [3/3] vhost: rework async dequeue From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250115102905.2572035-4-maxime.coquelin@redhat.com> References: <20250115102905.2572035-4-maxime.coquelin@redhat.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/150094 _Performance Testing PASS_ Submitter: Maxime Coquelin Date: Wednesday, January 15 2025 10:29:05 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 150092-150094 --> performance testing pass Upstream job id: Template-DTS-Pipeline#207018 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.3% | +------------+---------+----------+-------------+------------------------------+ | 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.8% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.9% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32327/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/