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 E556E45DBC for ; Thu, 28 Nov 2024 06:19:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E12C9402AE; Thu, 28 Nov 2024 06:19:17 +0100 (CET) Received: from mail-qv1-f97.google.com (mail-qv1-f97.google.com [209.85.219.97]) by mails.dpdk.org (Postfix) with ESMTP id 3FDCB4029C for ; Thu, 28 Nov 2024 06:19:17 +0100 (CET) Received: by mail-qv1-f97.google.com with SMTP id 6a1803df08f44-6d842280932so4179696d6.2 for ; Wed, 27 Nov 2024 21:19:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732771156; x=1733375956; 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=o3VZa+jTaBLB/mKgmwY1WCDts828B/W0PvZumGQohI8=; b=iS27VmFflM3LAREa7blj8UT2+yi+Ur0fl1/mp2tSscAqkhzFafFB8hmkWbwh89ZjXl lQFzHhUeGCaXwbq0FVeQIIp8OZRI5s+mZHtcT50Um4nL+UnHbxR+bsySK5ckgwtv1ZGa vMafqVEe5ya8qrIC2yZT+vt6Jqi9GsZzMDoDc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732771156; x=1733375956; 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=o3VZa+jTaBLB/mKgmwY1WCDts828B/W0PvZumGQohI8=; b=u/GB6nMeS9N4X9oWWTey9TUERfOTOZFgvjgW57WD2MQJnCA0ZXk9ljCOk8RDuV6yKo a1nDrABUd8Cw4cLQPmmoF/ko4IA8JW+vulFeN2+jU0JA8ZUp8wll5SevtXT3xmwZWNV5 jRTKqfnoVbz/Mx01R1yOw4yFphmL3Zws62hFtSRwXw5DwDz2rHak5bWrXuXl4Hfeq4IE 6/ib84UuuAqASrEGEFQxmENi1OEDyoaz7rZnzY42PvBpPJj0Jl8BFSp213Dx3fBhaAPK cQnhiE5wI7kZ9xhDTiwq0dtjq2QZIC4nS0hVFwu2Fmf73ap3CztQ89YiPDKankXKW7vZ b9LA== X-Gm-Message-State: AOJu0Yxy7jQlnwxT1hqthJhxxtw50NViB1a494gmy/rYifxa2iBGflcv ChvXZXrDCFjW5DHOkT1EBVXNLcaJANRm6JJBrQevEyf99A/tzwF/KCHnrO+ASbOEpKXIKXkYAKK i9E1vF98tI89Vw1t1HgJcIxSy8kiUOsqJF84UOxZt X-Gm-Gg: ASbGncsd9lAki3uxG8rHr84Dzz0VpHVMJ8zsL5LKY5HzVgwvjYJYFVyypjeDiQwcrW1 rO/sehx6vLlHBXo6EEK245Ffys2j5/nd74vsDRW0FRivPahLYqd67Io/b6tV7yZG2EJKen7y9tG cZaanPx1Tarbguq9VV9yQj4xLB4UDHFhbFskCs8kE8yrt8PdMikeVmq54lViYJQL21LM3hwbgYT kqAFBP3yOSRnCZ9jqkzRanH7RftjtDdEFmKvWhfA3NdOrgbDph3pZmCdXyxZrFsmzI1eAs= X-Google-Smtp-Source: AGHT+IG02XMQWezvMirkRBUROt9D0MsDEReE7Z+w2WcL019UYXhRKPtiqgYeTkLsERhqV4ZOamO9YdaMDltY X-Received: by 2002:a05:6214:409:b0:6d4:8ef:1514 with SMTP id 6a1803df08f44-6d864de13c3mr77795646d6.47.1732771156703; Wed, 27 Nov 2024 21:19:16 -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-6d87522d622sm292856d6.69.2024.11.27.21.19.16 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 21:19:16 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 21:19:16 -0800 (PST) Message-ID: <6747fd54.050a0220.305d0e.225fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 40BB06052471; Thu, 28 Nov 2024 00:19:16 -0500 (EST) Subject: |SUCCESS| pw148569 [PATCH] net/mlx5: fix the leak of action data lis From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241118065259.250538-1-bingz@nvidia.com> References: <20241118065259.250538-1-bingz@nvidia.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-intel-Performance Test-Status: SUCCESS http://dpdk.org/patch/148569 _Performance Testing PASS_ Submitter: Bing Zhao Date: Monday, November 18 2024 06:52:59 DPDK git baseline: Repo:dpdk Branch: master CommitID:969e73b20419912ba9dd22e86a43a5ebfbabeca2 148569 --> performance testing pass Upstream job id: Template-DTS-Pipeline#199027 Test environment and result as below: 22.04 Kernel: 5.15.0-94-generic Compiler: gcc 11.4.0 NIC: Intel E810 100000 Mbps Fail/Total: 0/4 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 2 | 0.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Fail/Total: 0/4 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 512 | 64 | -1.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 3.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.8% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Fail/Total: 0/6 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 128 | 64 | 1.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.3% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/31955/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/