[dpdk-dev] [PATCH 0/2 v5] Enable hotplug support for fm10k

2015-07-19 Thread Thomas Monjalon
> Michael Qiu (2): > fm10k: Free queues when close port > fm10k: Add hotplug support for fm10k Applied, thanks

[dpdk-dev] [PATCH 0/2 v5] Enable hotplug support for fm10k

2015-07-14 Thread Michael Qiu
Hotplug feature is supported in EAL, this patch set is to enable this feature in driver side. change log: v5 --> v4: remove rte queue memory release in PMD level v4 --> v3: rebase code. v3 --> v2: reset queue numbers to zero. v2 --> v1: