numam-dpdk/drivers/net/ark
Ferruh Yigit ffc905f3b8 ethdev: separate driver APIs
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@intel.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
2018-01-22 01:26:49 +01:00
..
ark_ddm.c drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_ddm.h drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_ethdev_rx.c drivers/net: fix number of segment storage type 2017-11-10 09:17:13 +00:00
ark_ethdev_rx.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_ethdev_tx.c drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_ethdev_tx.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_ethdev.c pci: introduce library and driver 2017-10-26 23:17:31 +02:00
ark_ext.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_global.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_logs.h net/ark: stub PMD for Atomic Rules Arkville 2017-04-19 15:37:37 +02:00
ark_mpu.c drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_mpu.h drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_pktchkr.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_pktchkr.h net/ark: provide API for hardware modules pktchkr and pktgen 2017-04-19 15:37:37 +02:00
ark_pktdir.c net/ark: add null pointer check 2017-10-06 02:49:49 +02:00
ark_pktdir.h net/ark: provide API for hardware modules MPU RQP and pktdir 2017-04-19 15:37:37 +02:00
ark_pktgen.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ark_pktgen.h net/ark: provide API for hardware modules pktchkr and pktgen 2017-04-19 15:37:37 +02:00
ark_rqp.c net/ark: report hardware status on init 2017-04-19 15:37:37 +02:00
ark_rqp.h net/ark: report hardware status on init 2017-04-19 15:37:37 +02:00
ark_udm.c drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ark_udm.h drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
Makefile pci: introduce library and driver 2017-10-26 23:17:31 +02:00
rte_pmd_ark_version.map net/ark: stub PMD for Atomic Rules Arkville 2017-04-19 15:37:37 +02:00