[dpdk-dev] [PATCH v6 04/17] eal: remove duplicate function declaration

2016-07-14 Thread vikto...@rehivetech.com
On Tue, 12 Jul 2016 11:31:09 +0530 Shreyansh Jain wrote: > rte_eal_dev_init is declared in both eal_private.h and rte_dev.h since its > introduction. > This function has been exported in ABI, so remove it from eal_private.h > > Fixes: e57f20e05177 ("eal: make vdev init path generic for both virt

[dpdk-dev] [PATCH v6 04/17] eal: remove duplicate function declaration

2016-07-12 Thread Shreyansh Jain
rte_eal_dev_init is declared in both eal_private.h and rte_dev.h since its introduction. This function has been exported in ABI, so remove it from eal_private.h Fixes: e57f20e05177 ("eal: make vdev init path generic for both virtual and pci devices") Signed-off-by: David Marchand Signed-off-by: