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

Declan Doherty declan.doherty at intel.com
Tue Nov 17 15:44:54 CET 2015


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 <declan.doherty at intel.com>
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>
>
> ---
>   lib/librte_ether/rte_ethdev.c | 595 +++++++++++++++++++++---------------------
>   1 file changed, 298 insertions(+), 297 deletions(-)
> <snip>
>

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


More information about the dev mailing list