Re: [dpdk-dev] [PATCH v3] l3fwd-power: add Rx interrupt timeout

2020-05-11 Thread Thomas Monjalon
07/05/2020 12:46, Anatoly Burakov: > Currently, thread waiting on an interrupt does not have a timeout, so > it will not ever wake up until traffic arrives. This means that, when > time comes to exit the application, it will not quit unless there > happens to be traffic coming in and waking up the

Re: [dpdk-dev] [PATCH v3] l3fwd-power: add Rx interrupt timeout

2020-05-07 Thread Ma, LihongX
Tested-by:ma,lihong Regards, Ma,lihong -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Anatoly Burakov Sent: Thursday, May 7, 2020 6:46 PM To: dev@dpdk.org Cc: Hunt, David ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v3] l3fwd-power: add Rx interrupt timeout

[dpdk-dev] [PATCH v3] l3fwd-power: add Rx interrupt timeout

2020-05-07 Thread Anatoly Burakov
Currently, thread waiting on an interrupt does not have a timeout, so it will not ever wake up until traffic arrives. This means that, when time comes to exit the application, it will not quit unless there happens to be traffic coming in and waking up the thread from sleep. Fix it so that the inte