[dpdk-dev] [PATCH v4 3/7] hv: add basic vmbus support

2015-07-09 Thread Thomas Monjalon
2015-04-21 10:32, Stephen Hemminger: > The hyper-v device driver forces the base EAL code to change > to support multiple bus types. This is done changing the pci_device > in ether driver to a generic union. > > As much as possible this is done in a backwards source compatiable > way. It will brea

[dpdk-dev] [PATCH v4 3/7] hv: add basic vmbus support

2015-04-21 Thread Stephen Hemminger
The hyper-v device driver forces the base EAL code to change to support multiple bus types. This is done changing the pci_device in ether driver to a generic union. As much as possible this is done in a backwards source compatiable way. It will break ABI for device drivers. Signed-off-by: Stephen