rawdev: export dump function in map file
The rte_rawdev_dump function was missing from the map file,
meaning it was unavailable for use when linking dynamically.
Fixes: c88b3f2558
("rawdev: introduce raw device library")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
This commit is contained in:
parent
2689221592
commit
a8550b7731
@ -5,6 +5,7 @@ DPDK_20.0 {
|
||||
rte_rawdev_configure;
|
||||
rte_rawdev_count;
|
||||
rte_rawdev_dequeue_buffers;
|
||||
rte_rawdev_dump;
|
||||
rte_rawdev_enqueue_buffers;
|
||||
rte_rawdev_firmware_load;
|
||||
rte_rawdev_firmware_status_get;
|
||||
|
Loading…
Reference in New Issue
Block a user