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 6F2B242995 for ; Thu, 20 Apr 2023 10:08:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4AF6540687; Thu, 20 Apr 2023 10:08:47 +0200 (CEST) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id E230540687 for ; Thu, 20 Apr 2023 10:08:45 +0200 (CEST) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-1a5197f00e9so7570875ad.1 for ; Thu, 20 Apr 2023 01:08:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681978125; x=1684570125; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=S+7gNwuPcS1+poYN8dKyPN8BV9cd/k5xuRCBLAFY1aE=; b=SfCcIrKdJp3k3MmCZa0U9ihY5w/G8BCSMj0Iq3PBK6ljycEQKtGiOAdONMHHjieZr1 uC8Sfj6orV3DGDsKIadHtpH2j6SFK4t38kBah4+fiHTW/+BwKKg3kOsNECZGSjmXAhdq +A28W4AlHzMkWzI9TlJKOVHiOHX/aS6cgRbS4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681978125; x=1684570125; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=S+7gNwuPcS1+poYN8dKyPN8BV9cd/k5xuRCBLAFY1aE=; b=G1sgndvj7uGS+2E1Xt0fQ2B1eHyrgDMZTbZwCxuvzimNV6ItmqLovwZZ/eGVeUOlHU 2dIxc+/0QRxgaT8JptHaxcL7llTrW66KZUjWhNllrquAv9QtABmI8E+q5U+OzQcVWSC/ RriJPDcllgFuLZEJZcKyq87Bjf/iEK5vY1w5wOawa37NGnMBpIJdvEg21d8jMvbJ/io4 XoUT3lGSdTk1mREIrgFxx95esAicAd4iXjuKZnn5HKdQRI7DTSuWqdSvP6mv+JRmBwy6 GmdYI9cTkQTh1NVpTFFux4HR75IO+SElAwn8eC2YauUYO6yv6gH0Ch/CflmltXLJAJMo vjiQ== X-Gm-Message-State: AAQBX9dcJYbPQXVtEmfuFtuYtdvKPaJYnw95J+hE6TWpZc/qfkzIIrLM ETH2lAXRrbUMMwoRhNbLaC6TztTTWm8zk5zLWafMbMVn9wBv0VngQtskpQotxFjG3w== X-Google-Smtp-Source: AKy350YsvRgIK0OZl/89VFWO/WmfTQp9F2DTxv9PRxn0s0dWoAlQOrM/vSWSc8bmiE3lBWHXz584eB4u39yV X-Received: by 2002:a17:902:c745:b0:1a6:7fae:3a28 with SMTP id q5-20020a170902c74500b001a67fae3a28mr676311plq.42.1681978125038; Thu, 20 Apr 2023 01:08:45 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id x6-20020a170902ec8600b001a6a09c556fsm34723plg.66.2023.04.20.01.08.44 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Apr 2023 01:08:45 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [IPv6:2606:4100:3880:1722::210]) by postal.iol.unh.edu (Postfix) with ESMTP id 4E224605246B; Thu, 20 Apr 2023 04:08:44 -0400 (EDT) Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1]) by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id 3A4ED600B4; Thu, 20 Apr 2023 08:08:44 +0000 (UTC) Subject: |SUCCESS| pw126284 [PATCH] [v2] ring: fix use after free in ring release From: dpdklab@iol.unh.edu To: Ali Alnubani , Test Report Cc: dpdk-test-reports@dpdk.org, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230420080844.3A4ED600B4@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Thu, 20 Apr 2023 08:08:44 +0000 (UTC) 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/126284 _Performance Testing PASS_ Submitter: wangyunjian Date: Thursday, April 20 2023 06:43:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:5f34cc454df420b9b2da8deb949fb76cba058b87 126284 --> performance testing pass Test environment and result as below: Ubuntu 18.04 Kernel: 4.15.0-166-generic Compiler: gcc 7.5.0 NIC: Mellanox ConnectX-5 100000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 256 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 128 | 256 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 256 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 256 | 256 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 256 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 512 | 256 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26057/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/