rawdev: export dump function in map file
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 6 Jul 2020 10:31:32 +0000 (11:31 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Jul 2020 17:18:04 +0000 (19:18 +0200)
The rte_rawdev_dump function was missing from the map file,
meaning it was unavailable for use when linking dynamically.

Fixes: c88b3f2558ed ("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>
lib/librte_rawdev/rte_rawdev_version.map

index d847c9e..63b54f5 100644 (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;