[dpdk-dev] [PATCH 5/9] eal: get rid of pmd type

2016-02-09 Thread Jan Viktorin
On Fri, 29 Jan 2016 15:08:32 +0100 David Marchand wrote: > Now that we only have vdev drivers, there is no need for a pmd type in > rte_driver. > rte_driver is now purely a vdev thing, and could be renamed later > (then .init would become .probe, .uninit would become .remove). > >

[dpdk-dev] [PATCH 5/9] eal: get rid of pmd type

2016-01-29 Thread David Marchand
Now that we only have vdev drivers, there is no need for a pmd type in rte_driver. rte_driver is now purely a vdev thing, and could be renamed later (then .init would become .probe, .uninit would become .remove). Signed-off-by: David Marchand --- drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 2