Re: [PATCH] dpaa_eth: use AVOIDBLOCK for Tx confirmation queues

From: David Miller
Date: Sat Apr 01 2017 - 15:04:34 EST


From: Madalin Bucur <madalin.bucur@xxxxxxx>
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@xxxxxxx>

Applied, thanks.