numam-dpdk/drivers/net/bnx2x
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
..
bnx2x_ethdev.c net/bnx2x: implement dynamic logging 2018-01-16 18:47:49 +01:00
bnx2x_ethdev.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
bnx2x_logs.h net/bnx2x: implement dynamic logging 2018-01-16 18:47:49 +01:00
bnx2x_rxtx.c drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
bnx2x_rxtx.h ethdev: increase port id range 2017-10-06 18:23:25 +02:00
bnx2x_stats.c drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
bnx2x_stats.h
bnx2x_vfpf.c drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
bnx2x_vfpf.h fix typos using codespell utility 2017-06-14 23:54:13 +02:00
bnx2x.c net/bnx2x: implement dynamic logging 2018-01-16 18:47:49 +01:00
bnx2x.h drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
ecore_fw_defs.h
ecore_hsi.h fix typos using codespell utility 2017-06-14 23:54:13 +02:00
ecore_init_ops.h
ecore_init.h fix typos using codespell utility 2017-06-14 23:54:13 +02:00
ecore_mfw_req.h
ecore_reg.h
ecore_sp.c net/bnx2x: remove redundant parenthesis 2018-01-05 22:07:03 +01:00
ecore_sp.h drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
elink.c fix typos using codespell utility 2017-06-14 23:54:13 +02:00
elink.h
LICENSE.bnx2x_pmd
Makefile pci: introduce library and driver 2017-10-26 23:17:31 +02:00
rte_pmd_bnx2x_version.map