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 952824635A for ; Thu, 6 Mar 2025 13:26:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 730C240430; Thu, 6 Mar 2025 13:26:12 +0100 (CET) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id D32074029E for ; Thu, 6 Mar 2025 13:26:10 +0100 (CET) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-85af81a1febso18189139f.3 for ; Thu, 06 Mar 2025 04:26:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1741263970; x=1741868770; 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=bHko3GYex7duCTZoUtxx794NKVyLoqL3zI1KEnNnM4g=; b=BAHm+uX33bF+ekIBJUYFRErMpN0+d83jZVrGOJ2V/qhl1Ea0SGCn+4UYZ9O1THcNbo 7Mf/iKLeu1YVSnCJ8ZruS3vT3vRKVbquyr7rk8iZMMT8sleooYKqdd6TUFfDaromVmyO JReIBW4QnzMxsI+uY5JVpcdQ0uO5kOoomSHFI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1741263970; x=1741868770; 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=bHko3GYex7duCTZoUtxx794NKVyLoqL3zI1KEnNnM4g=; b=mZNiXKFvzuEuvuzt3E9bpC3z+GJa9ohoDR8DsrbxVzMuebwWXndDzBLiolkSxUDPeS H03k2FYf4aoTpv5jHJrjESo7TnY3wohscvtw7ElXi4iytEtzszkk3vkKbZIIqZB0KJe9 UqYVa0WFP1cmrDTgv4zzgfBGpHlIfKh/l4ZnC4DxeALEaBNrjLUqtG16rgQSnFH9Z1QC ZV2Q05N+C2nji2txjXMYjgYSYNxDBTgGReB48OvX+9a+5aa5M1cH/ujKOhkcKn0R6Tcg 5jYQIEpnO15kTt7QGZiFn0cL0d2kcj2ERrGZe7rKwYiNx999YAfRdjbEARqB96rRvMFf lBkQ== X-Gm-Message-State: AOJu0YyHex8WYSHFCAeXon0KByr4lSe6HqC3+a7sx8vE1fhVj8VZwtZN FuthpofesMdUdE/WKZ4OLXbaTAfw8N0osr0QYBdTj8BdubV/aB3WBtwINxIZCnlt7uOzetwKaYU rc2S6CJy/qv+5PmKrp8FGbpMkpQ51OqcnwOuQJoEI X-Gm-Gg: ASbGncsbo4kDaNTU0juy6UG9KtppHHWXIQRV2RRmpYypb9yVpa39UhF7HAO70OVEBpp yOVZA2MhDJ//72s599H/JskHsCo4VPRHv73sz03UKZtvt2oNBtvyPuVJObUyujiX+Inyjn5NteR NJeq4SjKl/bZPIzBfGeXx048WsRnL3OYug59xeBbkrx85JuKpEU/78pwjS/tdoajUNnZesSDY+1 Rge3Ox2PjG5aQ0LrsfwzxYxUcQ788XcH77lNcgMgkxQCgtivBo6kL5glab5Um30W3/68rz0ORy2 XWKsMVr18hXTkQzuxJhbLEmnSF9ksK0YeNs9N136 X-Google-Smtp-Source: AGHT+IGedjkoQn9CAigFdTTHOyxmW0dfUAfWPlueOagiJEDMVh/wwYWTIbJjD8zi340NVK012D6vgSNj6QOm X-Received: by 2002:a05:6602:4891:b0:85a:fdb1:4c88 with SMTP id ca18e2360f4ac-85affb79380mr803194739f.10.1741263970035; Thu, 06 Mar 2025 04:26:10 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4f209fa8320sm45042173.68.2025.03.06.04.26.09 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Mar 2025 04:26:10 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 06 Mar 2025 04:26:10 -0800 (PST) Message-ID: <67c99462.050a0220.3779f2.29ecSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 1E3D96052471; Thu, 6 Mar 2025 07:26:09 -0500 (EST) Subject: |SUCCESS| pw152263-152265 [PATCH] [v10,3/3] eventdev: add atomic atq From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250306084946.3699972-4-luka.jankovic@ericsson.com> References: <20250306084946.3699972-4-luka.jankovic@ericsson.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/152265 _Performance Testing PASS_ Submitter: Luka Jankovic Date: Thursday, March 06 2025 08:49:46 DPDK git baseline: Repo:dpdk Branch: master CommitID:1fe7a8f9ebd27b449ae1d6c1eef0e9d730aeb30f 152263-152265 --> performance testing pass Upstream job id: Template-DTS-Pipeline#216533 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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ 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 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.9% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32764/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/