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 <tho...@monjalon.net> > --- > lib/librte_eal/bsdapp/eal/rte_eal_version.map | 2 -- > lib/librte_eal/common/eal_common_dev.c | 34 --------------------- > lib/librte_eal/common/eal_common_vdev.c | 11 ------- > lib/librte_eal/common/include/rte_dev.h | 39 > ------------------------- > lib/librte_eal/linuxapp/eal/rte_eal_version.map | 2 -- > 5 files changed, 88 deletions(-)
Applied