[dpdk-dev] [PATCH] eal/vdev: rename vdev driver init/uninit to probe/remove

2016-10-06 Thread Shreyansh Jain
Inline with PCI probe and remove, VDEV probe and remove hooks provide a uniform naming. PCI probe represents scan and driver initialization. For VDEV, it will represent argument parsing and initialization. Signed-off-by: Shreyansh Jain --- drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 12 ++--

[dpdk-dev] [PATCH] eal/vdev: rename vdev driver init/uninit to probe/remove

2016-10-06 Thread Thomas Monjalon
2016-10-06 19:24, Shreyansh Jain: > Inline with PCI probe and remove, VDEV probe and remove hooks provide > a uniform naming. > PCI probe represents scan and driver initialization. For VDEV, it will > represent argument parsing and initialization. > > Signed-off-by: Shreyansh Jain Applied, thank