[dpdk-dev] [PATCH v15] librte_pmd_pcap: Add port hotplug support

2015-02-26 Thread Tetsuya Mukawa
This patch adds finalization code to free resources allocated by the PMD. v6: - Fix a paramter of rte_eth_dev_free(). v4: - Change function name. Signed-off-by: Tetsuya Mukawa --- lib/librte_pmd_pcap/rte_eth_pcap.c | 40 ++ 1 file changed, 40 insertions(+)

[dpdk-dev] [PATCH v15] librte_pmd_pcap: Add port hotplug support

2015-02-26 Thread Thomas Monjalon
> This patch adds finalization code to free resources allocated by the > PMD. > > v6: > - Fix a paramter of rte_eth_dev_free(). > v4: > - Change function name. > > Signed-off-by: Tetsuya Mukawa Applied, thanks