Re: [dpdk-dev] [PATCH v2 2/6] ethdev: separate driver APIs

2018-01-09 Thread Andrew Rybchenko
On 01/09/2018 07:23 PM, Ferruh Yigit wrote: 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 log

[dpdk-dev] [PATCH v2 2/6] ethdev: separate driver APIs

2018-01-09 Thread 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 poi