Re: [dpdk-dev] Kill off PCI dependencies

2017-02-09 Thread Thomas Monjalon
2017-02-08 14:56, Stephen Hemminger: > I am trying to make DPDK more agnostic about bus type. The existing API still > has hardwired into that ethernet devices are either PCI or not PCI (ie > pci_dev == NULL). > Jan, Jerin, and Shreyansh started the process but it hasn't gone far enough. > > It w

[dpdk-dev] Kill off PCI dependencies

2017-02-08 Thread Stephen Hemminger
I am trying to make DPDK more agnostic about bus type. The existing API still has hardwired into that ethernet devices are either PCI or not PCI (ie pci_dev == NULL). Jan, Jerin, and Shreyansh started the process but it hasn't gone far enough. It would make more sense if the existing generic devi