Only moderate TX completion interrupts. Relying on taskqueue to
suppress RX interrupts seems to give better RX performance than RX interrupt moderation.
This commit is contained in:
parent
83f0c9c278
commit
de798597b0
@ -2728,7 +2728,7 @@ re_init_locked(struct rl_softc *sc)
|
||||
break;
|
||||
default:
|
||||
/* Magic from vendor. */
|
||||
CSR_WRITE_2(sc, RL_INTRMOD, 0x5151);
|
||||
CSR_WRITE_2(sc, RL_INTRMOD, 0x5100);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user