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:
Bruce Richardson 2020-07-06 11:31:32 +01:00 committed by Thomas Monjalon
parent 2689221592
commit a8550b7731

View file

@ -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;