[dpdk-dev] [dpdk-dev, PATCHv2, 2/4] drivers: Update driver registration macro usage

2016-05-19 Thread Jan Viktorin
Hello Neil, just few notes... (sorry if you've recevied this twice, importing mbox files from patchwork always changes my default From: field) On Wed, 18 May 2016 17:08:05 -0400 Neil Horman wrote: > Modify the PMD_REGISTER_DRIVER macro, bifurcating it into two > (PMD_REGISTER_DRIVER_PDEV and P

[dpdk-dev] [PATCHv2 2/4] drivers: Update driver registration macro usage

2016-05-19 Thread Panu Matilainen
On 05/19/2016 12:08 AM, Neil Horman wrote: > Modify the PMD_REGISTER_DRIVER macro, bifurcating it into two > (PMD_REGISTER_DRIVER_PDEV and PMD_REGISTER_DRIVER_VDEV. Both of these do the > same thing the origional macro did, but both add the definition of a string > variable that informs interested

[dpdk-dev] [dpdk-dev, PATCHv2, 2/4] drivers: Update driver registration macro usage

2016-05-19 Thread Neil Horman
On Thu, May 19, 2016 at 12:46:50PM +0200, Jan Viktorin wrote: > Hello Neil, > > just few notes... > > On Wed, 18 May 2016 17:08:05 -0400 > Neil Horman wrote: > > > Modify the PMD_REGISTER_DRIVER macro, bifurcating it into two > > (PMD_REGISTER_DRIVER_PDEV and PMD_REGISTER_DRIVER_VDEV. Both of

[dpdk-dev] [PATCHv2 2/4] drivers: Update driver registration macro usage

2016-05-19 Thread Neil Horman
On Thu, May 19, 2016 at 10:58:23AM +0300, Panu Matilainen wrote: > On 05/19/2016 12:08 AM, Neil Horman wrote: > > Modify the PMD_REGISTER_DRIVER macro, bifurcating it into two > > (PMD_REGISTER_DRIVER_PDEV and PMD_REGISTER_DRIVER_VDEV. Both of these do > > the > > same thing the origional macro d

[dpdk-dev] [PATCHv2 2/4] drivers: Update driver registration macro usage

2016-05-18 Thread Neil Horman
Modify the PMD_REGISTER_DRIVER macro, bifurcating it into two (PMD_REGISTER_DRIVER_PDEV and PMD_REGISTER_DRIVER_VDEV. Both of these do the same thing the origional macro did, but both add the definition of a string variable that informs interested parties of the name of the pmd, and the former als