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

2018-02-26 Thread Guo, Jia
On 2/13/2018 5:32 PM, Ferruh Yigit wrote: On 2/12/2018 8:28 AM, Guo, Jia wrote: On 2/9/2018 6:01 AM, Thomas Monjalon wrote: 30/01/2018 11:01, 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_

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

2018-02-13 Thread Ferruh Yigit
On 2/12/2018 8:28 AM, Guo, Jia wrote: > > > On 2/9/2018 6:01 AM, Thomas Monjalon wrote: >> 30/01/2018 11:01, 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 inste

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

2018-02-12 Thread Thomas Monjalon
12/02/2018 09:28, Guo, Jia: > > On 2/9/2018 6:01 AM, Thomas Monjalon wrote: > > 30/01/2018 11:01, 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

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

2018-02-12 Thread Guo, Jia
On 2/9/2018 6:01 AM, Thomas Monjalon wrote: 30/01/2018 11:01, 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 resu

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

2018-02-08 Thread Thomas Monjalon
30/01/2018 11:01, 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 versio

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

2018-01-30 Thread Wu, Jingjing
> -Original Message- > From: Guo, Jia > Sent: Tuesday, January 30, 2018 6:01 PM > To: Yigit, Ferruh ; Wu, Jingjing > ; Tan, > Jianfeng > Cc: tho...@monjalon.net; dev@dpdk.org; Guo, Jia > Subject: [PATCH] igb_uio: fix uevent montior issue > > udev could not detect remove and add event

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

2018-01-30 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. so this patch cor

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

2018-01-30 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 to deliver the uevent to udev when kernel version afte