Re: [dpdk-dev] examples/l3fwd-power: fix RX interrupt disable

2019-10-24 Thread Hunt, David
On 23/10/2019 15:32, Thomas Monjalon wrote: +Cc Dave, the maintainer Interrupt will not be received when disabling RX interrupt without synchronization mechanism sometimes which leads to wake up issue, add spinlock to fix it. Fixes: b736d64787fc ("mples/l3fwd-power: disable Rx interrupt when

Re: [dpdk-dev] examples/l3fwd-power: fix RX interrupt disable

2019-10-23 Thread Thomas Monjalon
+Cc Dave, the maintainer > > Interrupt will not be received when disabling RX interrupt without > > synchronization mechanism sometimes which leads to wake up issue, > > add spinlock to fix it. > > > > Fixes: b736d64787fc ("mples/l3fwd-power: disable Rx interrupt when > > waking up") > > Cc: sta.

Re: [dpdk-dev] examples/l3fwd-power: fix RX interrupt disable

2019-09-19 Thread Liu, Yong
> -Original Message- > From: Zhang, Xiao > Sent: Wednesday, September 11, 2019 12:10 AM > To: dev@dpdk.org > Cc: Liu, Yong ; Zhang, Xiao ; > sta...@dpdk.org > Subject: examples/l3fwd-power: fix RX interrupt disable > > Interrupt will not be received when disabling RX interrupt without > sy

[dpdk-dev] examples/l3fwd-power: fix RX interrupt disable

2019-09-10 Thread Xiao Zhang
Interrupt will not be received when disabling RX interrupt without synchronization mechanism sometimes which leads to wake up issue, add spinlock to fix it. Fixes: b736d64787fc ("mples/l3fwd-power: disable Rx interrupt when waking up") Cc: sta...@dpdk.org Signed-off-by: Xiao Zhang --- examples/