- RX/TX coal parameters could be set at any time.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 25 Oct 2008 10:46:55 +0000 (10:46 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 25 Oct 2008 10:46:55 +0000 (10:46 +0000)
commit2870abc4aa7fd5657ba3126d59ba5bf56e235edd
tree41b33363f47d43b22f745406d4ca8a18e028a5da
parentdee87a6059ce9aba6462cea8d229079f0ee7fc48
- RX/TX coal parameters could be set at any time.
- Set default RX coal packets to 64, so RX coal timeout takes control during
  bulk data operations.  This greately reduces the interrupt rate while keeps
  bulk data performance.
- Set default TX coal packets to 64 and TX coal timeout to 65535us (maximum
  allowable value).  This greately reduce the interrupt rate while greately
  increases (almost doubles) small packet TX performance.
- Remove unused field in jme_softc
sys/dev/netif/jme/if_jme.c
sys/dev/netif/jme/if_jmereg.h
sys/dev/netif/jme/if_jmevar.h