Re: [PATCH v5 01/12] eal/bus: introduce bus abstraction
From: Shreyansh Jain <hidden>
Date: 2017-01-10 04:04:06
From: Shreyansh Jain <hidden>
Date: 2017-01-10 04:04:06
Hello Ferruh, On Monday 09 January 2017 08:52 PM, Ferruh Yigit wrote:
On 12/26/2016 1:23 PM, Shreyansh Jain wrote: <...>quoted
+ +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;quoted
+ 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