numam-dpdk/drivers/net/enic
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 net/enic: update flow manager API 2020-04-21 13:57:08 +02:00
enic_clsf.c net/enic: consolidate and remove some defines 2020-01-17 19:46:26 +01:00
enic_compat.h net/enic: move min/max macros 2020-01-17 19:46:26 +01:00
enic_ethdev.c ethdev: move inline device operations 2020-09-18 18:55:08 +02:00
enic_flow.c net/enic: consolidate and remove some defines 2020-01-17 19:46:26 +01:00
enic_fm_flow.c net/enic: add more flow manager actions to dump 2020-07-11 06:18:53 +02:00
enic_main.c ethdev: remove underscore prefix from internal API 2020-09-18 18:55:08 +02:00
enic_res.c net/enic: use common min and max macros 2020-02-05 09:51:19 +01:00
enic_res.h net/enic: use common min and max macros 2020-02-05 09:51:19 +01:00
enic_rxtx_common.h net/enic: replace some PMD macros with standard API 2020-01-17 19:46:26 +01:00
enic_rxtx_vec_avx2.c net/enic: support burst mode info 2020-07-11 06:18:53 +02:00
enic_rxtx.c net/enic: consolidate and remove some defines 2020-01-17 19:46:26 +01:00
enic.h net/enic: support burst mode info 2020-07-11 06:18:53 +02:00
meson.build build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
rte_pmd_enic_version.map version: 20.11-rc0 2020-08-12 11:32:16 +02:00