]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dpaa_eth: use AVOIDBLOCK for Tx confirmation queues
authorMadalin Bucur <madalin.bucur@nxp.com>
Thu, 30 Mar 2017 13:24:15 +0000 (16:24 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Apr 2017 19:03:31 +0000 (12:03 -0700)
commit58b7bd0f4b35284c64b70c65cc208f74af6080cb
tree2ef3f778d0eddd23a8caaf43a39981f652052cb4
parentb07e675b065c22ae232dbb6d5e3d670808a08dd4
dpaa_eth: use AVOIDBLOCK for Tx confirmation queues

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c