From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 8/8] rte_ethdev.h: align sign and scope of temp var Date: Tue, 22 May 2018 16:18:33 +0200 Message-ID: <3368784.PFsOkVhE5t@xps> References: <152695215195.111551.10652921922687464367.stgit@localhost.localdomain> <152695228744.111551.1634282119196550467.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: Andy Green Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5CB82DE3 for ; Tue, 22 May 2018 16:18:37 +0200 (CEST) In-Reply-To: <152695228744.111551.1634282119196550467.stgit@localhost.localdomain> 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/05/2018 03:24, Andy Green: > - nb_rx = cb->fn.rx(port_id, queue_id, rx_pkts, nb_rx, > - nb_pkts, cb->param); > + nb_rx = cb->fn.rx(port_id, queue_id, > + rx_pkts, nb_rx, > + nb_pkts, cb->param); This change seems to be a leftover of previous revision. I will remove it from the patch.