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 6332F460C4 for ; Mon, 20 Jan 2025 15:10:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 37F1E4027A; Mon, 20 Jan 2025 15:10:31 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 802404021E for ; Mon, 20 Jan 2025 15:10:30 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-84cdb6fba9bso392591239f.2 for ; Mon, 20 Jan 2025 06:10:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737382230; x=1737987030; 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=9UBkPjJ25o2y1FGVkujfccmwAj2AmP3HGhclfDXAdQE=; b=NS/BuK3l9iXBuIBb67N9ojmL2mXdYDLKToMusLLfUS+VZKl2VCwSwEc3wpdTn34kkD P7IvmFxb75AAzMoS0hZS3AJ3NCChaNrCkkEvOUFLw4SsWO2xkc1gN2AigvAaPsB1svqH cS7IV5J1CURlHVkOHNwWh+3rtXnXp2wiKbnhA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737382230; x=1737987030; 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=9UBkPjJ25o2y1FGVkujfccmwAj2AmP3HGhclfDXAdQE=; b=vjcBags+p7XXnF+xfL1r4xQeJK0O7C9s1TOqkQLSncy+DR+8qpxJH3MXzV6RP6nZVP Yoy7ifE7uZkFFV5ITyH273YsnYEXKOEXVhKBqpSu/Hj/jz11azJBKFvldt2xEZjBNOl2 qF9sfuAdw1o4wFwJKr5COnf5Zr4cCdncDQyrj99UEIAlvJ8ti71xQ2iMsbyRtn1/sndp qOEwi78xRHLocJWo84uG10Xp646T+jMJ6jArLLGhPNr3xAOo9rbP0vfQfeA/m1oPaSXr l69gZGHDucU3u3zPGnIl+lgjYIncve2ldpLBMrCQ7itmn4TrunnoDxsTIlhxeNuI5tfD 7G/g== X-Gm-Message-State: AOJu0YwJHacC6YxQrrRzigvNDlKsJaogPIIn/0tGp3yApo4mGIRwjo93 LLXNhyb4deHc5nedUi4FGSAOIB70+epC9ZdCjRhNaftFRvqyHh3+N2uRp2TfhvTWysFHyCsNcj7 xd9J9SrAaZq4IJRrFXYz3xnQGC4voxAucOzV2ch65 X-Gm-Gg: ASbGncsKmRJmUx67RMiSc42z8871q/ITonruGvETkyIPbyCy1832GU/4ogRJVLFP7T5 mM4RbXuUk77bTGla5nOMqd5clqp/8hFZgE8vhQddT2T4ojGAkXwbreguYNU+rZ4IKsq/wnMEmY5 vgsu0Mm7LGH5dZj8L/PHgsKZCL+ZH9sa+udmTBJ1z21I3zz65blVrtWB/EmrYUkovggfvZjYL02 HXjAwsa6+bQ94EMFyMTnzhtoZCb8Sewlx4E69BjzkPvE2EXIQVIdPv5QzxKfSzk/1xs/qzckFbJ hJ6D6l2mN/ew8GRrgNc= X-Google-Smtp-Source: AGHT+IFpd5Rea8nCMOnbUOs8VNhtt/SBMyf2X5IOvTGJb73+olvuaDuCpGRcqpSEVxxDEATk08Dt6PAE7F0b X-Received: by 2002:a05:6602:4006:b0:847:560c:e7b7 with SMTP id ca18e2360f4ac-851b61f053bmr1265718439f.4.1737382229709; Mon, 20 Jan 2025 06:10:29 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-851b023b8a2sm53091839f.7.2025.01.20.06.10.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Jan 2025 06:10:29 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 20 Jan 2025 06:10:29 -0800 (PST) Message-ID: <678e5955.050a0220.306908.33fcSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.6] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 2C0AD6052471; Mon, 20 Jan 2025 09:10:29 -0500 (EST) Subject: |SUCCESS| pw150285-150286 [PATCH] [v2,2/2] mempool: make rte_mempool From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250120122156.2480524-3-ariel.otilibili@6wind.com> References: <20250120122156.2480524-3-ariel.otilibili@6wind.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/150286 _Performance Testing PASS_ Submitter: Ariel Otilibili Date: Monday, January 20 2025 12:21:56 DPDK git baseline: Repo:dpdk Branch: master CommitID:6d7e741be18ab1e6ecce46edb2516318305c3c73 150285-150286 --> performance testing pass Upstream job id: Template-DTS-Pipeline#207994 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.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32374/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/