[dpdk-dev] [PATCH v3 10/17] ethdev: get rid of eth driver register callback

2016-06-20 Thread Shreyansh jain
On Thursday 16 June 2016 07:36 PM, Shreyansh Jain wrote: > From: David Marchand > > Now that all pdev are pci drivers, we don't need to register ethdev drivers > through a dedicated channel. > > Signed-off-by: David Marchand > --- > lib/librte_ether/rte_ethdev.c | 22

[dpdk-dev] [PATCH v3 10/17] ethdev: get rid of eth driver register callback

2016-06-16 Thread Shreyansh Jain
From: David Marchand Now that all pdev are pci drivers, we don't need to register ethdev drivers through a dedicated channel. Signed-off-by: David Marchand --- lib/librte_ether/rte_ethdev.c | 22 -- lib/librte_ether/rte_ethdev.h