[dpdk-dev] [PATCH v6 7/7] igb_uio: fix uio release issue when hot unplug

2018-07-08 Thread Jeff Guo
When hotplug out device, the kernel will release the device resource in the kernel side, such as the fd sys file will disappear, and the irq will be released. At this time, if igb uio driver still try to release this resource, it will cause kernel crash. On the other hand, something like interrupt

[dpdk-dev] [PATCH v6 7/7] igb_uio: fix uio release issue when hot unplug

2018-07-08 Thread Jeff Guo
When hotplug out device, the kernel will release the device resource in the kernel side, such as the fd sys file will disappear, and the irq will be released. At this time, if igb uio driver still try to release this resource, it will cause kernel crash. On the other hand, something like interrupt