[dpdk-dev] [PATCH v4 1/1] ring: changes to support PCI Port Hotplug

2015-07-27 Thread Thomas Monjalon
2015-07-07 14:09, Bernard Iremonger: > This patch depends on the Port Hotplug Framework. > It implements the rte_dev_uninit_t() function for the ring pmd. > > Signed-off-by: Bernard Iremonger > Acked-by: Bruce Richardson Applied. The EAL must reworked without fake PCI before any other change to

[dpdk-dev] [PATCH v4 1/1] ring: changes to support PCI Port Hotplug

2015-07-21 Thread Iremonger, Bernard
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Saturday, July 18, 2015 9:28 PM > To: Iremonger, Bernard > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 1/1] ring: changes to support PCI Port > Hotplug

[dpdk-dev] [PATCH v4 1/1] ring: changes to support PCI Port Hotplug

2015-07-18 Thread Thomas Monjalon
2015-07-07 14:09, Bernard Iremonger: > +static struct eth_driver rte_ring_pmd = { > + .pci_drv = { We really have to stop faking PCI. EAL must be changed to allow non-PCI drivers without workaround. A device can have no bus (virtual device) or a PCI bus or another one. Let's rework EAL for re

[dpdk-dev] [PATCH v4 1/1] ring: changes to support PCI Port Hotplug

2015-07-07 Thread Bernard Iremonger
This patch depends on the Port Hotplug Framework. It implements the rte_dev_uninit_t() function for the ring pmd. Signed-off-by: Bernard Iremonger Acked-by: Bruce Richardson --- drivers/net/ring/rte_eth_ring.c | 97 ++- 1 files changed, 75 insertions(+), 22