[dpdk-dev] [PATCH v2 1/4] eal: add a new req notifier to eal interrupt

2018-10-02 Thread Jeff Guo
Add a new req notifier in eal interrupt for enable vfio hotplug. Signed-off-by: Jeff Guo --- v3->v2: change some code sytle to make consistent. --- lib/librte_eal/common/include/rte_eal_interrupts.h | 1 + lib/librte_eal/linuxapp/eal/eal_interrupts.c | 71 ++ 2 files c

Re: [dpdk-dev] [PATCH v2 1/4] eal: add a new req notifier to eal interrupt

2018-10-01 Thread Andrew Rybchenko
On 10/2/18 7:30 AM, Jeff Guo wrote: hi, andrew thanks for your review again, see comment as below. On 10/1/2018 5:46 PM, Andrew Rybchenko wrote: On 9/30/18 5:16 PM, Jeff Guo wrote: Add a new req notifier in eal interrupt for enable vfio hotplug. Signed-off-by: Jeff Guo --- v2->v1: no change

Re: [dpdk-dev] [PATCH v2 1/4] eal: add a new req notifier to eal interrupt

2018-10-01 Thread Jeff Guo
hi, andrew thanks for your review again, see comment as below. On 10/1/2018 5:46 PM, Andrew Rybchenko wrote: On 9/30/18 5:16 PM, Jeff Guo wrote: Add a new req notifier in eal interrupt for enable vfio hotplug. Signed-off-by: Jeff Guo --- v2->v1: no change --- lib/librte_eal/common/include/r

Re: [dpdk-dev] [PATCH v2 1/4] eal: add a new req notifier to eal interrupt

2018-10-01 Thread Andrew Rybchenko
On 9/30/18 5:16 PM, Jeff Guo wrote: Add a new req notifier in eal interrupt for enable vfio hotplug. Signed-off-by: Jeff Guo --- v2->v1: no change --- lib/librte_eal/common/include/rte_eal_interrupts.h | 1 + lib/librte_eal/linuxapp/eal/eal_interrupts.c | 71 ++ 2

[dpdk-dev] [PATCH v2 1/4] eal: add a new req notifier to eal interrupt

2018-09-30 Thread Jeff Guo
Add a new req notifier in eal interrupt for enable vfio hotplug. Signed-off-by: Jeff Guo --- v2->v1: no change --- lib/librte_eal/common/include/rte_eal_interrupts.h | 1 + lib/librte_eal/linuxapp/eal/eal_interrupts.c | 71 ++ 2 files changed, 72 insertions(+) diff --