From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/4] ethdev: minor cleanup Date: Tue, 03 Nov 2015 02:11:24 +0100 Message-ID: <2267975.4VpYOnsq4s@xps13> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 323008E86 for ; Tue, 3 Nov 2015 02:12:35 +0100 (CET) Received: by wicll6 with SMTP id ll6so2410032wic.1 for ; Mon, 02 Nov 2015 17:12:35 -0800 (PST) In-Reply-To: <20150928102331.GA29488@bricha3-MOBL3> 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" > > 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