[dpdk-dev] [PATCH v7 01/10] ethdev: rename macros to have RTE_ prefix

2015-11-17 Thread Thomas Monjalon
2015-11-17 14:44, Declan Doherty: > 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 se

[dpdk-dev] [PATCH v7 01/10] ethdev: rename macros to have RTE_ prefix

2015-11-17 Thread Declan Doherty
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_ prefi

[dpdk-dev] [PATCH v7 01/10] ethdev: rename macros to have RTE_ prefix

2015-11-13 Thread Declan Doherty
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 D