[dpdk-dev] [PATCHv8 2/6] drivers: Update driver registration macro usage

2016-07-07 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Neil Horman > Sent: Friday, June 17, 2016 7:46 PM > To: dev at dpdk.org > Cc: Neil Horman; Richardson, Bruce; Thomas Monjalon; Stephen Hemminger; > Panu Matilainen > Subject: [dpdk-dev]

[dpdk-dev] [PATCHv8 2/6] drivers: Update driver registration macro usage

2016-07-07 Thread Neil Horman
il Horman; Richardson, Bruce; Thomas Monjalon; Stephen Hemminger; > > Panu Matilainen > > Subject: [dpdk-dev] [PATCHv8 2/6] drivers: Update driver registration macro > > usage > > > > Modify the PMD_REGISTER_DRIVER macro, adding a name argument to it. > > The > &g

[dpdk-dev] [PATCHv8 2/6] drivers: Update driver registration macro usage

2016-06-17 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