Hello Ferruh,
On Monday 09 January 2017 08:52 PM, Ferruh Yigit wrote:
On 12/26/2016 1:23 PM, Shreyansh Jain wrote:
<...>
+
+DPDK_17.02 {
+ global:
+
+ rte_bus_list;
+ rte_eal_bus_add_device;
+ rte_eal_bus_add_driver;
+ rte_eal_bus_get;
+ rte_eal_bus_dump;
+ rte_eal_bus_register;
+ rte_eal_bus_insert_device;
This function added in patch 3/12, it can be good to add this function
into .map file in that patch.
Yes, I caught this while rebasing for v6. In fact, now this function
itself has been removed.
Nevertheless, thanks for reviewing.
<...>
-
Shreyansh