[dpdk-dev] [RFC PATCH] librte_pmd_bond: add support for PCI Port Hotplug

2015-05-01 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 --- lib/librte_pmd_bond/rte_eth_bond.h | 13 - lib/librte_pmd_bond/rte_eth_bond_api.c | 84

[dpdk-dev] [RFC PATCH] librte_pmd_bond: add support for PCI Port Hotplug

2015-05-01 Thread Neil Horman
On Fri, May 01, 2015 at 03:36:19PM +0100, 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 > --- > lib/librte_pmd_bond/rte_eth_bond.h | 13 - >