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:
yongari 2010-11-09 01:52:09 +00:00
parent 83f0c9c278
commit de798597b0

View File

@ -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;
}
}