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 890F445E09 for ; Mon, 2 Dec 2024 19:22:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E506A40270; Mon, 2 Dec 2024 19:22:49 +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 782894025D for ; Mon, 2 Dec 2024 19:22:48 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-215348d1977so35751965ad.3 for ; Mon, 02 Dec 2024 10:22:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733163768; x=1733768568; 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=aeJP/qWNxItrH2ChC5FtHWRMyXxYG0P3tlMqbYbBNPc=; b=LM84mQ4k48Y8Q96WU6oe8BPIwYuDoXg0jSGFlvartwYkivJU6dfOUTSw6ZDzgVLGSo 5y86iNrjWR93SVdRf1fmy3tEVne7O/bExpAHXzUc9DXbS8lJ828xu41QBQD0t1ttcvyF oQJw3Q6cyfdnWwQTS02ttvTColv49XZ/roGdg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733163768; x=1733768568; 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=aeJP/qWNxItrH2ChC5FtHWRMyXxYG0P3tlMqbYbBNPc=; b=sI3/rRGQOhlvmJl2PwdwthUtE30rs+j0ajN3YZUbMH8xV/2Ory4bMTZ3cC/x3dOBx1 sMetVcpuFWkU/WcrAOgBxp2PpgVm7DvxJ7YvRl7e/qStCgkIdKc2I0szjSl7+xYB6dLf 6Q7FIKQdNc4m7dJvYqcuI5CrSax7fQj20s2JY05V2RF32kICuBNQFP2J/cTjWBD2mfJ4 PPQHoUf21u/kxVQfX/d3RQT0nsbcVO7Ai+t/tx5NZ7H/GjEU1JqHpXhbQ7tscNLxtHi5 EQLQKtgcyPrIIkOn8eCuNQXA0bt1wJtmpRzR4D+mHK2pZ3Q+BUZZPXxriZxne6nU+hqe f5Zw== X-Gm-Message-State: AOJu0Ywx2SeRP92lUT79dfqDQY+Nq2wDifh7kEs4rmt9q+N4P3rfOEpP 7Nves0uCWQCWUf4fBJ+aqTMBJZbpM6MRI8PXC/LZKP0EZaL0viDv1Zm2q9G+MeXESsWrwD0OIBE Ja7Erk0DuOoUQNdv6KfzBGLEDmKK9EfcWqXe/cGYn X-Gm-Gg: ASbGncu+WWaCeX1AWxxHqou0ySmW4aeAFuwP9eOA9N7WuANSMoM8km0whHPMW3N7IH8 HeRjydC7IeJgPXEFltrmRmecbOXe1kFr8hVLMCMGFlx136HtjvPUbYOeN886dhKeRGf6MfuSotX hiQp9Zcde5dM82nwXgm3pp1SnoJ9yNin1M261VYcH8pOfYfzzz5AysDYZ+oZM8MIkwOdwgT4P22 k5xmu0UmtCPG8ca2hCPz2QlJn+A+4Fh0ewTQV45bPzIkdS9mdRhueQ2Gxw4o+56RqESXlQ= X-Google-Smtp-Source: AGHT+IExYvMFoWXI4FMlN0JoM1jWMfRyYXJEOrbUIkoYqV6/fpbWVNrR3Gqc2p/xerwOtnThaZS2RfhPZYZ/ X-Received: by 2002:a17:902:d483:b0:215:4662:db7a with SMTP id d9443c01a7336-2154662dd3dmr179031335ad.54.1733163767687; Mon, 02 Dec 2024 10:22:47 -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-215a30327aasm777605ad.124.2024.12.02.10.22.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Dec 2024 10:22:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 02 Dec 2024 10:22:47 -0800 (PST) Message-ID: <674dfaf7.170a0220.46be7.3f0fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id CB9996052471; Mon, 2 Dec 2024 13:22:46 -0500 (EST) Subject: |SUCCESS| pw148978 [PATCH] [v2] common/cnxk: fix atomic load in batc From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241202165739.1896876-1-nkishor@marvell.com> References: <20241202165739.1896876-1-nkishor@marvell.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/148978 _Performance Testing PASS_ Submitter: Nawal Kishor Date: Monday, December 02 2024 16:57:39 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 148978 --> performance testing pass Upstream job id: Template-DTS-Pipeline#200456 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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -2.3% | +------------+---------+----------+-------------+------------------------------+ | 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.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32070/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/