[dpdk-dev] [PATCHv3 2/5] drivers: Update driver registration macro usage

2016-05-24 Thread Panu Matilainen
On 05/20/2016 08:24 PM, Neil Horman wrote: > Modify the PMD_REGISTER_DRIVER macro, adding a name argument to it. The > addition of a name argument creates a token that can be used for subsequent > macros in the creation of unique symbol names to export additional bits of > information for use by t

[dpdk-dev] [PATCHv3 2/5] drivers: Update driver registration macro usage

2016-05-24 Thread Neil Horman
On Tue, May 24, 2016 at 09:57:35AM +0300, Panu Matilainen wrote: > On 05/20/2016 08:24 PM, Neil Horman wrote: > > Modify the PMD_REGISTER_DRIVER macro, adding a name argument to it. The > > addition of a name argument creates a token that can be used for subsequent > > macros in the creation of un

[dpdk-dev] [PATCHv3 2/5] drivers: Update driver registration macro usage

2016-05-20 Thread Neil Horman
Modify the PMD_REGISTER_DRIVER macro, adding a name argument to it. The addition of a name argument creates a token that can be used for subsequent macros in the creation of unique symbol names to export additional bits of information for use by the pmdinfogen tool. For example: PMD_REGISTER_DRI