Re: [dpdk-dev] [PATCH v1 2/5] eal: add a new req event to device event

2018-08-21 Thread Jeff Guo
On 8/21/2018 3:20 PM, Andrew Rybchenko wrote: On 21.08.2018 09:56, Jeff Guo wrote: hi, andrew On 8/20/2018 6:37 PM, Andrew Rybchenko wrote: On 17.08.2018 13:51, Jeff Guo wrote: Add a new req event in eal device event for vfio hotplug. When the req request send from the vfio kernel module

Re: [dpdk-dev] [PATCH v1 2/5] eal: add a new req event to device event

2018-08-21 Thread Andrew Rybchenko
On 21.08.2018 09:56, Jeff Guo wrote: hi, andrew On 8/20/2018 6:37 PM, Andrew Rybchenko wrote: On 17.08.2018 13:51, Jeff Guo wrote: Add a new req event in eal device event for vfio hotplug. When the req request send from the vfio kernel module be detected, vfio userpace driver could use this e

Re: [dpdk-dev] [PATCH v1 2/5] eal: add a new req event to device event

2018-08-20 Thread Jeff Guo
hi, andrew On 8/20/2018 6:37 PM, Andrew Rybchenko wrote: On 17.08.2018 13:51, Jeff Guo wrote: Add a new req event in eal device event for vfio hotplug. When the req request send from the vfio kernel module be detected, vfio userpace driver could use this event to notify the app to handler it.

Re: [dpdk-dev] [PATCH v1 2/5] eal: add a new req event to device event

2018-08-20 Thread Andrew Rybchenko
On 17.08.2018 13:51, Jeff Guo wrote: Add a new req event in eal device event for vfio hotplug. When the req request send from the vfio kernel module be detected, vfio userpace driver could use this event to notify the app to handler it. Signed-off-by: Jeff Guo --- lib/librte_eal/common/includ

[dpdk-dev] [PATCH v1 2/5] eal: add a new req event to device event

2018-08-17 Thread Jeff Guo
Add a new req event in eal device event for vfio hotplug. When the req request send from the vfio kernel module be detected, vfio userpace driver could use this event to notify the app to handler it. Signed-off-by: Jeff Guo --- lib/librte_eal/common/include/rte_dev.h | 1 + 1 file changed, 1 ins