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 5297A45F99 for ; Mon, 6 Jan 2025 17:17:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4EC16406BB; Mon, 6 Jan 2025 17:17:00 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id A9DC540687 for ; Mon, 6 Jan 2025 17:16:59 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3a81324bbdcso114651035ab.1 for ; Mon, 06 Jan 2025 08:16:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736180219; x=1736785019; 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=UTzrrhkdVKNxgqq6Is6LdFbMKTlE2atla37EH7yB7jg=; b=D+Arc9Y4zd0pBG15rjb+gBk990y24uyTvw6OZQRsqWe4JpAunV18sGlJlspzXuy3ZK +ooemeQlmXlT9/Q+RAtX1KzN9ionU5O8v1lMOHW4mv0Kg/SRtUlx6Jmp3hFXGjJMURLA z6mnQdML15ZNFpwvAGjFbOFnFQVcc4qo80bWM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736180219; x=1736785019; 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=UTzrrhkdVKNxgqq6Is6LdFbMKTlE2atla37EH7yB7jg=; b=kJ16W52Yuc0wnxqv4QLqbvXZlCpL/dibBO7Wu3v6+6bWqdtBlX913MEFkqYe9AG+p/ bS/ZHR7XaWd/6qPHCeHcKUWTr4KrVdiy86HbWik+819DrxUve/ggndtnf+BjtZ+A6lZo SHJ4xbgO3kvHhPVBSbOhpe9OeHyOmfc6hZ0MHHIRE4Y2ZGl8AbAWKs07QIsqfzom6BMA U5jm4jn3aa20G6OnlUND9ou8qtrl82gTBlAgQ/iPfuAmqEIcKnNrQpZarktPQm02Z5eM nBVjBC23esVKVjLLiW5MAd5F/RYjtgJeugjFAJCykR0HAxf6CGRYy+GkRyDDj4N0pX5R 2lgg== X-Gm-Message-State: AOJu0YzTBCQVc6NJj+KULhCLHMgic1Rd31R5GPGUobKhjuI4psYOtv+W GQVpiCz4gUWEnFh8Bn9heKXF1kN5NFiG8XPfVcBBVjIu8sO/2tPdzn9/MZrI9fNtWcYiouBUpKG u2nXFgxb13PTYGeQcoNMdhPwkCOjX04Ocsb0AbJTe X-Gm-Gg: ASbGncufNZd7n2Q/wFldvuXKAje6a1aGHNeRbpy9WvKubA+B8kzg3P9WuEKKGXZGFzg u2jJSrtnybAtPYPvjleuV/utwpjAzOzPSGOIgesesvvTluLQTKlYhxoIE1xJhe3PT+HQ8YOYBdB yeJGnzPMQIY3XBgCw8a062+vgoYyXtyXO9eyvwSyLuIPal1KbkPy1Gh2VwrwsKLpw5vp4rl9Iak sW25LrmhQ2M/V30JGE7K/TWpBBsFGWMxsrv5ge5s40+CP4JPf01Qzbd92YUcbjFx7KaQDpPzwm1 oQ== X-Google-Smtp-Source: AGHT+IEcJIVwGvZcjS0GLFCBk8+yUNc5QEca8srKrj1c0xV45gmP2WI1dDS8UJ4HQRK20XxTB6QHjdxyw8sR X-Received: by 2002:a05:6e02:3d03:b0:3a7:6a98:3fdf with SMTP id e9e14a558f8ab-3c2d2d51ae0mr481830385ab.14.1736180218922; Mon, 06 Jan 2025 08:16:58 -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-4e68c0ebeb9sm2101848173.42.2025.01.06.08.16.58 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jan 2025 08:16:58 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 06 Jan 2025 08:16:58 -0800 (PST) Message-ID: <677c01fa.050a0220.255b1d.bb1aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 8D5BE6052471; Mon, 6 Jan 2025 11:16:58 -0500 (EST) Subject: |SUCCESS| pw149638 [PATCH] [v2] net/af_packet: allow changing fanout From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250106153508.11262-1-tudor.cornea@gmail.com> References: <20250106153508.11262-1-tudor.cornea@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/149638 _Performance Testing PASS_ Submitter: Tudor Cornea Date: Monday, January 06 2025 15:35:08 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149638 --> performance testing pass Upstream job id: Template-DTS-Pipeline#205530 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.7% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ 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.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32257/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/