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 98B5846430 for ; Thu, 20 Mar 2025 18:37:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92CEB40615; Thu, 20 Mar 2025 18:37:06 +0100 (CET) Received: from mail-yw1-f228.google.com (mail-yw1-f228.google.com [209.85.128.228]) by mails.dpdk.org (Postfix) with ESMTP id ED85940151 for ; Thu, 20 Mar 2025 18:37:05 +0100 (CET) Received: by mail-yw1-f228.google.com with SMTP id 00721157ae682-6fee63b9139so9246777b3.1 for ; Thu, 20 Mar 2025 10:37:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1742492225; x=1743097025; 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=1MJFaTitpdFOZkhMoJcb/BOPejhdw2mGlLJS66S42IY=; b=bGKF/+V5SXYOuH17CFTzwnjL1nnoX36+O5h/vkC84I8D2nHUJhuH5bNvSP9umy1hVj C+vWyTpd5AaOvNpBeuggaPhtGzwqYAi/e2CaeCNFZTbYbkZOIqww+W1LkS8mKJqqoHmc p8pzgWoiBgtLczBtQCeSUcJu7IJyCzNd310jY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1742492225; x=1743097025; 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=1MJFaTitpdFOZkhMoJcb/BOPejhdw2mGlLJS66S42IY=; b=NEqm6tM603oJQ48im9vTOe+NuqPsmYUuI1BaRYIcsVrA2hl7rl8OYbxoTURNU7EX8c mXkZpZXwTtCPI6D5J6cjQx+un/SCdEzTsbhExnVjqmCofW1b6Ssn8801yyIyOwKOy7EM bAN56TIIWR8ALs/brLCl9hpwpHf8l/OhSHzcOkvFzQePx65D45+zcwEt06dKQO7yu2f6 LcAsG5CmnhAdRXyTQXk9o968xVeAYbE36Hd0JqJHa6HiqNltl9YBF6V/8GBOXe7bOCNF 0iYAnhDTpOZ92+nMGPvDvlcLp/8Ofi50XTm7ltkrcinrw/jqRPFv7EHDHPOELBl/YUcH 31QA== X-Gm-Message-State: AOJu0YyMXTlU8NsBNdaU4k8K84wg36n7g3vmS/SRLeCGP06mtkEOF0pv dspH7iH0ReNAcOpZ4rKJ7GOyFhFWx8crrFxEatzQMpPY5yDapvGuvRCd/fCD5GgAa/L/10Bag5D wFFPkj68Vuoc/2zen+z/3Hd5SilynAhRxYIAHQfbP X-Gm-Gg: ASbGncsXLDJjv+Z8ZuoVmVNekqmDghfKsNq1B1T196cJEhar6blvmMAJqQ/VD1r0E8R L45IjdnyaJPH6u9G6Y1Pg4kw228FXw2IJuqZMVHuVYfM3kkUXoaZs8gd90HC0EJ0Zp4ly7/qiXV YSvqSfF50T+qlQOkpCocpXSwL4pW4mA42AsEI+l/a5c2HXbHAxmJH9c8/B/1wmtt6SA8bxhCNJy nwsTYt4aEsjaQjzRQqHNYTMCeXt301Q5AtilOcHdGMiU0DeNM73lTEWeDvfNRHytx2pJiKk4Z/8 tcoxgFDV+06/proqpT17yP3wxPlXtkbhW+kqmaed X-Google-Smtp-Source: AGHT+IEOv3sDUrx20+TgQD7pkBTzaem4zQS1xoQ7fsKzwp63M8fwMVfnmpAogvUgyt0AsjmWz4xy1ReR8UCw X-Received: by 2002:a05:690c:6101:b0:6fc:ed3e:ec3a with SMTP id 00721157ae682-700ab25892amr70035607b3.5.1742492225125; Thu, 20 Mar 2025 10:37:05 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-700ba73620fsm48847b3.32.2025.03.20.10.37.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Mar 2025 10:37:05 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 20 Mar 2025 10:37:05 -0700 (PDT) Message-ID: <67dc5241.050a0220.a8825.0487SMTPIN_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 C3F646052471; Thu, 20 Mar 2025 13:37:04 -0400 (EDT) Subject: |SUCCESS| pw152491 [PATCH] [v2,1/1] net/af_packet: register supporte From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250320083707.5594-2-felix.zhang@jaguarmicro.com> References: <20250320083707.5594-2-felix.zhang@jaguarmicro.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/152491 _Performance Testing PASS_ Submitter: Shaokai Zhang Date: Thursday, March 20 2025 08:37:07 DPDK git baseline: Repo:dpdk Branch: master CommitID:9694dcd7d1abe20a6a838b80a6309137e02c3789 152491 --> performance testing pass Upstream job id: Template-DTS-Pipeline#218390 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.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ 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.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32851/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/