From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix logically dead code Date: Thu, 26 Jul 2018 19:06:30 +0200 Message-ID: <4881799.PEfjO0lWEm@xps> References: <20180717103405.6793-1-kevin.laatz@intel.com> <8CEF83825BEC744B83065625E567D7C260CCCC23@IRSMSX107.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Iremonger, Bernard" , "Singh, Jasvinder" To: "Laatz, Kevin" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 809EE288C for ; Thu, 26 Jul 2018 19:06:36 +0200 (CEST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C260CCCC23@IRSMSX107.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Remove logically dead code, tm_port_rate cannot be greater than > > UINT32_MAX. > > > > Coverity issue: 302846 > > Fixes: 0ad778b398c6 ("app/testpmd: rework softnic forward mode") > > > > Signed-off-by: Kevin Laatz > > Acked-by: Bernard Iremonger Applied, thanks