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

2016-05-25 Thread Thomas Monjalon
2016-05-24 15:41, 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 pmdinfoge

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

2016-05-25 Thread Neil Horman
On Wed, May 25, 2016 at 06:20:06PM +0200, Thomas Monjalon wrote: > 2016-05-24 15:41, 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

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

2016-05-24 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