From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 10 Nov 2015 02:30:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,270,1444719600"; d="scan'208";a="682045246" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.62]) by orsmga003.jf.intel.com with SMTP; 10 Nov 2015 02:30:57 -0800 Received: by (sSMTP sendmail emulation); Tue, 10 Nov 2015 10:30:56 +0025 Date: Tue, 10 Nov 2015 10:30:56 +0000 From: Bruce Richardson To: Declan Doherty 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 Content-Disposition: inline In-Reply-To: <1447101259-18972-2-git-send-email-declan.doherty@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 01/10] ethdev: rename macros to have RTE_ prefix X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 10:31:02 -0000 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