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 A8C8446284 for ; Fri, 21 Feb 2025 05:45:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D89740678; Fri, 21 Feb 2025 05:45:06 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id 9CC0D4029A for ; Fri, 21 Feb 2025 05:45:05 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-85595f813caso130078839f.3 for ; Thu, 20 Feb 2025 20:45:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1740113105; x=1740717905; 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=wQasV8MybE3yreMXeIhYYAWpmu3f0OD91IpcytOlRkY=; b=H46GZKgyCg5+O42KYysT9aRSqq5bqc8fmPXfjGFYSEjRwl38aiSTIR1dQvPLbe6tBU yx1EmCaEAjzt95b4iQ2HDWbpNj/SwVvRG386riz4jt4GyOSbt57+JusJ7OQM0rnWBAEA tanOhHkGJjehfQcPM3dPbyZ4lu0Bh/NIm07N8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1740113105; x=1740717905; 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=wQasV8MybE3yreMXeIhYYAWpmu3f0OD91IpcytOlRkY=; b=jWhhyCX5KgOntr9w1S5uNpAPlE8QlSC2cNqj6kum1vmSqLsODStInUkcX9d5eLlWVZ KH3h72jV19bIGnzyphqnjTlgFWqci7BliK4fSojKsFVC64efLwjdGutXk9yKy0gaAQAe HBPlyukWouL21stJuZwkmzGBS83TJnh10IW27oPMQ1/PJoF1rhd3vRSWrRrxdHvYT+9X CG3iRs416sUg55v2OvTBw9Z+7/UxWrwQ4IsMU32pymiv58dugDHDMjSz1CVn17FOznae Qdw9oLREgdB1yL45/haMphzl/ITOkCwScXovblRGygs7kcX6g53ajUfREBn70a6kr8oB XNLQ== X-Gm-Message-State: AOJu0YyXYkAcUKfD2JAxjIUPA22aLr7D6wH9vDUjcvvv0hNj01MgEZ7T gtooB5GcUXmMmn6l0t9KJVigOFnipjFw6exGQYK4lkcqf4fvOX4dP+uQbDeIquVn9NFEFPZubsP EphatFJQKnt6w67w2wd1J85C3QgzuyCRve++03PFa X-Gm-Gg: ASbGnctujILFtofH8ADiNDkOGr5LrBMn85csVJHlBndJKzEGDG/Ff5NMgVS4lJ+je8B MH+mCWvlT5BMZ076f4p3rf1VQZN5xDOkYjwEadqRoz5mu3W5Pd21J0eBq40f/VCrGh911uBg20N Or5INE1+HUO6I9W6MlAx7h48vNO+r3WQHOoY7zziE5OjEexfju/5yYBUmDmeBrLWxHkFNkVF0N8 EWmD2z6kQ9LpVzqahhbh5W4M6dDLuSSf12jLJCobY+jBuLgNh39zpjK4cACWE2ykqSCNbvjz1/s M69I8gnZRdYheqGAOvYl3XAHy2IvezfhYicm5X3z X-Google-Smtp-Source: AGHT+IEzLMr4r9dlU6/ZtU17EMhAEUB3vqBxPB0aUYKmOYTitkbSlSxnTz3QHyeNEDZtMaYqEiXwQyR0HsA7 X-Received: by 2002:a05:6602:1612:b0:855:6965:6660 with SMTP id ca18e2360f4ac-855daa78a0amr141152739f.13.1740113104952; Thu, 20 Feb 2025 20:45:04 -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-8558dac423dsm43334039f.31.2025.02.20.20.45.04 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Feb 2025 20:45:04 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 20 Feb 2025 20:45:04 -0800 (PST) Message-ID: <67b804d0.050a0220.261a9.509dSMTPIN_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 659826052471; Thu, 20 Feb 2025 23:44:56 -0500 (EST) Subject: |SUCCESS| pw151771 [PATCH] net/zxdh: remove unnecessary null free ch From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250220224411.302807-1-stephen@networkplumber.org> References: <20250220224411.302807-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-intel-Performance Test-Status: SUCCESS http://dpdk.org/patch/151771 _Performance Testing PASS_ Submitter: Stephen Hemminger Date: Thursday, February 20 2025 22:44:10 DPDK git baseline: Repo:dpdk Branch: master CommitID:3497d187f963e5fddca607637f6a42b8b944fa49 151771 --> performance testing pass Upstream job id: Template-DTS-Pipeline#213599 Test environment and result as below: Ubuntu 22.04 Kernel: 5.15.0-131-generic Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.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 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ 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 | -0.8% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -3.7% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 2.9% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -8.5% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32631/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/