[dpdk-dev] [PATCH 09/11] eal: move PCI table macro

2016-07-08 Thread Thomas Monjalon
2016-07-08 09:56, Neil Horman: > On Fri, Jul 08, 2016 at 10:49:25AM +0200, David Marchand wrote: > > Hello Thomas, Neil, > > > > (will be back in a couple of days, thanks Thomas for pointing this thread) > > > > > > On Thu, Jul 7, 2016 at 6:25 PM, Thomas Monjalon > > wrote: > > > 2016-07-07

[dpdk-dev] [PATCH 09/11] eal: move PCI table macro

2016-07-08 Thread David Marchand
Hello Thomas, Neil, (will be back in a couple of days, thanks Thomas for pointing this thread) On Thu, Jul 7, 2016 at 6:25 PM, Thomas Monjalon wrote: > 2016-07-07 12:11, Neil Horman: >> On Thu, Jul 07, 2016 at 05:36:28PM +0200, Thomas Monjalon wrote: >> > Remove include of rte_pci.h in the

[dpdk-dev] [PATCH 09/11] eal: move PCI table macro

2016-07-08 Thread Neil Horman
On Fri, Jul 08, 2016 at 04:03:40PM +0200, Thomas Monjalon wrote: > 2016-07-08 09:56, Neil Horman: > > On Fri, Jul 08, 2016 at 10:49:25AM +0200, David Marchand wrote: > > > Hello Thomas, Neil, > > > > > > (will be back in a couple of days, thanks Thomas for pointing this thread) > > > > > > > >

[dpdk-dev] [PATCH 09/11] eal: move PCI table macro

2016-07-08 Thread Neil Horman
On Fri, Jul 08, 2016 at 10:49:25AM +0200, David Marchand wrote: > Hello Thomas, Neil, > > (will be back in a couple of days, thanks Thomas for pointing this thread) > > > On Thu, Jul 7, 2016 at 6:25 PM, Thomas Monjalon > wrote: > > 2016-07-07 12:11, Neil Horman: > >> On Thu, Jul 07, 2016 at

[dpdk-dev] [PATCH 09/11] eal: move PCI table macro

2016-07-07 Thread Thomas Monjalon
2016-07-07 12:11, Neil Horman: > On Thu, Jul 07, 2016 at 05:36:28PM +0200, Thomas Monjalon wrote: > > Remove include of rte_pci.h in the generic header rte_dev.h > > and move the macro DRIVER_REGISTER_PCI_TABLE in rte_pci.h. [...] > > --- a/lib/librte_eal/common/include/rte_dev.h > > +++

[dpdk-dev] [PATCH 09/11] eal: move PCI table macro

2016-07-07 Thread Thomas Monjalon
2016-07-07 17:36, Thomas Monjalon: > Remove include of rte_pci.h in the generic header rte_dev.h > and move the macro DRIVER_REGISTER_PCI_TABLE in rte_pci.h. > > Fixes: cb6696d22023 ("drivers: update registration macro usage") > > Signed-off-by: Thomas Monjalon Suggested-by: David Marchand

[dpdk-dev] [PATCH 09/11] eal: move PCI table macro

2016-07-07 Thread Thomas Monjalon
Remove include of rte_pci.h in the generic header rte_dev.h and move the macro DRIVER_REGISTER_PCI_TABLE in rte_pci.h. Fixes: cb6696d22023 ("drivers: update registration macro usage") Signed-off-by: Thomas Monjalon --- lib/librte_eal/common/include/rte_dev.h | 6 +-

[dpdk-dev] [PATCH 09/11] eal: move PCI table macro

2016-07-07 Thread Neil Horman
On Thu, Jul 07, 2016 at 05:36:28PM +0200, Thomas Monjalon wrote: > Remove include of rte_pci.h in the generic header rte_dev.h > and move the macro DRIVER_REGISTER_PCI_TABLE in rte_pci.h. > > Fixes: cb6696d22023 ("drivers: update registration macro usage") > > Signed-off-by: Thomas Monjalon >