numam-dpdk/drivers/net/dpaa
Ferruh Yigit 61ede39537 drivers/net: fix exposing internal headers
Using '__rte_internal' tag in 'rte_ethdev_driver.h' causing build error
for applications and examples. Because they don't define
'ALLOW_INTERNAL_API' flag and '__rte_internal' causes the error.
This patch is preparation for future '__rte_internal' usage.

At first place, applications/examples should not include
'rte_ethdev_driver.h', this is happening because of PMD public header
files include 'rte_ethdev_driver.h' by mistake.

Updated PMD public header files to not include internal header files.

But for unit test application, 'app/test', enable accessing internal
APIs, since some unit tests need them.

Fixes: ffc905f3b8 ("ethdev: separate driver APIs")
Fixes: ec0dec44ec ("net/atlantic: enable MACsec configuration")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
2020-07-11 06:18:54 +02:00
..
dpaa_ethdev.c bus/dpaa: enable set link status 2020-07-11 06:18:52 +02:00
dpaa_ethdev.h net/dpaa: update process specific device info 2020-07-11 06:18:52 +02:00
dpaa_rxtx.c drivers/dpaa: optimize thread local storage 2020-07-11 06:18:52 +02:00
dpaa_rxtx.h net/dpaa: enable Tx queue taildrop 2020-07-11 06:18:52 +02:00
Makefile build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
meson.build build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
rte_pmd_dpaa_version.map drivers: mark internal NXP symbols 2020-05-19 15:49:53 +02:00
rte_pmd_dpaa.h drivers/net: fix exposing internal headers 2020-07-11 06:18:54 +02:00