Re: [dpdk-dev] [PATCH v7 1/6] bus: fix driver registration

2017-07-05 Thread santosh
On Wednesday 05 July 2017 05:25 AM, Gaetan Rivet wrote: > From: Thomas Monjalon > > The bus name was stored with embedded double quotes. > Indeed the bus name is given with a string in a macro, > which is not used elsewhere. > These macros are useless because the buses are drivers, > so they must

Re: [dpdk-dev] [PATCH v7 1/6] bus: fix driver registration

2017-07-05 Thread Shreyansh Jain
On Wednesday 05 July 2017 05:25 AM, Gaetan Rivet wrote: From: Thomas Monjalon The bus name was stored with embedded double quotes. Indeed the bus name is given with a string in a macro, which is not used elsewhere. These macros are useless because the buses are drivers, so they must not have an

[dpdk-dev] [PATCH v7 1/6] bus: fix driver registration

2017-07-04 Thread Gaetan Rivet
From: Thomas Monjalon The bus name was stored with embedded double quotes. Indeed the bus name is given with a string in a macro, which is not used elsewhere. These macros are useless because the buses are drivers, so they must not have any API for the application writer. The registration can be