Re: [dpdk-dev] [PATCH] eal: remove generic driver and device lists

2017-05-04 Thread Thomas Monjalon
02/05/2017 01:05, Thomas Monjalon: > These lists were unused and useless because they are maintained per bus: > struct rte_driver_list dev_driver_list > struct rte_device_list dev_device_list > > Signed-off-by: Thomas Monjalon > --- > lib/librte_eal/bsdapp/eal/rte_eal_version.map |

[dpdk-dev] [PATCH] eal: remove generic driver and device lists

2017-05-01 Thread Thomas Monjalon
These lists were unused and useless because they are maintained per bus: struct rte_driver_list dev_driver_list struct rte_device_list dev_device_list Signed-off-by: Thomas Monjalon --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 2 -- lib/librte_eal/common/eal_common_dev.