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

2015-02-16 Thread Iremonger, Bernard
> -Original Message- > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > Sent: Monday, February 16, 2015 4:19 AM > To: dev at dpdk.org > Cc: Qiu, Michael; Iremonger, Bernard; Tetsuya Mukawa > Subject: [PATCH v8 2/2] librte_pmd_null: Support port hotplug function > > This patch adds port

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

2015-02-16 Thread Tetsuya Mukawa
This patch adds port hotplug support to Null PMD. v7: - Add parameter checkings. (Thanks to Iremonger, Bernard) v6: - Fix a parameter of rte_eth_dev_free(). v4: - Fix commit title. Signed-off-by: Tetsuya Mukawa --- lib/librte_pmd_null/rte_eth_null.c | 35 ++