Re: [PATCH] dpaa_eth: use AVOIDBLOCK for Tx confirmation queues
From: David Miller <davem@davemloft.net>
Date: 2017-04-01 19:04:13
Also in:
linuxppc-dev, lkml
From: David Miller <davem@davemloft.net>
Date: 2017-04-01 19:04:13
Also in:
linuxppc-dev, lkml
From: Madalin Bucur <madalin.bucur@nxp.com> Date: Thu, 30 Mar 2017 16:24:15 +0300
The AVOIDBLOCK flag determines the Tx confirmation queues processing to be redirected to any available CPU when the current one is slow in processing them. This may result in a higher Tx confirmation interrupt count but may reduce pressure on a certain CPU that with the previous setting would process all Tx confirmation frames. Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Applied, thanks.