From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 0F15C42828
	for <public@inbox.dpdk.org>; Fri, 24 Mar 2023 02:20:42 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id E0D3D4068E;
	Fri, 24 Mar 2023 02:20:41 +0100 (CET)
Received: from mail-qv1-f100.google.com (mail-qv1-f100.google.com
 [209.85.219.100])
 by mails.dpdk.org (Postfix) with ESMTP id 62CF14068E
 for <test-report@dpdk.org>; Fri, 24 Mar 2023 02:20:40 +0100 (CET)
Received: by mail-qv1-f100.google.com with SMTP id t13so783395qvn.2
 for <test-report@dpdk.org>; Thu, 23 Mar 2023 18:20:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=iol.unh.edu; s=unh-iol; t=1679620839;
 h=date:message-id:cc:to:from:subject:from:to:cc:subject:date
 :message-id:reply-to;
 bh=mkXdYmmDQhjGKakHcoQ/PFyANuWwKhgaKIIMuyYydmU=;
 b=Vsk0JuJgPAK+Vb9n15fINpj9avX0M+3CjsSB6sTjWCwVF2RC9FNz5lkJhMH+z6rJYe
 rVGV1JTyo7dh7B8WmZuyrkzLEF8PvknNBWGeWNDBiSRcOmYUNm+6JPg6hqyO7l4HeJL5
 +RfHjv/oJDNnMCzfFVV8lCKzVID5lsPV67LP4=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112; t=1679620839;
 h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc
 :subject:date:message-id:reply-to;
 bh=mkXdYmmDQhjGKakHcoQ/PFyANuWwKhgaKIIMuyYydmU=;
 b=Gm+NDqlZEQJyrX5yuJNuQmMJRfLPI8jkVhQBtL0d3aWmYX7/2fFzWhBDR3trM98one
 jycFeFN+urqhsaokdGpuvmeFi07bh1pc2EP5CBQh1cHw7ieqm7zF9g6WGnPa/aRx2OFE
 vDJ1+o9VWNSUUuzBBC4LfF+bskAdlvNM6Mtbe0zFuT0ybESk19XzUd1x+Ws9HkS/6YIj
 JYPfWqbmOemSCDIKOS4U4Sj0Y5ivxhxJuEXvBZSKS5YhFNb6OYWBQavrLmXOS2Z0hCTq
 iogawjk7uhCW7T3nUn/Zy6btq4GjIzwx/RO+OuuYCiNLrEAC7IjNtP/RV34LhNGJzoao
 JaaQ==
X-Gm-Message-State: AAQBX9cRc/nMRq2dnCrVULzWH5f6jaLdmNz2PNar6MinKnr9ZlsXyN5t
 8b4bZRGGr2m+ixxDpjZ9sGqt2XEKRaom1He2CashEIIbROdlJTBAOJPFWg==
X-Google-Smtp-Source: AKy350YQTocNzCkVqyXs+v6tPCDHhyTlKKlKE1twlm2CdZZi/JdFXy5k8xRksuzZDhJ0toKpV44TowXvwuC9
X-Received: by 2002:a05:6214:ac6:b0:56b:377e:88a7 with SMTP id
 g6-20020a0562140ac600b0056b377e88a7mr1955187qvi.21.1679620839588; 
 Thu, 23 Mar 2023 18:20:39 -0700 (PDT)
Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84])
 by smtp-relay.gmail.com with ESMTPS id
 i13-20020a056214030d00b005dd8b74b9e3sm64412qvu.19.2023.03.23.18.20.39
 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 23 Mar 2023 18:20:39 -0700 (PDT)
X-Relaying-Domain: iol.unh.edu
Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown
 [IPv6:2606:4100:3880:1722::210])
 by postal.iol.unh.edu (Postfix) with ESMTP id 52B4B605246B;
 Thu, 23 Mar 2023 21:20:39 -0400 (EDT)
Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1])
 by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id 522CC60125;
 Fri, 24 Mar 2023 01:20:39 +0000 (UTC)
Subject: |SUCCESS| pw125467-125473 [PATCH] [v2,
 7/7] net/ring: replace rte atomics with GCC builtin atomics
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, David Marchand <david.marchand@redhat.com>,
 Thomas Monjalon <thomas@monjalon.net>
Content-Type: text/plain
Message-Id: <20230324012039.522CC60125@dpdk-ubuntu.dpdklab.iol.unh.edu>
Date: Fri, 24 Mar 2023 01:20:39 +0000 (UTC)
X-BeenThere: test-report@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: automatic DPDK test reports <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=subscribe>
Errors-To: test-report-bounces@dpdk.org

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/125473

_Performance Testing PASS_

Submitter: Tyler Retzlaff <roretzla@linux.microsoft.com>
Date: Thursday, March 23 2023 22:34:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:3223d456062bb12e9e6cf02b97966f42affa4d11

125467-125473 --> performance testing pass

Test environment and result as below:

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
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.2%                         |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
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         | -0.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -2.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.6%                        |
+----------+-------------+---------+------------+------------------------------+

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25860/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/