[dpdk-dev] [PATCH v6 1/4] ethdev: separate driver APIs

Thomas Monjalon thomas at monjalon.net
Mon Jan 22 01:51:28 CET 2018


22/01/2018 01:16, Ferruh Yigit:
> Create a rte_ethdev_driver.h file and move PMD specific APIs here.
> Drivers updated to include this new header file.
> 
> There is no update in header content and since ethdev.h included by
> ethdev_driver.h, nothing changed from driver point of view, only
> logically grouping of APIs. From applications point of view they can't
> access to driver specific APIs anymore and they shouldn't.
> 
> More PMD specific data structures still remain in ethdev.h because of
> inline functions in header use them. Those will be handled separately.
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> Acked-by: Shreyansh Jain <shreyansh.jain at nxp.com>
> Acked-by: Andrew Rybchenko <arybchenko at solarflare.com>
> Acked-by: Thomas Monjalon <thomas at monjalon.net>

Series applied, thanks



More information about the dev mailing list