numam-dpdk/drivers/net/nfp
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
..
Makefile drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
nfp_net_ctrl.h net/nfp: support PF multiport 2017-10-06 02:49:48 +02:00
nfp_net_eth.h net/nfp: add NSP support for HW link configuration 2017-10-06 02:49:48 +02:00
nfp_net_logs.h net/nfp: implement dynamic logging 2018-01-16 18:47:49 +01:00
nfp_net_pmd.h ethdev: increase port id range 2017-10-06 18:23:25 +02:00
nfp_net.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
nfp_nfpu.c net/nfp: fix possible bad shif operation 2017-11-10 09:31:24 +00:00
nfp_nfpu.h pci: introduce library and driver 2017-10-26 23:17:31 +02:00
nfp_nspu.c net/nfp: fix possible memory leak 2017-11-10 09:31:24 +00:00
nfp_nspu.h net/nfp: read PF port MAC addr using NSP 2017-10-06 02:49:48 +02:00
rte_pmd_nfp_version.map nfp: introduce driver initialization 2015-12-08 03:00:42 +01:00