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

2023-06-09 Thread Stephen Hemminger
Unifying hotplug and device event support would be good idea but this patch has gone stale. And supporting it would require API changes (need to wait for next LTS) and a lot of testing. Also, hotplug is a complex topic which has a lot of platform dependencies. If someone wants to do a more genera

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

2019-04-08 Thread Iremonger, Bernard
k.org; Guo, Jia > ; step...@networkplumber.org; gaetan.ri...@6wind.com; > Zhang, Qi Z ; arybche...@solarflare.com; Richardson, > Bruce ; He, Shaopeng ; > Burakov, Anatoly > Subject: [PATCH 0/3] use a common eal device event for hot-unplug > > This patch set aim to use a common eal device event

[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