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 EB44DA0543 for ; Thu, 7 Jul 2022 14:39:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E47C14284D; Thu, 7 Jul 2022 14:39:22 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 719684069D; Thu, 7 Jul 2022 14:39:20 +0200 (CEST) Received: from [192.168.1.38] (unknown [188.170.75.69]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id D1CFFCB; Thu, 7 Jul 2022 15:39:19 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru D1CFFCB DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1657197560; bh=kCkCWNZnLgGZzndPywZ2ygcdzAcIfLLxsWcQ29mdtkg=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=tVgDSWtiyptUyTKB2XIIQDApr0xvyMLgV0v7WI63mqOk+FJ+P8C4Ji8J9ZAccWgTc EHO4KyG0gWtzgejG2YcSpdTr9l+njSal/bXgYsHgtKvNrnZfrYYM0/SG5dX/IQXjL+ T+ROmVaIISyojBcBqhGanrdm3Ukz95gCcDlN20C8= Message-ID: Date: Thu, 7 Jul 2022 15:39:19 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH] app/testpmd: fix memory leak for dscp table Content-Language: en-US From: Andrew Rybchenko To: "Singh, Aman Deep" , Jasvinder Singh , dev@dpdk.org Cc: yuying.zhang@intel.com, sean.morrissey@intel.com, stable@dpdk.org, Thomas Monjalon References: <20220628132916.1284235-1-jasvinder.singh@intel.com> <1e2c4d1f-3a36-6527-9e3a-b3832da0900a@intel.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On 7/6/22 17:32, Andrew Rybchenko wrote: > In summary: dscp -> DSCP > > On 6/29/22 20:30, Singh, Aman Deep wrote: >> >> >> On 6/28/2022 6:59 PM, Jasvinder Singh wrote: >>> This patch fixes memory leak reported by coverity. >>> >>> Coverity issue: 379220 >>> Fixes: 9f5488e326d3 ("app/testpmd: support different input color >>> method") >>> >>> Cc: stable@dpdk.org >>> >>> Signed-off-by: Jasvinder Singh >> >> Acked-by: Aman Singh >> > > Reviewed-by: Andrew Rybchenko Applied to dpdk-next-net/main, thanks.