[dpdk-dev] [PATCH] pmd: change initialization to indicate pci drivers

2015-06-12 Thread Thomas Monjalon
2015-05-29 08:47, Stephen Hemminger: > Upcoming drivers will need to be able to support other bus types. > This is a transparent change to how struct eth_driver is initialized. > It has not function or ABI layout impact, but makes adding a later > bus type (Xen, Hyper-V, ...) much easier. > >

[dpdk-dev] [PATCH] pmd: change initialization to indicate pci drivers

2015-05-29 Thread Stephen Hemminger
Upcoming drivers will need to be able to support other bus types. This is a transparent change to how struct eth_driver is initialized. It has not function or ABI layout impact, but makes adding a later bus type (Xen, Hyper-V, ...) much easier. Signed-off-by: Stpehen Hemminger ---