Re: [dpdk-dev] [PATCH] igb_uio: use the UIO_IRQ_NONE instead of 0.

2017-10-06 Thread Ferruh Yigit
On 10/6/2017 11:51 PM, Ferruh Yigit wrote: > On 9/18/2017 8:46 AM, nic at opencloud.tech (Tonghao Zhang) wrote: >> From: Tonghao Zhang >> >> This is not bugfix, but it's convenient to help developer >> to review and maintain the igbuio codes. >> >> Signed-off-by: Tonghao Zhang > > Acked-by: Ferr

Re: [dpdk-dev] [PATCH] igb_uio: use the UIO_IRQ_NONE instead of 0.

2017-10-06 Thread Ferruh Yigit
On 9/18/2017 8:46 AM, nic at opencloud.tech (Tonghao Zhang) wrote: > From: Tonghao Zhang > > This is not bugfix, but it's convenient to help developer > to review and maintain the igbuio codes. > > Signed-off-by: Tonghao Zhang Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH] igb_uio: use the UIO_IRQ_NONE instead of 0.

2017-09-18 Thread Tonghao Zhang
From: Tonghao Zhang This is not bugfix, but it's convenient to help developer to review and maintain the igbuio codes. Signed-off-by: Tonghao Zhang --- lib/librte_eal/linuxapp/igb_uio/igb_uio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/linuxapp/igb_uio/