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 A9421460E2 for ; Tue, 28 Jan 2025 03:31:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A2D7C40150; Tue, 28 Jan 2025 03:31:55 +0100 (CET) Received: from mail-oa1-f98.google.com (mail-oa1-f98.google.com [209.85.160.98]) by mails.dpdk.org (Postfix) with ESMTP id 65BC040144 for ; Tue, 28 Jan 2025 03:31:53 +0100 (CET) Received: by mail-oa1-f98.google.com with SMTP id 586e51a60fabf-29fe83208a4so2615389fac.0 for ; Mon, 27 Jan 2025 18:31:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738031512; x=1738636312; 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=337tEhGNJTlNleP6W8pIPQVWIMBvQXtetJVx0mYiI6I=; b=SYpFMe8McjeyjtkDraahGa8CdvPubsOmRHERLJk5tD6xQtEUTZXRpwB+fTbBMJJQJT t3xRmR8ksSjc6wuw3mmKjnKOzyXK/IRtqYONJEB2LWqt/zC0Fx8yY1ySO86VcYBNTC6U yv7xu0OCRrrqlQ6j/qoEPqnAEWaaaxIH9iB7c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738031512; x=1738636312; 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=337tEhGNJTlNleP6W8pIPQVWIMBvQXtetJVx0mYiI6I=; b=C0mYApsCBEiaFeRXAKODeoPjNeBuhOIFQFc7RxX1/WxVY9l624JQct4WUjAh+k0/26 q49mP08Sxt+wBC1LjRPDc2hd7RHEpqSenSRre4aP18YmrwiiO6HntEA7IRDhyvMtdKWY 2bMv+5gstj/FbvMKIHd7vY7zGNCjUODWr/pI0zZI2hpL2j6mI66hU4HNJ5GGR11S0lK4 46Dt2/2IB4pVqeoyblvz8kVfleP4eBZ15aziye/61i7/w9DrehhN700fjGFCV1PPjd7E V5GWhCY/SDwE8Y4+olTPzHJtAxH9t70rUlt8zyEBxJT7datMGqB0q9dcPSQbWR+eUDEs aMRQ== X-Gm-Message-State: AOJu0YymftL123EFKx4nyT9cx4B1+/dexYKtCneh8z71EOWs0NTnIh0b g2CEtuwBx397Lum0Dwb0YPkShEuipIJAOS5wj2O/MWyMniHIMwofibO3VINCcknYXGtxEIWYjux iq2ZP1e1qBhFt9/yY6/JpDD99Ii6cvGox2oVzZDAf X-Gm-Gg: ASbGncsg1nD2ZLq6jhgrXKHL8u9LRNw42UVD15PywJV721ayrjX4J528lzDDx7LV0X+ FoyTNm4Tbt6lTu7Op7hIcBVNFFBv0bGqQokA+HEhbgdnaiSO3/hSTs+tOqIihh4am0OOdR7nX7p 09XoZNcNE69amYKNhI94vCXoOPgImCv6HWbthJpgzKZWGQUhj7qK376Rehgthto3NIf/1CkqxYs J+pEnyKbm8mxcboBKCfd7rVV2p1/+UZiLSPTZLA7ycBvhoNvsKexdsBKwhSMrXsqWryjnCQnVUa IE7yC45TQKowT/+FgCqBXkbWd8dv6g== X-Google-Smtp-Source: AGHT+IF/huXImWagr9ZUefDVuhJ3r1JNuTO9pxtM0N3rHI85k2XgyFf5SRWC6W4Xq2JOyQQnGdlM/uEnyQki X-Received: by 2002:a05:6871:3781:b0:297:2955:b009 with SMTP id 586e51a60fabf-2b30f2335b3mr920554fac.1.1738031512513; Mon, 27 Jan 2025 18:31:52 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2b28edb20bbsm545761fac.0.2025.01.27.18.31.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jan 2025 18:31:52 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 27 Jan 2025 18:31:52 -0800 (PST) Message-ID: <67984198.050a0220.316ffd.f9b1SMTPIN_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 A58236052471; Mon, 27 Jan 2025 21:31:51 -0500 (EST) Subject: |SUCCESS| pw150556-150559 [PATCH] [4/4] net/netvsc: cache device par From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1738028106-25239-4-git-send-email-longli@linuxonhyperv.com> References: <1738028106-25239-4-git-send-email-longli@linuxonhyperv.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-Performance Test-Status: SUCCESS http://dpdk.org/patch/150559 _Performance Testing PASS_ Submitter: Long Li Date: Tuesday, January 28 2025 01:35:06 DPDK git baseline: Repo:dpdk Branch: master CommitID:3ba602522abfc4db664008b89ec7c90cfbf7173d 150556-150559 --> performance testing pass Upstream job id: Template-DTS-Pipeline#209420 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 Fail/Total: 0/4 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 512 | 64 | 0.8% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 3.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.5% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 1.3% | +----------+-------------+---------+------------+------------------------------+ 22.04 Kernel: 5.15.0-94-generic Compiler: gcc 11.4.0 NIC: Intel E810 100000 Mbps Fail/Total: 0/4 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 2 | -1.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Fail/Total: 0/6 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 128 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.7% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.5% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32437/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/