freebsd-skq/sys/dev/ep
Matthew N. Dodd 2ff4e76374 Fix the performance problems I caused by setting ifq_maxlen to 8.
Use IFQ_MAXLEN instead.  This seemed like a good idea at the time since
most 3c509s have all of 2k for their TX fifo.  My intention was to revisit
ifq_maxlen and auto-scale it or something.

ttcp-t: 16777216 bytes in 21.53 real seconds = 761.07 KB/sec +++
ttcp-t: 2771 I/O calls, msec/call = 7.96, calls/sec = 128.72
ttcp-t: 0.0user 2.9sys 0:21real 13% 20i+280d 222maxrss 0+2pf 717+0csw

ttcp-r: 16777216 bytes in 14.11 real seconds = 1161.48 KB/sec +++
ttcp-r: 2050 I/O calls, msec/call = 7.05, calls/sec = 145.33
ttcp-r: 0.0user 1.4sys 0:14real 10% 87i+1198d 196maxrss 0+1pf 1949+186csw

I've got some tweaks that move the TX speed up to the RX speed but I've
got to groom them from the mess I've made of my source tree.

Yelled at by:	wpaul
2000-01-12 05:27:08 +00:00
..
if_ep_eisa.c HEADS UP! All 3c5x9 users! 1999-10-27 06:25:16 +00:00
if_ep_isa.c Whitespace cleanups. 1999-12-06 09:16:13 +00:00
if_ep_mca.c HEADS UP! All 3c5x9 users! 1999-10-27 06:25:16 +00:00
if_ep_pccard.c Commit kernel part of patches to get the 3Com OfficeConnect 3CXSH572BT 2000-01-10 02:32:43 +00:00
if_ep.c Fix the performance problems I caused by setting ifq_maxlen to 8. 2000-01-12 05:27:08 +00:00
if_epreg.h Add defines for additional EEPROM locations and register definitions. 1999-12-06 09:29:34 +00:00
if_epvar.h HEADS UP! All 3c5x9 users! 1999-10-27 06:25:16 +00:00