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 C252A45D51 for ; Wed, 20 Nov 2024 10:52:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9898140E36; Wed, 20 Nov 2024 10:52:32 +0100 (CET) Received: from mail-qt1-f226.google.com (mail-qt1-f226.google.com [209.85.160.226]) by mails.dpdk.org (Postfix) with ESMTP id AD167402B5 for ; Wed, 20 Nov 2024 10:52:31 +0100 (CET) Received: by mail-qt1-f226.google.com with SMTP id d75a77b69052e-4609967ab7eso12713551cf.3 for ; Wed, 20 Nov 2024 01:52:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732096351; x=1732701151; 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=i8kaWtAjIF5j1FNUolpnTb2meRfWWWTWWsokAo7fzx8=; b=RTxdFTY5IWod7kVdjVWMGVDGZlqnRzW1tlRfwb/UMHdZ4FmrZBYMUTxG338oKl2c3M 93Qf5jh1TiD7myKrXqAI8IC23nv9Qw2yia1/mS9IxiWgEt5cFX7U/iNCrQDo4ZcgMHle 4b14DV/XZp5N954ayyPuTKRe71DqBNmSN21bo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732096351; x=1732701151; 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=i8kaWtAjIF5j1FNUolpnTb2meRfWWWTWWsokAo7fzx8=; b=WTDPOJmW3B5vvhBd3l2OaCnqukJk7mL6PJhx+vtET/IOxagkxQffJzsIhpfUtN2lmK mA0d5cqEAhqCP9NuIkKaz3z+z0WW6Cz0X2prU1Tqk7HrCOtcn6KZZmn6ReVsds13QYay 586RH4lHuzfkBavpu8ZsddQbVNJGr/kuESMFhL0X9RxQ2++EZW7h1OkFbTan9dFCAu3R Jb5AgunfJZiBXQp9/i6RkEI5r7WZDkX2W9wBHy5yYz51YinkBwPxcxwjEDzNQA/JsrsB qP+iBXujDlM3fRzwxEG/HFeRXOm1ZbwIC7DsEI0jyhjvng6Pl1X/b2aRluoVWLPG8xLP ODXA== X-Gm-Message-State: AOJu0YzWspdrbpWzjFZSnst5CpsRmOXEjwYCp5Z4qfIG2vb+L8PH4ule zJxuxvYipMaaZ4cmvxLOK+RMdJykY4SxA+LIK0JSkud9F3Dqrl8be5BFMK8MIT62ZsUO8zzQu7d v8y9mUqWJySP3LSyfkpu2qmgkARxJF/Jn4QDNxINR X-Gm-Gg: ASbGnctrlo49Vckv0sl/4e63ajTuBT3A7Oix6lXbZse+GgHasn9T0VFOSRwtgiV/KlP 4Zven/o5BHskMx3Du9ySqlpVh4ZCr2xsIu4uSlIBiOeiY9761w0gOrqZKeRHO3J6Qd0muTO9FhK +FMR8ic1xKtjZ1J1XiADaaCDFrTzlJCiWoTnj/KvVn3UCAXNNomygwxl47yDTtnZGtv7yz5on75 8/CLKqOy3STFGmUbH0oiPjGtaPFSmldR2tnxD+PQJLd2jIRlR0nQR0OCVQfT0PM97pQy1w= X-Google-Smtp-Source: AGHT+IGGDDyU7obq19E8Iu7/70xepVDNQx4HpD+vpCf+WtdFLEE1GAEa8CxYfgos6VV94w3pXzRG7B++QUs1 X-Received: by 2002:a05:622a:4d1:b0:458:2405:3b79 with SMTP id d75a77b69052e-464776e3c2emr20186341cf.2.1732096351030; Wed, 20 Nov 2024 01:52: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 d75a77b69052e-46469c75d28sm413121cf.15.2024.11.20.01.52.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Nov 2024 01:52:31 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 20 Nov 2024 01:52:31 -0800 (PST) Message-ID: <673db15f.050a0220.22ecf6.2b03SMTPIN_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 B4C516052471; Wed, 20 Nov 2024 04:52:30 -0500 (EST) Subject: |SUCCESS| pw148683 [PATCH] net/r8169: replace rte_smp_rmb with atomi From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241120024504.65581-1-howard_wang@realsil.com.cn> References: <20241120024504.65581-1-howard_wang@realsil.com.cn> 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/148683 _Performance Testing PASS_ Submitter: Howard Wang Date: Wednesday, November 20 2024 02:45:04 DPDK git baseline: Repo:dpdk Branch: master CommitID:f275665c45d5f1bf84fe04de39f936af049ba991 148683 --> performance testing pass Upstream job id: Template-DTS-Pipeline#197717 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.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.5% | +------------+---------+----------+-------------+------------------------------+ | 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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/31979/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/