Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2000 21:27:09 -0800 (PST)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ep if_ep.c
Message-ID:  <200001120527.VAA71112@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       2000/01/11 21:27:09 PST

  Modified files:
    sys/dev/ep           if_ep.c 
  Log:
  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
  
  Revision  Changes    Path
  1.92      +2 -2      src/sys/dev/ep/if_ep.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001120527.VAA71112>