Re: [dpdk-dev] [PATCH V2] igb_uio: fix uevent montior issue

2018-03-27 Thread Ferruh Yigit
On 3/27/2018 8:46 AM, Guo, Jia wrote: > > > On 3/27/2018 2:28 AM, Ferruh Yigit wrote: >> On 2/27/2018 7:20 AM, Jeff Guo wrote: >>> udev could not detect remove and add event of device when hotplug in >>> and out devices, that related with the fix about using pointer of >>> rte_uio_pci_dev as dev_

Re: [dpdk-dev] [PATCH V2] igb_uio: fix uevent montior issue

2018-03-27 Thread Guo, Jia
On 3/27/2018 2:28 AM, Ferruh Yigit wrote: On 2/27/2018 7:20 AM, Jeff Guo wrote: udev could not detect remove and add event of device when hotplug in and out devices, that related with the fix about using pointer of rte_uio_pci_dev as dev_id instead of uio_device for irq device handler, that wo

Re: [dpdk-dev] [PATCH V2] igb_uio: fix uevent montior issue

2018-03-26 Thread Ferruh Yigit
On 2/27/2018 7:20 AM, Jeff Guo wrote: > udev could not detect remove and add event of device when hotplug in > and out devices, that related with the fix about using pointer of > rte_uio_pci_dev as dev_id instead of uio_device for irq device handler, > that would result igb uio irq failure when ker

[dpdk-dev] [PATCH V2] igb_uio: fix uevent montior issue

2018-02-26 Thread Jeff Guo
udev could not detect remove and add event of device when hotplug in and out devices, that related with the fix about using pointer of rte_uio_pci_dev as dev_id instead of uio_device for irq device handler, that would result igb uio irq failure when kernel version after than 3.17. The root cause i