Re: [dpdk-dev] [PATCH v2 1/3] vfio: keep interrupt source read only

2017-03-10 Thread Burakov, Anatoly
> Remove the inappropriate modification on get_max_intr field that keep the > intr_source read only. > > Signed-off-by: Qi Zhang > --- Acked-by: Anatoly Burakov

Re: [dpdk-dev] [PATCH v2 1/3] vfio: keep interrupt source read only

2017-03-10 Thread Thomas Monjalon
+Cc Anatoly, VFIO maintainer 2017-03-07 04:19, Qi Zhang: > Remove the inappropriate modification on get_max_intr > field that keep the intr_source read only. > > Signed-off-by: Qi Zhang

[dpdk-dev] [PATCH v2 1/3] vfio: keep interrupt source read only

2017-03-07 Thread Qi Zhang
Remove the inappropriate modification on get_max_intr field that keep the intr_source read only. Signed-off-by: Qi Zhang --- lib/librte_eal/linuxapp/eal/eal_interrupts.c | 36 1 file changed, 4 insertions(+), 32 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/