numam-dpdk/drivers/baseband/acc/version.map
Nicolas Chautru c1407bfa05 baseband/acc200: add PF configuration
Added configure function notably to configure the device from
the PF within DPDK and bbdev-test (without external dependency).
That function is kept common to all ACC devices.

Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
Acked-by: Hernan Vargas <hernan.vargas@intel.com>
2022-10-29 13:01:39 +02:00

10 lines
73 B
Plaintext

DPDK_23 {
local: *;
};
EXPERIMENTAL {
global:
rte_acc_configure;
};