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 7CC1F4602B for ; Thu, 9 Jan 2025 04:24:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7A1C540287; Thu, 9 Jan 2025 04:24:51 +0100 (CET) Received: from mail-qt1-f228.google.com (mail-qt1-f228.google.com [209.85.160.228]) by mails.dpdk.org (Postfix) with ESMTP id 0F5D84014F for ; Thu, 9 Jan 2025 04:24:50 +0100 (CET) Received: by mail-qt1-f228.google.com with SMTP id d75a77b69052e-467b086e0easo1853441cf.1 for ; Wed, 08 Jan 2025 19:24:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736393089; x=1736997889; 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=ALlVVM28AA50X/8zoekWnEbDwWWW9xvjhuTpZqegcFk=; b=PhJ95WrmqV6hcJscUkxn/ft+YlGvlDrQ9bW5DurL1X7cphVreUT50MTGWdFJ1/x5x8 aniaIuPNDn3IZDO+v/YVl/q7R3aqCjzt99QUtcYFVWLgCBx0afvNEDEgXIKV/izx0sSb iRtLPJA9KvZBTr659yH8CaOu0fk+Zot1WLI8E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736393089; x=1736997889; 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=ALlVVM28AA50X/8zoekWnEbDwWWW9xvjhuTpZqegcFk=; b=KTPH9IixAFfapW3Xv3nOMb7EKgBV2lQ/xLg/Bq3kvT5+rUOeSte5v0rzxP8ayB1YYq cT7FrBlV8E/ED1D4LHzQE1PfEFvOrUwUSJwweBIY4pPusbW5cZ1iV9TujS7dyzRJflMc /3kMF/Jrh8h4ANOXEze/EFxAubko6zr0cFUZeLh2Q+j4nCK9l4u5Zbh1bKJZE9BSj9Bq gvFScW9ZvornDC8WVQXoh7D9/iflxCp+LK+BKAJc8Ran83GwvZKqx2BJeq6dsj2KwDIe Ov10qrG2bQs0OzdwNc+fcyXHLaqgrG6oBG/9nVOdxl6p+OH396s1quKuRPlnkS1utAtL GhEw== X-Gm-Message-State: AOJu0YwyllmkilQ1qCARuOYylhP2NBsi8ibHwXuKIqa3jS1FbfSr5ddO RaAw3SXrdIKtjJP7Mz7rG0G2cE7is92AOmAEbiqFxiDN0tYdi91OIDeI0VjB0/LVUrGr3FZiGIS FV9k53w+A+j5jKPSRChXXBIjniOFuYdzuA6+r+Ofq X-Gm-Gg: ASbGncsNxGAKxKQOmdT2bqZmn3mTbOHDtiCJP8qkr3nQRxB+AONzISkPFFJRpfOhidg F5z2/KYJ+zs2a2xFg79RbYnxjziEH2p7Sex1Emgq64UfI1/SDfNSggJec4qmeicpkbV8No2VR/v 2i3JbSKkZieKJdECpObAXCzXipRkF5Sf5i+vXcoRSRC3Z01D30ICmyyR32ZicQe3OzY5snd0PFv ZaOY3DVjipR7x30sX2LJniNcUbnaKU9dzRF+C0lgTGyNMsft1AfZC6T6hDjSxj8ppXFe6BbnRnD QQ== X-Google-Smtp-Source: AGHT+IE+pjibBe6ZIjOC05ooornRp3T/5v1N8gabj1KBHDS4JnTaL3/9D2YAqZy1LPItt/2sIrNXjWHsZBOO X-Received: by 2002:ad4:5fc5:0:b0:6d8:9f61:de81 with SMTP id 6a1803df08f44-6df9b25420dmr75719836d6.24.1736393089471; Wed, 08 Jan 2025 19:24:49 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd180ec3e6sm24589326d6.18.2025.01.08.19.24.49 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 19:24:49 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 19:24:49 -0800 (PST) Message-ID: <677f4181.050a0220.55a9d.8eafSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id F0D8D6052471; Wed, 8 Jan 2025 22:24:48 -0500 (EST) Subject: |SUCCESS| pw149677 [PATCH] [v3] net/gve: allocate RX QPL pages using From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250107190258.2107909-1-joshwash@google.com> References: <20250107190258.2107909-1-joshwash@google.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/149677 _Performance Testing PASS_ Submitter: Joshua Washington Date: Tuesday, January 07 2025 19:02:58 DPDK git baseline: Repo:dpdk Branch: master CommitID:94ad302b4ebba4a5b6706a1c43ea0505e5098169 149677 --> performance testing pass Upstream job id: Template-DTS-Pipeline#205931 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.7% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.7% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.5% | +------------+---------+----------+-------------+------------------------------+ 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.9% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32274/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/