numam-dpdk/drivers/net/failsafe
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
..
failsafe_args.c net/failsafe: add probed device capture 2018-01-21 15:51:52 +01:00
failsafe_eal.c net/failsafe: add probed device capture 2018-01-21 15:51:52 +01:00
failsafe_ether.c ethdev: remove useless parameter in callback process 2018-01-16 18:47:49 +01:00
failsafe_flow.c net/failsafe: fix removed device handling 2018-01-21 21:09:43 +01:00
failsafe_ops.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
failsafe_private.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
failsafe_rxtx.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
failsafe.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
Makefile bus/vdev: move code from EAL into a new driver 2017-11-07 16:54:07 +01:00
rte_pmd_failsafe_version.map net/failsafe: add fail-safe PMD 2017-07-19 16:25:42 +03:00