Re: [dpdk-dev] [PATCH 0/3] use a common eal device event for hot-unplug

2019-04-08 Thread Iremonger, Bernard
Hi Jia > -Original Message- > From: Guo, Jia > Sent: Friday, December 14, 2018 7:46 AM > To: Iremonger, Bernard ; Lu, Wenzhuo > ; shah...@mellanox.com; tho...@monjalon.net; > ma...@mellanox.com > Cc: Yigit, Ferruh ; Ananyev, Konstantin > ; dev@dpdk.org; Guo, Jia > ; step...@networkplumber.

[dpdk-dev] [PATCH 0/3] use a common eal device event for hot-unplug

2018-12-13 Thread Jeff Guo
This patch set aim to use a common eal device event mechanism to manage devices for hot-unplug whatever device types, so the previous ethdev remove event will be deleted and the device detach will be remove from app into eal framework. Jeff Guo (3): eal: add --dev-hotplug option ethdev: remove