From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v7 01/10] ethdev: rename macros to have RTE_ prefix Date: Tue, 17 Nov 2015 14:44:54 +0000 Message-ID: <564B3D66.7070300@intel.com> References: <1447176763-19303-1-git-send-email-declan.doherty@intel.com> <1447441090-8129-1-git-send-email-declan.doherty@intel.com> <1447441090-8129-2-git-send-email-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org, Thomas Monjalon Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D39AB5A8C for ; Tue, 17 Nov 2015 15:45:41 +0100 (CET) In-Reply-To: <1447441090-8129-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 13/11/15 18:58, 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. > > Signed-off-by: Declan Doherty > Acked-by: Bruce Richardson > > --- > lib/librte_ether/rte_ethdev.c | 595 +++++++++++++++++++++--------------------- > 1 file changed, 298 insertions(+), 297 deletions(-) > > Hey Thomas, this patch needs to be re-based due to the committal of Daniel's patch "ethdev: add ieee1588 functions for device clock time" is it ok to just send an updated patch for this single patch as it doesn't effect the other 9 patches in the series? Thanks Declan