From: Bruce Richardson Date: Mon, 6 Jul 2020 10:31:32 +0000 (+0100) Subject: rawdev: export dump function in map file X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a8550b773184c202cee408aee8621d682ccb21dc;hp=26892215922595e117f19e522bf05183213392ff;p=dpdk.git 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: c88b3f2558ed ("rawdev: introduce raw device library") Cc: stable@dpdk.org Signed-off-by: Bruce Richardson Acked-by: Hemant Agrawal --- diff --git a/lib/librte_rawdev/rte_rawdev_version.map b/lib/librte_rawdev/rte_rawdev_version.map index d847c9e0d3..63b54f598b 100644 --- a/lib/librte_rawdev/rte_rawdev_version.map +++ b/lib/librte_rawdev/rte_rawdev_version.map @@ -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;