[dpdk-dev] [PATCH] cxgbe: explictly mark this as pci_driver

2015-12-06 Thread Thomas Monjalon
2015-12-03 12:36, Rahul Lakkireddy: > On Wednesday, December 12/02/15, 2015 at 14:16:18 -0800, Stephen Hemminger > wrote: > > The upcoming Hyper-V driver converts the pci_drv element > > in struct eth_driver to a union. When vmbus is added the > > pci_drv needs to be explicit. Easier to fix the

[dpdk-dev] [PATCH] cxgbe: explictly mark this as pci_driver

2015-12-03 Thread Rahul Lakkireddy
On Wednesday, December 12/02/15, 2015 at 14:16:18 -0800, Stephen Hemminger wrote: > The upcoming Hyper-V driver converts the pci_drv element > in struct eth_driver to a union. When vmbus is added the > pci_drv needs to be explicit. Easier to fix the issue > ahead of time. > > This is backwards

[dpdk-dev] [PATCH] cxgbe: explictly mark this as pci_driver

2015-12-02 Thread Stephen Hemminger
The upcoming Hyper-V driver converts the pci_drv element in struct eth_driver to a union. When vmbus is added the pci_drv needs to be explicit. Easier to fix the issue ahead of time. This is backwards compatiable with previous code. Signed-off-by: Stephen Hemminger ---