numam-dpdk/drivers/bus
Ferruh Yigit 0ff708ed6f bus/fslmc: drop inline from non-static functions
There is no point in having non-static (and non-extern) inline
functions.

Also this breaks the build for the ICC [1] because of the 'internal'
symbol check.

When function is 'inline' ICC is ignoring 'section' attribute and not
putting function to 'internal' section which breaks 'check-symbols.sh'
script with below error.

[1]
qbman_swp_dqrr_next is not flagged as internal
but is listed in version map
Please add __rte_internal to the definition of qbman_swp_dqrr_next
qbman_swp_enqueue_multiple is not flagged as internal
but is listed in version map
Please add __rte_internal to the definition of qbman_swp_enqueue_multiple
qbman_swp_enqueue_multiple_desc is not flagged as internal
but is listed in version map
Please add __rte_internal to the definition of qbman_swp_enqueue_multiple_desc
qbman_swp_enqueue_multiple_fd is not flagged as internal
but is listed in version map
Please add __rte_internal to the definition of qbman_swp_enqueue_multiple_fd
qbman_swp_pull is not flagged as internal
but is listed in version map
Please add __rte_internal to the definition of qbman_swp_pull
qbman_swp_release is not flagged as internal
but is listed in version map
Please add __rte_internal to the definition of qbman_swp_release

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2020-05-20 15:15:48 +02:00
..
dpaa bus/dpaa: add accessor for netcfg 2020-05-19 15:49:53 +02:00
fslmc bus/fslmc: drop inline from non-static functions 2020-05-20 15:15:48 +02:00
ifpga replace packed attributes 2020-04-16 18:16:46 +02:00
pci bus/pci: optimise scanning with whitelist/blacklist 2020-05-11 16:59:58 +02:00
vdev build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
vmbus bus/vmbus: add missing barrier 2020-05-11 22:27:39 +02:00
Makefile
meson.build