Re: [dpdk-dev] [PATCH 4/7] eal: remove unused rte_eal_dev_init()
On 2/15/2017 10:02 AM, Jan Blunck wrote: > Signed-off-by: Jan Blunck <...> > -int > -rte_eal_dev_init(void) > -{ > - return 0; > -} > - API should be removed from .map files too (rte_eal_version.map).
[dpdk-dev] [PATCH 4/7] eal: remove unused rte_eal_dev_init()
Signed-off-by: Jan Blunck --- lib/librte_eal/bsdapp/eal/eal.c | 3 --- lib/librte_eal/common/eal_common_dev.c | 6 -- lib/librte_eal/common/include/rte_dev.h | 5 - lib/librte_eal/linuxapp/eal/eal.c | 3 --- 4 files changed, 17 deletions(-) diff --git a/lib/librte_eal/bsda