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

2018-01-11 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

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

2018-01-12 Thread Dai, Wei
gt; Subject: [dpdk-dev] [PATCH v2 1/4] net/ixgbevf: unregister irq handler when > other interrupts not allowed. > > 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.f

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

2018-01-13 Thread Tonghao Zhang
't agree it now. > > >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of >> xiangxia.m@gmail.com >> Sent: Friday, January 12, 2018 12:40 AM >> To: Xing, Beilei ; dev@dpdk.org >> Cc: Tonghao Zhang >> Subject: