Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromtorvalds/linux

Commit58b7bd0

Browse files
madalinbucurdavem330
authored andcommitted
dpaa_eth: use AVOIDBLOCK for Tx confirmation queues
The AVOIDBLOCK flag determines the Tx confirmation queues processingto be redirected to any available CPU when the current one is slowin processing them. This may result in a higher Tx confirmationinterrupt count but may reduce pressure on a certain CPU that withthe 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>
1 parentb07e675 commit58b7bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎drivers/net/ethernet/freescale/dpaa/dpaa_eth.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ static int dpaa_fq_init(struct dpaa_fq *dpaa_fq, bool td_enable)
974974
* Tx Confirmation FQs.
975975
*/
976976
if (dpaa_fq->fq_type==FQ_TYPE_TX_CONFIRM)
977-
initfq.fqd.fq_ctrl |=cpu_to_be16(QM_FQCTRL_HOLDACTIVE);
977+
initfq.fqd.fq_ctrl |=cpu_to_be16(QM_FQCTRL_AVOIDBLOCK);
978978

979979
/* FQ placement */
980980
initfq.we_mask |=cpu_to_be16(QM_INITFQ_WE_DESTWQ);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp