From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B3A0921990; Thu, 26 Jul 2018 13:06:35 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 13:06:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=3lypx6oLEg67WSekeGAz5LhTQc XfZhvJQ5qHWWhp5kk=; b=HkvlQCPa8SvRdYK2tL7q7fNI9MhxPVm+DdsIKhHcNU t76ARCY3KiT16jyj2+XQxpI3wedP2ETUKYv6p9zrTJqtVp+3qBXKkaSDDrAnMChH yFd+BZP6Ant9VUpxPKgAXTjKTUTr0A6pnfhH5JNmzD0MVFGiW/+jtez73Nrz0ySE g= 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-sender:x-me-sender:x-sasl-enc; s=fm3; bh=3lypx6 oLEg67WSekeGAz5LhTQcXfZhvJQ5qHWWhp5kk=; b=GOhQiRd+OCyaxy0jVFtYF5 p9WusYkqk17m5S8X5+LBfvawyrQRz8n6F92KJaJzvW9Ej8Yk2z6JlfCk9WpV6579 qJ55q3IMvaePcPm26bY01DtWO3YifP0Ip9rgTWYT0hPXJYfkHis7x291ekFme+PW WIZklBibzlYI40LHGJT9pA7LsadhY4M/Solu1E0ODNjDc6AIj/oVJE/ZCXkb9jBr JK+9rxtGIrA0FGS0L330YZoL6Bhm47zS03bCLckWaTeksxZCPaZ1jBrMytD3F+ER YmbirMFFLxr9iA78eYoVPoZOtsOzgJxvKhoLnd4GfQR7gZOrvO3jtKl3UNqzu4LA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AE5801026B; Thu, 26 Jul 2018 13:06:34 -0400 (EDT) From: Thomas Monjalon To: "Laatz, Kevin" Cc: dev@dpdk.org, "Iremonger, Bernard" , "Singh, Jasvinder" Date: Thu, 26 Jul 2018 19:06:30 +0200 Message-ID: <4881799.PEfjO0lWEm@xps> In-Reply-To: <8CEF83825BEC744B83065625E567D7C260CCCC23@IRSMSX107.ger.corp.intel.com> References: <20180717103405.6793-1-kevin.laatz@intel.com> <8CEF83825BEC744B83065625E567D7C260CCCC23@IRSMSX107.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix logically dead code 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: Thu, 26 Jul 2018 17:06:36 -0000 > > 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