freebsd-nq/sys/dev/bge
Pyun YongHyeon 261f04d654 Don't free mbuf chains when bge(4) fails to collapse the mbuf
chains. This part of code is to enhance performance so failing the
collapsing should not free TX frames. Otherwise bge(4) will
unnecessarily drop frames which in turn can freeze the network
connection.

Reported by:	Igor Sysoev (is <> rambler-co dot ru)
Tested by:	Igor Sysoev (is <> rambler-co dot ru)
2010-01-15 17:55:18 +00:00
..
if_bge.c Don't free mbuf chains when bge(4) fails to collapse the mbuf 2010-01-15 17:55:18 +00:00
if_bgereg.h For controllers that has dual mode PHY(copper or fiber) interfaces 2010-01-14 19:08:43 +00:00