From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] app/testpmd: fix memory access error for metering CLI Date: Mon, 6 Nov 2017 22:29:07 -0800 Message-ID: References: <20171027091735.146399-1-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: john.mcnamara@intel.com To: Jasvinder Singh , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id DA4D31B3A8 for ; Tue, 7 Nov 2017 07:29:09 +0100 (CET) In-Reply-To: <20171027091735.146399-1-jasvinder.singh@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/27/2017 2:17 AM, Jasvinder Singh wrote: > Fix memory access (out of bounds write) error, color and > action assignments. > > Coverity issue: 198437 > Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and policing") > > Signed-off-by: Jasvinder Singh Reviewed-by: Ferruh Yigit