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 3CCCA45E04 for ; Mon, 2 Dec 2024 11:28:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 26B2240261; Mon, 2 Dec 2024 11:28:46 +0100 (CET) Received: from mail-pg1-f225.google.com (mail-pg1-f225.google.com [209.85.215.225]) by mails.dpdk.org (Postfix) with ESMTP id 680C34025E for ; Mon, 2 Dec 2024 11:28:45 +0100 (CET) Received: by mail-pg1-f225.google.com with SMTP id 41be03b00d2f7-7fcdb53d849so208415a12.0 for ; Mon, 02 Dec 2024 02:28:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733135324; x=1733740124; 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=ACooKphxJWpUYDSIs8U4IBOdPffW+P+TrWgfSiU4jF0=; b=EAWtgi5GhFJntUmzZTCng2yFiziRq/wZqk3C236srLXI2jZpkuaOhvCyQzuMZGaqqe xK5h7cs6+4FzJsWfh/JdKhl5cMfvyIp2hQtn1x2giyKNUUAjlWL4SiXegf8qxPkBDk0z WgGgxy4hDE/rgkMrqO6UhNlPD8/PMZdHbgNnQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733135324; x=1733740124; 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=ACooKphxJWpUYDSIs8U4IBOdPffW+P+TrWgfSiU4jF0=; b=NqFaSD6UdibG2xtFgcUsK4VxCx1CAjJqPlyXMZSkfrZonBXUrYyyhJivAcJ/hrz/DH NqMLru3c5RbNNvh4QyNXpg/yR667ymUHQY9AAcpHpvMABhW3mI1AQ1xm66SkNoJhMuM+ Ispnelhu1NDMbkbVO+YCJaihZ9L+KH9QLAWlcFm9uLUTWyKK1P2LbM6DsRr3zz/FIQ9z HGeZDd07J6DpfeoaJd277bfkEWWAqkVkxkqunS97pRPNkWlSKewvoeuE13nwzya7X3wm aFoKTnzk/+MQo+c/PWmFngkH8gbPuFPSAQJxJ/QIpkGRDuoV4fG4Zm+DIghK3fsSy36n Jj9g== X-Gm-Message-State: AOJu0YyzKaI4YGY8GvFd0Fl4CHqj+ttHLUgzphvA4C0aFVWaCwVVppZZ 2wGtGdcMYbWZ2HUwT/bnWkXP2IejpJEjxKrIkF5qNaluO9FoySmUqGXbLWIxGIrfvM5hmDWbLJp uEwyTcCQm2LGCvAq//EYT611N8Oq5ldz9neeO0Dr5 X-Gm-Gg: ASbGncuDFTlgkzezY00JOgVHMrkG4E48DsgnsKQqq9wnKlbUcIaeYSC5CQgtdTcKi3F qf31tUf3XgghTdRAdt+/1Btfu/6rSSKNvtdkZJteUASO/1p92m+Op+Q2QQL3dmFKsDVu8T4c9PT lmZKElFncur5Gy6l5C/XDbuXMK74U1sBy29TDDXeVKvtyjsjg/4DUkJIAbSCAd68r852mYJHAKi oNmBW2BmPI12OpXMoLiyHAM5M8C2BswLMPUmqazY2/gSlSQfMPK1iD/Lsxe3elRVidJoTA= X-Google-Smtp-Source: AGHT+IE3dSY00/Dy1V/L9huWj33Y/i86gbK2esZjPZ9vWgHWCaB2fYSn54TNZQj8Z/I0dTdS+6qM/u5TIQTZ X-Received: by 2002:a05:6a20:258f:b0:1db:db67:4d78 with SMTP id adf61e73a8af0-1e0e0b2c780mr41979240637.22.1733135324410; Mon, 02 Dec 2024 02:28:44 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-725417615e7sm498764b3a.3.2024.12.02.02.28.44 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Dec 2024 02:28:44 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 02 Dec 2024 02:28:44 -0800 (PST) Message-ID: <674d8bdc.050a0220.2d39c3.bbe8SMTPIN_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 78F486052471; Mon, 2 Dec 2024 05:28:43 -0500 (EST) Subject: |SUCCESS| pw148951 [PATCH] [v4,1/1] usertools/devbind: allow changin From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: References: 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/148951 _Performance Testing PASS_ Submitter: Burakov, Anatoly Date: Monday, December 02 2024 09:31:33 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 148951 --> performance testing pass Upstream job id: Template-DTS-Pipeline#200408 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.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.7% | +------------+---------+----------+-------------+------------------------------+ 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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32065/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/