Re: [dpdk-dev] [PATCH 2/2] l3fwd-power: fix interrupt disable

2020-02-14 Thread Hunt, David
On 30/1/2020 5:40 PM, Liang, Ma wrote: On 20 Jan 22:06, Xiao Wang wrote: Since all related queues' interrupts are turned on before epoll, we need to turn off all the interrupts after wakeup. This patch fixes the issue of only turning off the interrupted queues. Fixes: b736d64787fc ("examples/

Re: [dpdk-dev] [PATCH 2/2] l3fwd-power: fix interrupt disable

2020-02-05 Thread Liang, Ma
Tested-by: Liang Ma

Re: [dpdk-dev] [PATCH 2/2] l3fwd-power: fix interrupt disable

2020-01-30 Thread Liang, Ma
On 20 Jan 22:06, Xiao Wang wrote: > Since all related queues' interrupts are turned on before epoll, we need > to turn off all the interrupts after wakeup. This patch fixes the issue > of only turning off the interrupted queues. > > Fixes: b736d64787fc ("examples/l3fwd-power: disable Rx interrupt

Re: [dpdk-dev] [PATCH 2/2] l3fwd-power: fix interrupt disable

2020-01-22 Thread Wang, Xiao W
Xiao > -Original Message- > From: Harman Kalra > Sent: Wednesday, January 22, 2020 9:30 PM > To: Wang, Xiao W > Cc: Hunt, David ; dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/2] l3fwd-power: fix interrupt disable > > On Mon, Jan 20, 2020 at 10:06:57PM -050

Re: [dpdk-dev] [PATCH 2/2] l3fwd-power: fix interrupt disable

2020-01-22 Thread Harman Kalra
On Mon, Jan 20, 2020 at 10:06:57PM -0500, Xiao Wang wrote: > Since all related queues' interrupts are turned on before epoll, we need > to turn off all the interrupts after wakeup. This patch fixes the issue > of only turning off the interrupted queues. > > Fixes: b736d64787fc ("examples/l3fwd-pow

[dpdk-dev] [PATCH 2/2] l3fwd-power: fix interrupt disable

2020-01-20 Thread Xiao Wang
Since all related queues' interrupts are turned on before epoll, we need to turn off all the interrupts after wakeup. This patch fixes the issue of only turning off the interrupted queues. Fixes: b736d64787fc ("examples/l3fwd-power: disable Rx interrupt when waking up") Cc: sta...@dpdk.org Signe