Re: [dpdk-dev] [PATCH v7 1/6] igb_uio: refactor irq enable/disable into own functions

2017-10-06 Thread Ferruh Yigit
On 9/14/2017 1:04 PM, Markus Theil wrote: <...> > On 11.09.2017 19:48, Ferruh Yigit wrote: >> On 9/5/2017 1:04 PM, Markus Theil wrote: >>> Interrupt setup code in igb_uio has to deal with multiple >>> types of interrupts and kernel versions. This patch moves >>> the setup and teardown code into own

Re: [dpdk-dev] [PATCH v7 1/6] igb_uio: refactor irq enable/disable into own functions

2017-09-14 Thread Markus Theil
Tested-by: Markus Theil The MSI mode was tested in two setups: 1. With a custom driver I'm currently developing. 2. With i210 based APU2C4 boards and check of link status interrupt in testpmd. On 11.09.2017 19:48, Ferruh Yigit wrote: > On 9/5/2017 1:04 PM, Markus Theil wrote: >> Interrupt setup

Re: [dpdk-dev] [PATCH v7 1/6] igb_uio: refactor irq enable/disable into own functions

2017-09-11 Thread Ferruh Yigit
On 9/5/2017 1:04 PM, Markus Theil wrote: > Interrupt setup code in igb_uio has to deal with multiple > types of interrupts and kernel versions. This patch moves > the setup and teardown code into own functions, to make > it more readable. > > Signed-off-by: Markus Theil Series Acked-by: Ferruh Y

[dpdk-dev] [PATCH v7 1/6] igb_uio: refactor irq enable/disable into own functions

2017-09-05 Thread Markus Theil
Interrupt setup code in igb_uio has to deal with multiple types of interrupts and kernel versions. This patch moves the setup and teardown code into own functions, to make it more readable. Signed-off-by: Markus Theil --- lib/librte_eal/linuxapp/igb_uio/igb_uio.c | 112 +-