Re: [dpdk-dev] [PATCH v3 1/6] net/ixgbevf: unregister irq handler when other interrupts not allowed.

2018-01-17 Thread Zhang, Helin
> Sent: Sunday, January 14, 2018 6:04 PM > To: Dai, Wei; Xing, Beilei > Cc: dev@dpdk.org; Tonghao Zhang > Subject: [dpdk-dev] [PATCH v3 1/6] net/ixgbevf: unregister irq handler when > other interrupts not allowed. > > From: Tonghao Zhang > > When bind the ixgbe

Re: [dpdk-dev] [PATCH v3 1/6] net/ixgbevf: unregister irq handler when other interrupts not allowed.

2018-01-16 Thread Tonghao Zhang
On Mon, Jan 15, 2018 at 4:57 PM, Tonghao Zhang wrote: > On Mon, Jan 15, 2018 at 12:57 PM, Dai, Wei wrote: >>> -Original Message- >>> From: xiangxia.m@gmail.com [mailto:xiangxia.m@gmail.com] >>> Sent: Sunday, January 14, 2018 6:04 PM >>> To: Dai, Wei ; Xing, Beilei >>> Cc: dev@dpd

Re: [dpdk-dev] [PATCH v3 1/6] net/ixgbevf: unregister irq handler when other interrupts not allowed.

2018-01-15 Thread Tonghao Zhang
On Mon, Jan 15, 2018 at 12:57 PM, Dai, Wei wrote: >> -Original Message- >> From: xiangxia.m@gmail.com [mailto:xiangxia.m@gmail.com] >> Sent: Sunday, January 14, 2018 6:04 PM >> To: Dai, Wei ; Xing, Beilei >> Cc: dev@dpdk.org; Tonghao Zhang >> Subject: [PATCH v3 1/6] net/ixgbevf:

Re: [dpdk-dev] [PATCH v3 1/6] net/ixgbevf: unregister irq handler when other interrupts not allowed.

2018-01-14 Thread Dai, Wei
> -Original Message- > From: xiangxia.m@gmail.com [mailto:xiangxia.m@gmail.com] > Sent: Sunday, January 14, 2018 6:04 PM > To: Dai, Wei ; Xing, Beilei > Cc: dev@dpdk.org; Tonghao Zhang > Subject: [PATCH v3 1/6] net/ixgbevf: unregister irq handler when other > interrupts not allowe

[dpdk-dev] [PATCH v3 1/6] net/ixgbevf: unregister irq handler when other interrupts not allowed.

2018-01-14 Thread xiangxia . m . yue
From: Tonghao Zhang When bind the ixgbe VF (e.g 82599 card) to igb_uio and enable the rx-interrupt, there will be more than one epoll_wait on intr_handle.fd. One is in "eal-intr-thread" thread, and the others are in the thread which call the "rte_epoll_wait". The problem is that sometimes "eal-in