bus/dpaa: reduce thread ID syscall usage
authorHemant Agrawal <hemant.agrawal@nxp.com>
Mon, 19 Jul 2021 13:59:13 +0000 (19:29 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 23 Jul 2021 17:42:25 +0000 (19:42 +0200)
commit97f4844c3f5840b6a81bb10abd4837a1243c2ada
treebbe0873423d0f4b93623a238bd47748a3ad74953
parent8d2bf7c1d5b93becd8b4649e0c628eec94be1799
bus/dpaa: reduce thread ID syscall usage

Reuse DPDK rte_gettid instead of syscall.
It will help to reduce the dpaa portal allocation time.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/bus/dpaa/dpaa_bus.c
drivers/bus/fslmc/portal/dpaa2_hw_dpio.c