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 123CE45F43 for ; Thu, 26 Dec 2024 03:44:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F3FF402A8; Thu, 26 Dec 2024 03:44:09 +0100 (CET) Received: from mail-qv1-f97.google.com (mail-qv1-f97.google.com [209.85.219.97]) by mails.dpdk.org (Postfix) with ESMTP id 94427402A5 for ; Thu, 26 Dec 2024 03:44:07 +0100 (CET) Received: by mail-qv1-f97.google.com with SMTP id 6a1803df08f44-6dce7263beaso54273716d6.3 for ; Wed, 25 Dec 2024 18:44:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735181047; x=1735785847; 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=mQANNBmnl5UXrhy3XVHlhHxo6lRVcNyuXXP5d8P3bow=; b=hUOVxHcy011LO/Kl1WkV9uW7LbMBTNQ3YAdNIA5f/tC95wPxk3YJE/NwIuFRGqWKhU iGdEypDsT1IqMLGHbxsjMvyxvFO0ISqbprTEGJThOiGrPLu8nqNtUZzrcS5KJHOVB79P 291mHAmiXlp58JGYYYBRgBqLeeSF6fEMNwDVQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735181047; x=1735785847; 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=mQANNBmnl5UXrhy3XVHlhHxo6lRVcNyuXXP5d8P3bow=; b=BlccpkW9xjzGfmaFEO+k1x58MDPy3P4NyKD1hOVWEyJt9tAUwbngVXEB2QGxy4VUBc oboCJaBtEcCLeDfmPks6M/A1mJrjOVkh8+p8HLIs30AnB6j0TkeQ6d1XLZgoMoSslfP5 2wYPnA6eA8dfB3qChMDuzSw9gMUymjOm5PoL2+46WL6iIzkO/MJHebPuKrc7PjIkpE9a BY9tlcoGb5j6T7Z5YzH12CZdv4GIgMvYxOsACuqnXjFIbRYa6pGarZEdVGEv1NOwY/wC YMzLqalikudtISQ27VAy+jHXref7pk9/UrtusxkcsMvAgqe2fz6mJcJzrJr7luOVhQgJ WvxA== X-Gm-Message-State: AOJu0YxgvTcXz6EFKaahFXlQjx0yTISXdwhSZ+rYFCwdtEV+YOUrxTyb MkcKp540CDStp7bDZLpLoBxSOFrh0inV4K5Tesk4dRETr/d8jVOGggOfw/BpNhjWaKJRL+8hRh1 UJKuASi20E2XZ5ouPE+0mcPqyivoFcF32qJVdXqG3 X-Gm-Gg: ASbGncvOe+Op8/I0JV50z5/NIdWZy4AvThYzN4uuobMY5w9u6MhRE+32w7utuk/erL5 OxmoRU70RJHREl72zbmUfd0h2UuCJ/AOSPBFAjAXHllmb5v3jltV1AmwHtT8pJe+SCHVkkxP7QW b4C/QOrQkYz8xzTFmiGN0FBVCJA+APpracCuewZ0KVsQ6V4/s9kVlRGEZiBGWhS6+HNYgZwWWOx rHVjR/UPuv6/77nIQLX8egiQ3XbXKrNU17mSbs0cyD3GCo2fgpIhFU28UTIuvTU1qlavDri8XC/ Gg== X-Google-Smtp-Source: AGHT+IE4laHA89Q6VlbKLd8N1XSqN4RBp8j0JtZWGw074U8S5xd1IVPtiPyPYazSDcV8G9YrhxWrryy7AXhv X-Received: by 2002:a05:6214:20a1:b0:6d8:a610:21cc with SMTP id 6a1803df08f44-6dd2331f282mr317258586d6.1.1735181046981; Wed, 25 Dec 2024 18:44:06 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd181cffd5sm7840486d6.70.2024.12.25.18.44.06 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Dec 2024 18:44:06 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 25 Dec 2024 18:44:06 -0800 (PST) Message-ID: <676cc2f6.050a0220.11732f.8a20SMTPIN_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 AE5EE6052471; Wed, 25 Dec 2024 21:44:06 -0500 (EST) Subject: |SUCCESS| pw149472 [PATCH] [v3] net/bonding: fix dedicated queue set From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241226012618.13535-1-chaoyong.he@corigine.com> References: <20241226012618.13535-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/149472 _Performance Testing PASS_ Submitter: Chaoyong He Date: Thursday, December 26 2024 01:26:18 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149472 --> performance testing pass Upstream job id: Template-DTS-Pipeline#204331 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.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ 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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -2.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32211/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/