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 504A24296F for ; Mon, 17 Apr 2023 19:39:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4AE2B40698; Mon, 17 Apr 2023 19:39:27 +0200 (CEST) Received: from mail-il1-f226.google.com (mail-il1-f226.google.com [209.85.166.226]) by mails.dpdk.org (Postfix) with ESMTP id D5AB540698 for ; Mon, 17 Apr 2023 19:39:25 +0200 (CEST) Received: by mail-il1-f226.google.com with SMTP id e9e14a558f8ab-3293e4b2d32so2883085ab.1 for ; Mon, 17 Apr 2023 10:39:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681753165; x=1684345165; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=8jCsb4jpjM2AXkHo1J0wC54D0+Wi2C9wYHjMbzaRayY=; b=ig2ayGJ4B1/kiSP3wXD1LY0YdtPxryFy4uQtCchnReDbS2cM+qbWD5W/7raT0l/tGf ENhSxCmSlM0mjD9fa2dLMlvXP/n/2NyLmsraTkceLGIzEcJnWxUvKfH1E0BXYLesdd9R KKQAkVeU681oz59nwCnjID/7pcXjvgLRFgPsk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681753165; x=1684345165; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8jCsb4jpjM2AXkHo1J0wC54D0+Wi2C9wYHjMbzaRayY=; b=BGltNEjJ2MvEJ704EcHNVNDqbb13ELvBPlggh5NjRvTGTYb/gAdcwQhVq9+kXql8gQ 8XIsUpJ5wi9erSU7fi/S4VU7cPCnSsgQGKInGOj7tRnfCatU5PYyiPKueKy8L5Ac1Rhn 40wcsUN51hlz1FglznMJaHm3ZVRxO8Y0JKD9Xz/DQWRAfBmNTev8aZz+Jh+IwcAP9ytp kq3U2V1bcvDS98dksbNU4ij4wzuqKBPN7Cy0wyqIcFKe/ZKtls+qI6F5Us6vJhdafpRJ 5AY+MQDGGqpRy2yccP6yBw99ZZo20usToCxUzrWw9CDK2kzpXOeGpDmTfydT+FhVejMd qTyQ== X-Gm-Message-State: AAQBX9eYSc9CbVJfHYEdKFSeXM0DfdU7bBkjMLUxSVyqM1t0w8RvTCg3 1LEcz0V00NfE8EJzM4Og0ZyvOVSsd3vppmw8tAEJvefSzERxwUykXzwfBkFRL35/bSG1Lo1vFQ= = X-Google-Smtp-Source: AKy350ZF7OUXZdfPoAgBRiDt/ADml6QrlHVt548g/TTNoiwWaUYK9YXU9wVZFzhww/RggsSudV3Pj2LNHo7W X-Received: by 2002:a92:d5c7:0:b0:326:457c:28e0 with SMTP id d7-20020a92d5c7000000b00326457c28e0mr11304917ilq.10.1681753165209; Mon, 17 Apr 2023 10:39:25 -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 f9-20020a056638112900b0040f9abbeb9dsm2773587jar.82.2023.04.17.10.39.25 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Apr 2023 10:39:25 -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 C650A605246B; Mon, 17 Apr 2023 13:39:24 -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 C6A8F6008C; Mon, 17 Apr 2023 17:39:24 +0000 (UTC) Subject: |SUCCESS| pw126184 [PATCH] [v2] pipeline: fix double free error for table stats From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230417173924.C6A8F6008C@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Mon, 17 Apr 2023 17:39:24 +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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/126184 _Functional Testing PASS_ Submitter: Kamalakannan R Date: Monday, April 17 2023 07:14:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd 126184 --> functional testing pass Test environment and result as below: Ubuntu 20.04 Kernel: 4.15.0-generic Compiler: gcc 7.4 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/2 Ubuntu 20.04 ARM Kernel: 4.15.0-132-generic Compiler: gcc 7.5 NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/2 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26018/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/