git: bce: Disable RX max BDs based interrupt moderation
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Wed Dec 12 04:16:41 PST 2012
commit 47388162eff1ff692a152b98b5b12d547067a026
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Tue Dec 11 19:20:17 2012 +0800
bce: Disable RX max BDs based interrupt moderation
The RX max coalesce BDs is limited to 255, which means that the chip will
generate ~5800 interrupts/s when it sinks 1.48Mpps tiny packets. However,
interrupt rate at 4500Hz is already enough for the chip to sink 1.48Mpps
tiny packets, so ticks based RX interrupt moderation should be prefered.
Summary of changes:
sys/dev/netif/bce/if_bce.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/47388162eff1ff692a152b98b5b12d547067a026
--
DragonFly BSD source repository
More information about the Commits
mailing list