Re: [dpdk-dev] [PATCH v2 00/42] Remove struct eth_driver

2017-04-14 Thread Thomas Monjalon
2017-04-12 09:25, Stephen Hemminger: > On Tue, 11 Apr 2017 17:44:07 +0200 > Gaetan Rivet wrote: > > > I rebased the following work of Jan: > > > > This series is removing the PCI specific struct eth_driver from rte_ether. > > The > > PCI drivers are changed to use the newly introduced header-on

Re: [dpdk-dev] [PATCH v2 00/42] Remove struct eth_driver

2017-04-12 Thread Stephen Hemminger
On Tue, 11 Apr 2017 17:44:07 +0200 Gaetan Rivet wrote: > I rebased the following work of Jan: > > This series is removing the PCI specific struct eth_driver from rte_ether. The > PCI drivers are changed to use the newly introduced header-only helpers > instead. Although the virtual drivers did n

[dpdk-dev] [PATCH v2 00/42] Remove struct eth_driver

2017-04-11 Thread Gaetan Rivet
I rebased the following work of Jan: This series is removing the PCI specific struct eth_driver from rte_ether. The PCI drivers are changed to use the newly introduced header-only helpers instead. Although the virtual drivers did not make use of the ethdev's driver field they are converted to use