[dpdk-dev] [PATCH v4 1/3] bonding: add support for PCI Port Hotplug

2015-07-15 Thread Declan Doherty
On 07/07/15 11:21, Bernard Iremonger wrote: > This patch depends on the Port Hotplug Framework. > It implements the rte_dev_uninit_t() function for the link bonding pmd. > > Signed-off-by: Bernard Iremonger > --- ... > I think we can clean up the create function a bit further as the pci_id_table

[dpdk-dev] [PATCH v4 1/3] bonding: add support for 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 link bonding pmd. Signed-off-by: Bernard Iremonger --- drivers/net/bonding/rte_eth_bond.h | 13 +- drivers/net/bonding/rte_eth_bond_api.c | 75 ++-