7ed3599095
There are two API's which are required by NXP specific Command Interface Application (AIOP CMDIF). This patch exposes these two API's. Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
18 lines
205 B
Plaintext
18 lines
205 B
Plaintext
DPDK_17.05 {
|
|
global:
|
|
|
|
rte_dpaa2_bpid_info;
|
|
rte_dpaa2_mbuf_alloc_bulk;
|
|
rte_dpaa2_memsegs;
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_18.05 {
|
|
global:
|
|
|
|
rte_dpaa2_mbuf_from_buf_addr;
|
|
rte_dpaa2_mbuf_pool_bpid;
|
|
|
|
} DPDK_17.05;
|