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

2015-11-10 Thread Bruce Richardson
On Mon, Nov 09, 2015 at 08:34:10PM +, 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 th

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

2015-11-09 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