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 10C4945FCC for ; Fri, 3 Jan 2025 00:49:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0896A402B1; Fri, 3 Jan 2025 00:49:48 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id D451740279 for ; Fri, 3 Jan 2025 00:49:46 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e3983426f80so15595768276.1 for ; Thu, 02 Jan 2025 15:49:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735861786; x=1736466586; 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=g6aLHYIb3S8Yq+vrezN/r5/dl6rVKsYZoDiNTVWXSN4=; b=fPw+JkTp1xvKi+oW7UAYx6dnL23gZ+ImpNP89rQkyeXm8qH2Wm8HcftMKwYnYRa6pl UdM6hzwqvFrSQozcpKF/oy4wM31C2Exsx9YJefhd+CFCs8ouqUDMHFPY8QEDlItGzHwl GSgVcBn0cv1KtXEHyyfj//kI3QyYBXPyFv1kc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735861786; x=1736466586; 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=g6aLHYIb3S8Yq+vrezN/r5/dl6rVKsYZoDiNTVWXSN4=; b=DZYzTFnWw/K9Uk9NyvJVg9sk4upwg37TSKRdLe46jp4I/CV4TzXZZlxGNNZ/pT+pvc uWzLzKN8E3dhXM6FaryJn7GRW32KAdVXB29+T1eY1C4HNEqYqtWeJi9Bhe+EugoIp0e0 II6VCOtMcP5g1keo1ZNEChEu+TLVoD4ydxJQYKh/trG5ZDw2GbSfOzrEVSV72nRSLnTh BwinKh+FUqcdjEHJdM+rM+pR9nLTgTZoqLNkZRjmpVEATsoobxftwlXDhdRyKxSyRSox USDFtU8N4lbKs/XNBoNlSRFf0jM8kd3fIoMzIrOz3VO6CS8X+oBFockDN5HMVz4QdeIw n1xw== X-Gm-Message-State: AOJu0YxEN0Q5Mk+q590c3LQcOD/7rKnwUAYOljlCK0SqQuF8u2amx2mD idf2bmpgWrlViTuw0bNCzmsD4xydMrbwzxXJow8MPgnBjDZn4qkbM5JhYp4gflFoIfdkUvB5lel CDA2uJj/en7SwtQ6SJdi3a6FXiIa6e/MpdMNhba62 X-Gm-Gg: ASbGncsamB4MyQ4+KHb+53RPCfWGcQs9/UqLJbaG8sIG+h1hHtf0OdmL0561R1MBWEY vHmC/Nr2pKXv24xzE3hR3re+qHUHqbjaPHSO/2DEgSAa6z+dsjOfAji2K4LPYTOPb1e5lkaccKv 7qv13UVF3LEBmDZlbqPfv+DdA+518NErCTqwnGi1iJ5KUCkg4YDb3M6oJHJ2huTnUCzUaObygWe su/+nNXYsYFevWM6PJyaBtSB9TPpOjD45+v9rOzSbzi/K+iOzuW2JITn8jAEpNsQ3zSu0dEdM3E tQ== X-Google-Smtp-Source: AGHT+IGxGyOMNNLP2aL/rEBfN9P4T1TnUoPj7c8djWw8JI4xseWcwuFri8EWkhIW+Faw43Ie5RvwzJOpWTsL X-Received: by 2002:a05:690c:c8e:b0:6ef:6ec2:ac62 with SMTP id 00721157ae682-6f3f8116a99mr351254477b3.15.1735861786220; Thu, 02 Jan 2025 15:49:46 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f429939609sm9949037b3.15.2025.01.02.15.49.46 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jan 2025 15:49:46 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 02 Jan 2025 15:49:46 -0800 (PST) Message-ID: <6777261a.050a0220.25f0a1.b1e8SMTPIN_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 D66316052471; Thu, 2 Jan 2025 18:49:45 -0500 (EST) Subject: |SUCCESS| pw149564 [PATCH] lib/gro: use hash function for flow looku From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250101093735.95271-1-kumaraparamesh92@gmail.com> References: <20250101093735.95271-1-kumaraparamesh92@gmail.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/149564 _Performance Testing PASS_ Submitter: kumaraparameshwaran rathinavel Date: Wednesday, January 01 2025 09:37:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149564 --> performance testing pass Upstream job id: Template-DTS-Pipeline#205050 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 | 2.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.1% | +------------+---------+----------+-------------+------------------------------+ 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.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32234/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/