ethdev: fix missing symbol export
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 18 Nov 2015 07:33:52 +0000 (09:33 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 23 Nov 2015 21:26:16 +0000 (22:26 +0100)
It prevents some drivers to load:
undefined symbol: rte_eth_dma_zone_reserve

Fixes: 719dbebceb81 ("xen: allow determining DOM0 at runtime")

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
lib/librte_ether/rte_ether_version.map

index 11c4e94..0c35d53 100644 (file)
@@ -133,6 +133,7 @@ DPDK_2.2 {
 
        rte_eth_copy_pci_info;
        rte_eth_dev_get_dcb_info;
+       rte_eth_dma_zone_reserve;
        rte_eth_rx_queue_info_get;
        rte_eth_timesync_adjust_time;
        rte_eth_timesync_read_time;