DragonFly BSD
DragonFly commits List (threaded) for 2012-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: bce: Disable RX max BDs based interrupt moderation


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Dec 2012 04:16:41 -0800 (PST)

commit 47388162eff1ff692a152b98b5b12d547067a026
Author: Sepherosa Ziehau <sephe@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]