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 A150545EDD for ; Wed, 18 Dec 2024 16:38:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D7B640DF5; Wed, 18 Dec 2024 16:38:33 +0100 (CET) Received: from mail-yw1-f225.google.com (mail-yw1-f225.google.com [209.85.128.225]) by mails.dpdk.org (Postfix) with ESMTP id CB09340DDE for ; Wed, 18 Dec 2024 16:38:31 +0100 (CET) Received: by mail-yw1-f225.google.com with SMTP id 00721157ae682-6f150ddc86dso53789767b3.1 for ; Wed, 18 Dec 2024 07:38:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734536311; x=1735141111; 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=f4SssN48XfeUzEP4JCj7+ArqmB0C0kgQzL/aJuL55oc=; b=OA6sK5TfDEowZd50ccTbCnFmeK/1eSl8aeIpoh1GTN+TyVpPe6Os2iD7bmnwRDSyoi TdM71tsPzRX2P7asOBm+4S7OFhdHwnjGgzST8btjCvZXXgTB8YiSw+QpdHEvHTR57g1l YR9D/+Sax2/I5Ch5AxbvYYWex8wJFICWejU2s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734536311; x=1735141111; 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=f4SssN48XfeUzEP4JCj7+ArqmB0C0kgQzL/aJuL55oc=; b=nOjKM2IH25cL6Zyz+1Bs7YsbDaRlaX/Z0XjrohsilfKlzgDg/wnFExMZFV1j8H5eI8 5M8S02sHv6Zft9f0VvEduJt1QWTU/EgwtMhgcl1ey2SpxRcarmgaPWTyBX1CVpeEIz1j vvbT9U9f3oA5YXROPARvsNkwLFCJ3LBJ4yeA9fpLsJrKzTAxNFyH3VNtF3Ai+Hgv3Vcp jBIKAJ3dKhoE5mnLGrL9mjQkNynQgaHjoO/QAB+bL5ST2kvcxpMesePN7EZY4nI0Mdpp GgKlEpSKGuLNeOlc2MwiUbwFddJQDN5IhncjkaCr3lodZGPynUv4E/+PWsths55n97C3 WvOQ== X-Gm-Message-State: AOJu0YwsnlSzcrSezL3SgVMY0TdZRZDUnUE/vneAfoL6ObD+HHShMQdj qyoxWuKYiESbCXKwzd5R8eQYlYXyv0ToWwcg3iZdZpnALEbA21zvH9OQniGsQXPQC8hoFbV6NN4 RGCk7XSlVBfmIsGeE4pLXHZET0bRUuYMNmgcNi76r X-Gm-Gg: ASbGncupeko66kAgLGSQ2ig5qBQ1DxaYnI8eDazqw33tgV5YADMpD9GdDXBqnjpO8Ty NgFB+Ko6rkat/IVwpNNCbKYx57Ot/kN+It76Ay7elJ/+KLZtofnGNOhvkohu7GulfFTPDGo0lw7 2UHQf/xx9Xg+EO3wgYwZ/OUnZM0SXBh0+lisxXV3PZYxbmn64Z0lJYBj0iapbG4veqpyK0KAgDR KIyYNygetfRJjnHBRqHHwxV6XGBR6wHPk6BYZwvzdMghp4vRyL7equ1QQLSmL0ntm0pyi0fXTnU Jw== X-Google-Smtp-Source: AGHT+IEEBiOInD0aTStZrIN9NJesUH4HstYqOvw+qRKAOxRGC0WsaGA4LoHkpkIgR9xZnZAcL6rnIvrXpXZJ X-Received: by 2002:a05:690c:2506:b0:6ef:61b9:e003 with SMTP id 00721157ae682-6f3d26b8a58mr25179067b3.36.1734536310046; Wed, 18 Dec 2024 07:38:30 -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-6f288fda721sm6097167b3.5.2024.12.18.07.38.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 07:38:30 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 07:38:30 -0800 (PST) Message-ID: <6762ec76.0d0a0220.16eee3.6c14SMTPIN_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 AE64A6052471; Wed, 18 Dec 2024 10:38:29 -0500 (EST) Subject: |SUCCESS| pw149287 [PATCH] net/nfp: implement the burst mode get ope From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241218063036.1697438-1-chaoyong.he@corigine.com> References: <20241218063036.1697438-1-chaoyong.he@corigine.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/149287 _Performance Testing PASS_ Submitter: Chaoyong He Date: Wednesday, December 18 2024 06:30:36 DPDK git baseline: Repo:dpdk Branch: master CommitID:78d0246a2e2fb14cba220d507192d12d2ce896ac 149287 --> performance testing pass Upstream job id: Template-DTS-Pipeline#203082 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.9% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.8% | +------------+---------+----------+-------------+------------------------------+ 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.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.5% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32156/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/