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

2017-03-25 Thread Jan Blunck
On Thu, Mar 23, 2017 at 4:34 PM, Stephen Hemminger wrote: > On Mon, 6 Mar 2017 10:59:52 +0100 > Jan Blunck wrote: > >> 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. Althoug

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

2017-03-23 Thread Stephen Hemminger
On Mon, 6 Mar 2017 10:59:52 +0100 Jan Blunck wrote: > 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 t

[dpdk-dev] [PATCH 00/38] Remove struct eth_driver

2017-03-06 Thread Jan Blunck
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 the VDEV specific allocation helpers.