- Don't substract ETHER_ALIGN from the fragment length, we don't do
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 3 Oct 2008 10:12:35 +0000 (10:12 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 3 Oct 2008 10:12:35 +0000 (10:12 +0000)
commit6070c764be98bf59675cc35c573047eb8cf0cec8
treea878946a141906487459e4d058afe48452ea0007
parentfc56a81c0fd8a4515649b762c8d48662ff7a0c20
- Don't substract ETHER_ALIGN from the fragment length, we don't do
  m_adj(ETHET_ALIGN) in re_newbuf()
- If one fragment of a multi-fragment packet recolletion fails, we
  drop will consecutive fragments of this packet.
- All of the TX descs in TX ring could be used; there is no need to
  reserve RE_TXDESC_SPARE TX descs
sys/dev/netif/re/if_re.c
sys/dev/netif/re/if_revar.h