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 669F445EDE for ; Wed, 18 Dec 2024 19:18:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6421540EE2; Wed, 18 Dec 2024 19:18:57 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id 3FE3D40DF5 for ; Wed, 18 Dec 2024 19:18:56 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e3983426f80so4596879276.1 for ; Wed, 18 Dec 2024 10:18:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734545935; x=1735150735; 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=T5wxTqG4p4ix2/I+t3nZXUTZ9xh1PsjlPtxPt8nWGck=; b=OkengyD1Trvp3M1zsa6BMg7MF5tfT+dQsUcEUMvYoq3q/VKh3GylY1hAa5Ot44ILW0 Dnc8O8pKxy3/frvjUE62t+3OWeV3hv/tNW8uHJCNsr8zmiBze22zPajpbG43ZZCHKxiO FPC27EJ/v3U10m7zcjgBgAoMW8So5v9Ep5ZeE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734545935; x=1735150735; 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=T5wxTqG4p4ix2/I+t3nZXUTZ9xh1PsjlPtxPt8nWGck=; b=u2UdXuDiXFpdp1Ra5FJelkvewggy8+RIuuL5gmMq3KvF7jvfLgE9kvCCDDZKVajp2G KkHr2Ip//kffBoQ7ZaiVWxS+twSxDx6UMaTjMTTATKeL2w6goCadybU/Fj3own6WFe2h TgGTGUlodCNpHIm27NYgA7vETGkf/dhzIvk2y39dGTOqWBnzyS+hEjXEYCNQQNtknak/ lJVt+icrgNCSGvymn9kgaobUkzQU3mXY3wKEleZnlCgyz24LS45ogndaSvhEh6dOLV66 CzRyqGqDGxiemow7dmpfQY6u9ZxrqTn6BsvlbRbgKnbukGhc36viUu0tMMFzLEuvnQ7+ gRCQ== X-Gm-Message-State: AOJu0YxOsd2gc15Zsi6QXfhHvjHI3Fw8xTluujmDyzxgbETKjqed7B6r vIZqyZ/TqwoSJimdDIqGbqv8cTPtPwSrnf/8RVFJ7dGzqaLrIoLO6osA0/siBXQGJd5LbQtXsdZ u2z9nZ/rYrP0zeCL5SlEowOp0bY64Xj4KyOblbauB X-Gm-Gg: ASbGncvNHBjqTm8Bxo+gUFpCUyo2tBHRoj42DaMtv8+a+BwWrtkPN8Xhm9XwPVQwsKa FMm45RyiJE8z7covRU3V4ThkgDznTp378SGA5uyXO6FqJ8spIwI3vbOqoQcpn8PiSHNferYS0w1 6McOqFc9xl1Pz+8l+BEPFLbAVPsVVci6wNOFaeX/4s+5EoMyb7+jS+U3uuTFHcO+AiKio9xR9xy DT7+nLESCI94kjgMs1ukXKGgrQlAcsiXctkb8nEVLMKQLOKI5wEkaOlzyUU+j3d0uMKvGcnrO02 ew== X-Google-Smtp-Source: AGHT+IFi2o3OAtZitCWQNRkV8eUrVMZN6/qeuHU5EEtDvp5PRDQHlbLqE3Sz73iuKK+ZIFxngNAzApC+4uAi X-Received: by 2002:a05:6902:2612:b0:e39:8462:8bc5 with SMTP id 3f1490d57ef6-e536225f2b9mr3581659276.51.1734545935578; Wed, 18 Dec 2024 10:18:55 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 3f1490d57ef6-e46ffe570d4sm243627276.7.2024.12.18.10.18.55 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 10:18:55 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 10:18:55 -0800 (PST) Message-ID: <6763120f.050a0220.fc09f.f29cSMTPIN_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 398966052472; Wed, 18 Dec 2024 13:18:55 -0500 (EST) Subject: |SUCCESS| pw149306 [PATCH] bus/fslmc: fix use after rte_free From: dpdklab@iol.unh.edu To: Test Report , Ali Alnubani Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241218170530.140747-1-stephen@networkplumber.org> References: <20241218170530.140747-1-stephen@networkplumber.org> 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-mellanox-Performance Test-Status: SUCCESS http://dpdk.org/patch/149306 _Performance Testing PASS_ Submitter: Stephen Hemminger Date: Wednesday, December 18 2024 17:05:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:4dc4e33ffa108e945fc8a1e2bbc7819791faa61e 149306 --> performance testing pass Upstream job id: Template-DTS-Pipeline#203125 Test environment and result as below: Ubuntu 24.04 Kernel: 6.8.0-45-generic Compiler: gcc 13.2.0 NIC: Mellanox ConnectX-6 Lx 25000 Mbps Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 1024 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | 0.0% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | 0.0% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 24.04 Kernel: 6.8.0-45-generic Compiler: gcc 13.2.0 NIC: NVIDIA Mellanox ConnectX-7 100000 Mbps Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | 1.8% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32161/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/