opnsense-src/sys/dev/bge
Stanislav Sedov 1daebacca0 - MFC r196370.
Do not try to reevaluate current RX production index on each
  loop iteration as it can be updated by the card while we
  process the RX ring forcing us to process RX descriptors
  for which DMA synchronisation operation has not been
  performed.  This fixes the bug when bge(4) drops packets
  under high load.

Discussed with:	yongari, marius
Approved by:	re (kib)
2009-08-18 21:13:00 +00:00
..
if_bge.c - MFC r196370. 2009-08-18 21:13:00 +00:00
if_bgereg.h - Ensure that INTx isn't disabled, as these chips apparently have a 2009-03-23 14:36:50 +00:00