From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 0/4] ethdev: minor cleanup Date: Tue, 3 Nov 2015 10:06:48 +0000 Message-ID: <20151103100647.GA15320@bricha3-MOBL3> References: <1434108496-1993-1-git-send-email-bruce.richardson@intel.com> <1441811374-28984-1-git-send-email-bruce.richardson@intel.com> <20150928102331.GA29488@bricha3-MOBL3> <2267975.4VpYOnsq4s@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 586018E6E for ; Tue, 3 Nov 2015 11:06:52 +0100 (CET) Content-Disposition: inline In-Reply-To: <2267975.4VpYOnsq4s@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Nov 03, 2015 at 02:11:24AM +0100, Thomas Monjalon wrote: > > > Bruce Richardson (4): > > > ethdev: rename macros to have RTE_ETH prefix > > > ethdev: move error checking macros to header > > > ethdev: remove duplicated debug functions > > > ethdev: check driver support for functions > > > > > > lib/librte_ether/rte_ethdev.c | 674 ++++++++++++++++++------------------------ > > > lib/librte_ether/rte_ethdev.h | 121 ++++++-- > > > 2 files changed, 375 insertions(+), 420 deletions(-) > > > > > > > Thomas, all, > > > > Any comments on this set? > > Sorry I missed it. > Could you please rebase it on current code? > Thanks Sure. Will do.