From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 2F6865398; Sun, 18 Nov 2018 21:36:06 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 84BC621EAE; Sun, 18 Nov 2018 15:36:05 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 18 Nov 2018 15:36:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=daiH78sLS1Dyrz75vYKyNskDzfLQ8ekJiI5NeOyV1l4=; b=gKDuISkS4nI3 xAMjI+Ds5YJbHqJEJao/PN6x82872N/d2aOcCFBMDvyn+R+thZWM+EamGeMMuKqZ wf9w3+T2+yG67WA6LaivfvxUuBY+amxPZ271L2VQhBd0mmEDzrMlx+kRtC0iBfsN 1CFg8ydhVBWiL4HVmF+ltJkufLc8Kc0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=daiH78sLS1Dyrz75vYKyNskDzfLQ8ekJiI5NeOyV1 l4=; b=U4nESixO7vGrk+BFX7Bmwrd4NNy4yWyQx6+qNtG4UM1PjlplYYk/V5oJ/ lahg/4Tjz+9AOF8F0dzmWiSVZzPwLhCa4Qf64bldlYpFE7clp+2e2astdjORIGNX bOYIst/ohiXCBClX5zXbnRjMEmtd69GXNOkybAwdCvOGvdaiH+yTuthnKDSWU0s7 6+NbjvcJyH4/IZk50xUL0rrSzz5XzAaoh2L1RlOFiqP7TONs/+LkQzph/ZDxJifu hJPK1M+x99Topi3HXBQGbksFSO1mVEjgKhgKWbp9R9ryv+S+8TdSZA+QZumJwwyf gYUHiwbQcD4V0jZFwpugMtnbJTyEQ== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4B8DC102ED; Sun, 18 Nov 2018 15:36:04 -0500 (EST) From: Thomas Monjalon To: Jasvinder Singh Cc: stable@dpdk.org, dev@dpdk.org, bernard.iremonger@intel.com, jingjing.wu@intel.com, wenzhuo.lu@intel.com Date: Sun, 18 Nov 2018 21:36:02 +0100 Message-ID: <3483543.ap0HWNepZy@xps> In-Reply-To: <20181114115859.160722-1-jasvinder.singh@intel.com> References: <20181114115859.160722-1-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] testpmd: fix memory leak for dscp table X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2018 20:36:06 -0000 14/11/2018 12:58, Jasvinder Singh: > Fix memory leak for dscp table reported by coverity > > Coverity ID: 326961 > Fixes: 281eeb8afc55 ("app/testpmd: add commands for metering and policing") > CC: stable@dpdk.org > > Signed-off-by: Jasvinder Singh Applied, thanks