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

Thomas Monjalon thomas at monjalon.net
Thu May 4 17:34:18 CEST 2017


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 <thomas at 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


More information about the dev mailing list