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 C2EA6A0540; Wed, 6 Jul 2022 16:32:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B35440DF7; Wed, 6 Jul 2022 16:32:21 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 6520B40687; Wed, 6 Jul 2022 16:32:19 +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 43E72ED; Wed, 6 Jul 2022 17:32:18 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 43E72ED DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1657117938; bh=TORd5t8vHl1gOqdP4QYFu5ENS/PUyfs6OnxlV+6UGSA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=A53X8bFmcfFnqylor/7sobk1EvFw6caVAJGLif+OJ9MkRup5JbBngnOVpgrHd8tNy qKOUTdCzaGJqPSohiKAus0MHiL05FkG4RiAB4ZLBDJQKEwyQDdiKUSGh0AQGjErjcF FbNeXiNhx08rr9lrp7zwLQu/aJ0VoDreWCEZHpaY= Message-ID: Date: Wed, 6 Jul 2022 17:32:17 +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 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> From: Andrew Rybchenko In-Reply-To: <1e2c4d1f-3a36-6527-9e3a-b3832da0900a@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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