From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib/librte_ether: remove the repeat code Date: Mon, 31 Jul 2017 17:04:38 +0200 Message-ID: <1721558.truqNHQLuS@xps> References: <20170728081014.48104-1-zhiyong.yang@intel.com> <20170731144258.GM11154@bidouze.vm.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: =?ISO-8859-1?Q?Ga=EBtan?= Rivet , dev@dpdk.org To: Zhiyong Yang Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6948B9139 for ; Mon, 31 Jul 2017 17:04:40 +0200 (CEST) In-Reply-To: <20170731144258.GM11154@bidouze.vm.6wind.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" 31/07/2017 16:42, Ga=EBtan Rivet: > Hi Zhiyong, >=20 > On Fri, Jul 28, 2017 at 04:10:14PM +0800, Zhiyong Yang wrote: > > The code eth_dev->intr_handle =3D &dev->intr_handle; has duplicate code > > in the function rte_eth_copy_pci_info(), remove it here. > >=20 > > Signed-off-by: Zhiyong Yang >=20 > Acked-by: Gaetan Rivet Applied, thanks