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 15C7745EDC for ; Wed, 18 Dec 2024 15:02:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EAD6540DF5; Wed, 18 Dec 2024 15:02:53 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 7539140DDE for ; Wed, 18 Dec 2024 15:02:52 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-2166360285dso57259165ad.1 for ; Wed, 18 Dec 2024 06:02:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734530571; x=1735135371; 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=98ct/+pBwHTa28h4+UQQ8CHl/hcAupiUqH3gSpWxBvk=; b=ajyiAV9Lr3zZ3IIitGQG5Ewm9xxmOW3ZQv0/zf+uOKlUYFyFm0GhgB/oHkxxo0gi2k J6zY5YUvSrKjjUaLBS1089SiCV8mP+WnNeZ0niiQPoJI4E7Jp4B8MSdp63JcDJCKLlnY HmQOJBvqwv579Q+oNW4r+A6Kp1R9ZNp6Tm/0s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734530571; x=1735135371; 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=98ct/+pBwHTa28h4+UQQ8CHl/hcAupiUqH3gSpWxBvk=; b=sSHlLq81E1gvHnTWHYOOBKl9bPkUho8rwSuc17DEL1xYqbWeT+w/ake4Sl7vp9RSiW woTHb00EFEM1nkjTPkctIgNYqqysExDXtNKSosJL6EFSPjavnPgsnsQy1yiau3BQ/ELA zK7Tl7JeiiB49E0jzxQX00H3tTj6Figa0yc6MA1s4r6pK8XjCjFWRcM8lItN9ZXZAF3h NnO8oW5sdkzCn2UiVYmOxsNV9+RY43eOZlJDFKLIdNhhJsFKewHzqlcdcIN3iOGtOcNM TdsyWdxE1sHb5FFBec7lC9M41CtkrobPLhccJcB8usC2dvlUVto0AlD/aWLXMAGDeZjJ gF8A== X-Gm-Message-State: AOJu0Yyo9mGwU0ULwdgJWH60zQvk9mPmELPj6ioV1crARYNEZ02nAf2a OG6LRJe3Pfx3cxV5Od5oEpx6E/xXAJ/rSCb4ls0ZB93gSLOgjD/Wjn7cVH3C4/AIM95xMkbB29G KuBqzuza1wreXJea1r9hdvce+Zl0L8LprfnaK8SFQ X-Gm-Gg: ASbGnctOBL/7d6RKcWRWssAlxOAGHyiLM65SUPEbDbE2+pZgdNzIEll/MUB5dKdqsTq FA5lZ2GwYqDhsNBdjmrGCIS028altuYucV/jeQX5tMESeypDYDxzh9jb8oNVOFdpNiKNIWY9pN1 KScNdPB6Br9hJQoTHY61WqL6Ffv7r4GYyTwvJD8D19Pb6yQkKRLOaihDGA3DYo0tEg3u4Xq+4g6 qk2ze4wa23VYi+A/Q1g3ndHzvR31XdNJYR8tHng3Ai+p1nNQdvkhY6g+GlDzfAD+0KGeqjYzgLq 1w== X-Google-Smtp-Source: AGHT+IHQCAwY2ztz74eNjC1QJ9uPxGNS4wErwBw3RV2NfL7t6vPtZr/MS8snEV+E+VZ8U7r2PxgvhpnCvFMi X-Received: by 2002:a17:902:d492:b0:216:7761:cc4d with SMTP id d9443c01a7336-218d728379emr41077605ad.55.1734530570003; Wed, 18 Dec 2024 06:02:50 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-218a1da038csm4451275ad.7.2024.12.18.06.02.49 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 06:02:49 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 06:02:49 -0800 (PST) Message-ID: <6762d609.170a0220.9836a.dc12SMTPIN_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 37CCE6052471; Wed, 18 Dec 2024 09:02:49 -0500 (EST) Subject: |SUCCESS| pw149288 [PATCH] net/nfp: fix VF link speed problem From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241218065255.1698520-1-chaoyong.he@corigine.com> References: <20241218065255.1698520-1-chaoyong.he@corigine.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/149288 _Performance Testing PASS_ Submitter: Chaoyong He Date: Wednesday, December 18 2024 06:52:55 DPDK git baseline: Repo:dpdk Branch: master CommitID:78d0246a2e2fb14cba220d507192d12d2ce896ac 149288 --> performance testing pass Upstream job id: Template-DTS-Pipeline#203050 Test environment and result as below: 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.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -1.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.0% | +------------+---------+----------+-------------+------------------------------+ 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.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.5% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32157/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/