From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v5 01/10] ethdev: rename macros to have RTE_ prefix Date: Tue, 10 Nov 2015 10:30:56 +0000 Message-ID: <20151110103055.GA29836@bricha3-MOBL3> References: <1446572746-26207-1-git-send-email-declan.doherty@intel.com> <1447101259-18972-1-git-send-email-declan.doherty@intel.com> <1447101259-18972-2-git-send-email-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Declan Doherty Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1C9A1559C for ; Tue, 10 Nov 2015 11:31:00 +0100 (CET) Content-Disposition: inline In-Reply-To: <1447101259-18972-2-git-send-email-declan.doherty@intel.com> 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 Mon, Nov 09, 2015 at 08:34:10PM +0000, Declan Doherty wrote: > The macros to check that the function pointers and port ids are valid > for an ethdev are potentially useful to have in a common headers for > use with all PMDs. However, since they would then become externally > visible, we apply the RTE_ & RTE_ETH_ prefix to them as approtiate. Typo: appropriate > > Signed-off-by: Declan Doherty Acked-by: Bruce Richardson