From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/softnic: fix integer overflow Date: Mon, 23 Oct 2017 11:54:33 -0700 Message-ID: References: <20171019093945.126311-1-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Jasvinder Singh , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C42BD1B68B for ; Mon, 23 Oct 2017 20:54:35 +0200 (CEST) In-Reply-To: <20171019093945.126311-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/19/2017 2:39 AM, Jasvinder Singh wrote: > Fixed integer overflow by casting hard_rate to uint64_t type. Coverity Issue: 195020 > Fixes: 8316b9816b79 ("net/softnic: support traffic management") > > Signed-off-by: Jasvinder Singh Reviewed-by: Ferruh Yigit