[dpdk-dev] [PATCH v7 0/4] bonding PCI Port Hotplug

2015-07-27 Thread Thomas Monjalon
2015-07-27 16:54, Bernard Iremonger: > Bernard Iremonger (4): > bonding: add support for PCI Port Hotplug > test-pmd: modified testpmd for link_bonding > bonding: free queue memory in close function > testpmd_app_ug: add example of re-attaching bonded port Applied with last mintue fixes

[dpdk-dev] [PATCH v7 0/4] bonding PCI Port Hotplug

2015-07-27 Thread Bernard Iremonger
Changes in V7: Rebase. Move call of bond_ethdev_free_queues() from bond_ethdev_stop() to bond_ethdev_close(). Add patch 4, doc patch for testpmd_app_ug, adds bonding example. Changes in V6: Rebase. add rte_eth_bond_free() to rte_eth_bond_version.map Changes in V5: Rebase. Refactor initialisation