[dpdk-dev] [PATCH v6 2/2] librte_pmd_null: Support port hotplug function

2015-02-06 Thread Tetsuya Mukawa
This patch adds port hotplug support to null PMD. v6: - Fix a paramter of rte_eth_dev_free(). v4: - Fix commit title. Signed-off-by: Tetsuya Mukawa --- lib/librte_pmd_null/rte_eth_null.c | 32 1 file changed, 32 insertions(+) diff --git a/lib/librte_pmd_null/r

[dpdk-dev] [PATCH v6 2/2] librte_pmd_null: Support port hotplug function

2015-02-06 Thread Iremonger, Bernard
Hi Tetsuya, My comments are inline below. > -Original Message- > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > Sent: Friday, February 6, 2015 4:38 AM > To: dev at dpdk.org > Cc: Iremonger, Bernard; Tetsuya Mukawa > Subject: [PATCH v6 2/2] librte_pmd_null: Support port hotplug funct