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 63C2A42971 for ; Tue, 18 Apr 2023 01:39:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F3C240E09; Tue, 18 Apr 2023 01:39:49 +0200 (CEST) Received: from mail-pf1-f226.google.com (mail-pf1-f226.google.com [209.85.210.226]) by mails.dpdk.org (Postfix) with ESMTP id C3AF440E09 for ; Tue, 18 Apr 2023 01:39:48 +0200 (CEST) Received: by mail-pf1-f226.google.com with SMTP id d2e1a72fcca58-63b87d23729so665887b3a.0 for ; Mon, 17 Apr 2023 16:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681774788; x=1684366788; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=g92/au8BhODpQldKfArPYOm456moFx6IePubp4JDhdY=; b=Cd8OFuVi1N68xfgdHbJjAF23wv4wWtafoRoxExDT7GVbRBuEz75/1NQ4WMZvNqJ5Ig wm8qroM5tZRa5HkhHFfUXTdIiGeF8u3ovUZlXIQm3UrRebRPw4NfNAq+7pkmcT4z3NaG pK2Jij8hErdOK7DAXc9E9p9S8ElDJXF33uJD8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681774788; x=1684366788; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=g92/au8BhODpQldKfArPYOm456moFx6IePubp4JDhdY=; b=ZDZzzdf4ab9DvWHW3/yd8zGWJlokuVXbY+fPy7/bi+h1Z2Q0f/RD0WkEcPZM3gBC0C bAbYPuTyHtUkavt7i78JBaeekwgU9Hri5tpubsUemGZ908sPCLuV8I9tVZZee2lJLEC8 huILlkAEmG/l3EKYnCPvLHgdmYaAkwnYosOg73Q1OhHv56S7t/2fXp4mHE9AXHLwGzl5 4IElnmg96LTogl2Ocsq68FcyeZ07E8lyTTqkirAxLFwQC6dimj3Ruec09iogAIKrTRb0 /s/TT81LkV+mqo/I3+n2LlJ6fMl8nT+3Mbk2YPjrW0l9+4N+ipztNXlWajhptVBbVpge 8fYA== X-Gm-Message-State: AAQBX9d5jF6y2NHfmX/WxExMt+uLd2SyH9F26HEFIJpuOSlwZtzmurRe C4vemWSN/DHiQkHP78a9OsU6UasCzg6pMIw19lNxYUs2u4qi28xTkJK19lbnXInaaGC7/8PAvQ= = X-Google-Smtp-Source: AKy350ZVueYJkLAPVDquiUsjbJ56tPfnOXJhpKC3d1W+pt6KWQgs9oz5Q+R/TTP3WFiIzRPrRF6pj/QeAV6a X-Received: by 2002:a17:902:d2cb:b0:1a1:bfd6:f890 with SMTP id n11-20020a170902d2cb00b001a1bfd6f890mr322913plc.9.1681774788005; Mon, 17 Apr 2023 16:39:48 -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 p5-20020a170902bd0500b001a52fd6de04sm3478473pls.6.2023.04.17.16.39.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Apr 2023 16:39:47 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [172.18.0.210]) by postal.iol.unh.edu (Postfix) with ESMTP id 78B2B605246B; Mon, 17 Apr 2023 19:39:47 -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 5D0986008C; Mon, 17 Apr 2023 23:39:47 +0000 (UTC) Subject: |SUCCESS| pw126202 [PATCH] [v3] 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: <20230417233947.5D0986008C@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Mon, 17 Apr 2023 23:39:47 +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-broadcom-Functional Test-Status: SUCCESS http://dpdk.org/patch/126202 _Functional Testing PASS_ Submitter: Kamalakannan R Date: Monday, April 17 2023 11:22:43 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd 126202 --> functional testing pass Test environment and result as below: Arm Ampere Altra - Ubuntu 20.04.4 Kernel: 5.4.0-137-generic aarch64 Compiler: gcc 9.4 NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/1 Ubuntu 22.04 Kernel: 5.15.0-58-generic x86_64 Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0 NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/2 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26022/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/