freebsd-dev/sys/dev/mge
Rafal Jaworowski 5817716faf mge(4): fix two bugs, which were leading to crash/hang under very heavy
network load.

1. Leave the RX interrupt routine if there is no mbuf available.

2. Properly initialize and track tx_desc_used_count counter so as not to
leak mbuf while traversing used descriptors.

Obtained from:	Semihalf
2009-04-16 11:38:06 +00:00
..
if_mge.c mge(4): fix two bugs, which were leading to crash/hang under very heavy 2009-04-16 11:38:06 +00:00
if_mgevar.h