numam-dpdk/drivers/net/atlantic
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
..
hw_atl replace packed attributes 2020-04-16 18:16:46 +02:00
atl_common.h net/atlantic: bump internal driver version 2019-04-19 14:51:54 +02:00
atl_ethdev.c log: introduce logtype register macro 2020-07-03 15:52:51 +02:00
atl_ethdev.h net/atlantic: configure MACsec from interrupt handler 2019-04-19 14:51:54 +02:00
atl_hw_regs.c net/atlantic: add hardware registers access routines 2018-10-18 10:24:39 +02:00
atl_hw_regs.h net/atlantic: add hardware registers access routines 2018-10-18 10:24:39 +02:00
atl_logs.h net/atlantic: add logging structure 2018-10-18 10:24:39 +02:00
atl_rxtx.c net/atlantic: fix Tx prepare to set positive rte_errno 2019-06-13 23:54:30 +09:00
atl_types.h replace packed attributes 2020-04-16 18:16:46 +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_atlantic_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
rte_pmd_atlantic.c net/atlantic: add missing experimental API tags 2019-06-29 19:04:37 +02:00
rte_pmd_atlantic.h drivers/net: fix exposing internal headers 2020-07-11 06:18:54 +02:00