Re: [dpdk-dev] [PATCH V2 0/3] fix vfio hot-unplug issue

2018-11-18 Thread Thomas Monjalon
15/11/2018 10:18, Jeff Guo: > This patch set aim to fix some dead lock issue when device be hotplug-in > after device be hot-unplugged for vfio. > > v2->v1: > refine some document and show the limitation. > > Jeff Guo (3): > eal: fix lock issue for hot-unplug > vfio: fix to add handler lock

[dpdk-dev] [PATCH V2 0/3] fix vfio hot-unplug issue

2018-11-15 Thread Jeff Guo
This patch set aim to fix some dead lock issue when device be hotplug-in after device be hot-unplugged for vfio. v2->v1: refine some document and show the limitation. Jeff Guo (3): eal: fix lock issue for hot-unplug vfio: fix to add handler lock for hot-unplug app/testpmd: fix callback iss

[dpdk-dev] [PATCH V2 0/3] fix vfio hot-unplug issue

2018-11-15 Thread Jeff Guo
This patch set aim to fix some dead lock issue when device be hotplug-in after device be hot-unplugged for vfio. v2->v1: refine some document and show the limitation. Jeff Guo (3): eal: fix lock issue for hot-unplug vfio: fix to add handler lock for hot-unplug app/testpmd: fix callback iss