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 9745C45EE1 for ; Thu, 19 Dec 2024 02:41:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 69DAA40299; Thu, 19 Dec 2024 02:41:10 +0100 (CET) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id 04A12400EF for ; Thu, 19 Dec 2024 02:41:09 +0100 (CET) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-3a815ed5acfso1021785ab.0 for ; Wed, 18 Dec 2024 17:41:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734572469; x=1735177269; 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=fS/ZehIcz96OxCUJrDGYcN401AVXZ6KLeq77UmkJZgg=; b=U3LUwODs5xSMxpWJhVPFctLYXA+40cNUwLb9oio97riVscYt7TXrGDX+jhv9Soji6E H6sUYfHcGY49xTl+x4wggUp4wqOvmbLWxLqV/fT4xpWo3yLftJSrFiGHwz4sl932qD6e U/2lZiVSXNq/wp0CXmohq9Phip/govjvlVZhU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734572469; x=1735177269; 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=fS/ZehIcz96OxCUJrDGYcN401AVXZ6KLeq77UmkJZgg=; b=nvlR79y2DKgmwII3l6snwzuQgzrZepKwysr7LOi/xweiqONThbRwXf0k5z9rFVZDuK 4tjqLJkCVTM23+CCyMRB319qBjF6LOfD2SRmz6E/WOsSO4acTuYHLLq/yjbAqGY5kuoT DD/2AogtvbqOwcziTHMXEd1cv6RJVzDx7Lpz+ZvuHmq/nAmSJKOHkmcwovnuPJpr2Ux7 Fm/E4z7jMyfPX01UxRURKJg/TMDSXW0bS+3+olX5sE6+Di6IDVOXT4qpmJ/OYsdThd7i RuTUltj2ZwSjDUBAChAXhLz/1Xi5XgNuVE1vagYwaCvl0YIQFXaPaTTD5iTCbJK5UAy7 OOzA== X-Gm-Message-State: AOJu0YwhBf3kbBiUsd91lSWc7MRLnvJjpPLUaDdWGc8GkhQLBf009Io1 +WGc2aVbo4iDCAtwRu26rfdDv0tGLkiOX+VApoAaNdE3EuL0VCpcdL3Ess3SMO2AyhloT1e8jb+ l//ow9U0sJ5sCyHypeV8QucAbJjRTHM1rDOb5ivS8 X-Gm-Gg: ASbGnctNVAzqtsHMcHRWm+N5pRSNDo/wJe8xA03O9CNr2DMx+lINijmsEZvW89aS0T4 iSleDXGqtprAHH89v0QU7RKbC+zVgjEP8iOO9sYH20QwSL/qSvoKLX+gMEeVnkHfZQT7xT2Zqn5 CNZHwz/3YR56FrwxnBLRphDkIz8b+zAT2jsWUwm/OQkk19bekkczWXnvTGEJT463gNLnUi7vTW3 yFlNLYcz9f6coe7/hS4HS7qAbVD/bP3qaP+QnQMW170gjTUyVP20QuQNBVZOVNmkGlNZdO5BQtl EQ== X-Google-Smtp-Source: AGHT+IHSF8tGuQeouW4bCVnCoivvSbv0HOpHo/JscOLgdJ7tL52P1BXQr3ZEXLLRq7WBldB8pT8rr5rLvzRw X-Received: by 2002:a05:6e02:1a6f:b0:3a7:7124:bd2c with SMTP id e9e14a558f8ab-3bdc428264bmr47824955ab.19.1734572469060; Wed, 18 Dec 2024 17:41:09 -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-4e68c0ec015sm6483173.38.2024.12.18.17.41.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 17:41:09 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 17:41:09 -0800 (PST) Message-ID: <676379b5.050a0220.f1908.08e2SMTPIN_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 8B0066052471; Wed, 18 Dec 2024 20:41:08 -0500 (EST) Subject: |SUCCESS| pw149308 [PATCH] net/gve: Allocate qpl pages using malloc From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241218234635.2009033-1-joshwash@google.com> References: <20241218234635.2009033-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/149308 _Performance Testing PASS_ Submitter: Joshua Washington Date: Wednesday, December 18 2024 23:46:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:78d0246a2e2fb14cba220d507192d12d2ce896ac 149308 --> performance testing pass Upstream job id: Template-DTS-Pipeline#203211 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 | 1.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -1.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.9% | +------------+---------+----------+-------------+------------------------------+ 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.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.3% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32163/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/