CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/07 17:12:00
Modified files:
sys/dev/pci : if_em.c
Log message:
if em encounters a heavilty fragmented packet, it can (will) stall the
entire tx path. if we try to bus_dmamap_load a very fragmented packet
m_defrag it and try again.
this is just like if_bge.c r1.355.
