numam-dpdk/drivers/net/hinic
Ferruh Yigit 5723fbed4f ethdev: remove underscore prefix from internal API
'_rte_eth_dev_callback_process()' & '_rte_eth_dev_reset()' internal APIs
has unconventional underscore ('_') prefix.
Although this is not documented most probably this is to mark them as
internal. Since we have '__rte_internal' flag to mark this, removing '_'
from API names.

For '_rte_eth_dev_reset()', there is already a public API named
'rte_eth_dev_reset()', so renaming '_rte_eth_dev_reset()' to
'rte_eth_dev_internal_reset'.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Sachin Saxena <sachin.saxena@nxp.com>
2020-09-18 18:55:08 +02:00
..
base ethdev: remove underscore prefix from internal API 2020-09-18 18:55:08 +02:00
hinic_pmd_ethdev.c ethdev: fix VLAN offloads set if no relative capabilities 2020-07-11 06:18:53 +02:00
hinic_pmd_ethdev.h net/hinic: fix setting promiscuous mode 2020-07-07 23:38:26 +02:00
hinic_pmd_flow.c net/hinic: fix negative array index read 2020-09-18 18:55:06 +02:00
hinic_pmd_rx.c net/hinic: fix queues resource free 2020-05-18 20:35:57 +02:00
hinic_pmd_rx.h net/hinic: optimize Rx performance for x86 2020-07-30 00:41:23 +02:00
hinic_pmd_tx.c net/hinic: refactor checksum functions 2020-07-30 00:41:23 +02:00
hinic_pmd_tx.h net/hinic: adds Tx queue xstats members 2020-04-21 13:57:07 +02:00
meson.build net/hinic: add flow validation operations 2019-10-23 16:43:08 +02:00
rte_pmd_hinic_version.map version: 20.11-rc0 2020-08-12 11:32:16 +02:00