From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] rte_reciprocal: make arg to rte_reciprocal_divide_u64 const Date: Wed, 03 Apr 2019 18:17:23 +0200 Message-ID: <1606219.MpMI0LAuiy@xps> References: <20190321195910.11140-1-stephen@networkplumber.org> <719a6842-d8ca-a78e-945d-89eaca1a6626@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Maxime Coquelin To: Stephen Hemminger Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 49C9B1B447 for ; Wed, 3 Apr 2019 18:17:27 +0200 (CEST) In-Reply-To: <719a6842-d8ca-a78e-945d-89eaca1a6626@redhat.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" 22/03/2019 19:09, Maxime Coquelin: > On 3/21/19 8:59 PM, Stephen Hemminger wrote: > > The divisor is not modified here. Doesn't really matter for optimizaton > > since the function is inline already; but helps with expressing > > intent. > > > > Signed-off-by: Stephen Hemminger > > Reviewed-by: Maxime Coquelin Applied, thanks