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 4FB9B45EC4 for ; Tue, 17 Dec 2024 00:19:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2ED8C402A3; Tue, 17 Dec 2024 00:19:39 +0100 (CET) Received: from mail-oo1-f99.google.com (mail-oo1-f99.google.com [209.85.161.99]) by mails.dpdk.org (Postfix) with ESMTP id BEFB240267 for ; Tue, 17 Dec 2024 00:19:37 +0100 (CET) Received: by mail-oo1-f99.google.com with SMTP id 006d021491bc7-5f2d8f62290so2340735eaf.2 for ; Mon, 16 Dec 2024 15:19:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734391177; x=1734995977; 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=OrgOYeEs7Zrdq0nl8cWB866cRfBk+h+z4BtbE4KFECQ=; b=jVIn278BYQdph4phUaK5F9SHQhpjtJ2tG0S9nek9qquVjP0N/jDgf2Ua2b+WnQCTEk R5D3Ea2DorzCvn/gM4WlGXvn+oLaZ06zfFFgDjedBRkNy44CqhG4NjnUGOMKWN85VKad xujYle7vdeomxIkNOoSNxVe+6x7+t4MN/ITKI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734391177; x=1734995977; 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=OrgOYeEs7Zrdq0nl8cWB866cRfBk+h+z4BtbE4KFECQ=; b=NQKXX6r6vtq9HQMzdnAK9XVO0D5Karp67oosT/d1T1jdhzTJAndYzgAsgC8Q3LrEc8 5mnMkAtzU6vJEzCGPKpEiMucgIT3QYtpPxzjmRhn5001Or1In4fZ+6QQzd01uqFjzjCI JoZdJowgCWbDFGzRZkW6zbVtl4XPFZkDwY9ZUQmc/S2gkzk/tVj/yAZz+8bTFCbCPyCa uLlg+or8pmb7/rmeV2arRFNnDxP64abSXuvINAlqa/tY4ktz1St1NgNPE+3SWSITWvwQ xRU1ZvAGiBznfKhgXjZZe2YyIij6sV+Zr1DQgT8X1E+/jRJuW4nGqcflv+pEvTfp5qQD 7g+w== X-Gm-Message-State: AOJu0YwLB7Vxr6KpO+2kfs/ChAmuajSerwJDLtChFtyogb/QB1QBF6TB Lu0RIoWQFqFzlBHbHTzQUyV/ABhKh+y1QrspnfZn9lhSp/OGNqLOO2xFSe90x30QuEsNQAolW60 2x6vwHur8S3tEe4/lORc95Nbo5qZTAHEKyK2oJVdE X-Gm-Gg: ASbGnctADnWoznuu1pEoACUWqWXg284JCnZoyqrO1WhPIcja3KPfNjqK+OE86y7mnRA mhJPBxqQUGJJLYLDa10jP+qKDGR/S1moW4N/DHEFMABuudQciUUhcLD48DBQVZANX/MBkZRHUiA 51Jx8pl4o9PZlJTnYtOVsJpv94fdBy3CY4Z+RncDaXG4NLy5WOqnrIbin3GeQXnkmKZTaA7mR30 wjaNXG2dlHYGtTwJACstf+oq4W01JdYdVcbROf8u2xecGPUamQxeNSXS16KBtDzLySGKkMn+x8M vg== X-Google-Smtp-Source: AGHT+IFiIYfl03UrYxSAunccwqF1kduvmnyJHpsPMbNr8yz22xnHj/AcC+yARG1UD/vCYJ2OY9HjzBTcLwy+ X-Received: by 2002:a05:6820:1844:b0:5f2:da32:bd9a with SMTP id 006d021491bc7-5f3294d9258mr7639272eaf.5.1734391176821; Mon, 16 Dec 2024 15:19:36 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f33a8f3c04sm106134eaf.24.2024.12.16.15.19.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 15:19:36 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 15:19:36 -0800 (PST) Message-ID: <6760b588.050a0220.ba798.74ffSMTPIN_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 4A7E76052471; Mon, 16 Dec 2024 18:19:36 -0500 (EST) Subject: |SUCCESS| pw149259 [PATCH] [v2] eventdev: add port attribute for ind From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241216203313.31730-1-pravin.pathak@intel.com> References: <20241216203313.31730-1-pravin.pathak@intel.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/149259 _Performance Testing PASS_ Submitter: Pravin Pathak Date: Monday, December 16 2024 20:33:13 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149259 --> performance testing pass Upstream job id: Template-DTS-Pipeline#202697 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.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.8% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.3% | +------------+---------+----------+-------------+------------------------------+ 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.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.6% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32150/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/