Pyun YongHyeon
4f74b4e080
Make em(4) handle too many fragmented frame with m_defrag(9).
...
Previously em(4) requeued the failed mbuf chains from
bus_dmamap_load_mbuf_sg(9) failure to resend it later. However,
bus_dmamap_load_mbuf_sg(9) may never complete its request as the
fragmented frames can have more than EM_MAX_SCATTER segments.
To handle the above EFBIG case, defragment the frame with m_defrag(9)
and free the mbuf chain if it can't deframent the chain due to
resource shortage.
Reviewed by glebius (with improvements)
2006-08-14 02:21:26 +00:00
..
2006-08-11 19:22:57 +00:00
2006-08-09 20:58:55 +00:00
2006-08-10 19:55:52 +00:00
2006-07-03 14:45:43 +00:00
2006-07-14 13:58:32 +00:00
2006-05-16 14:37:58 +00:00
2006-08-08 12:29:26 +00:00
2006-08-12 18:29:49 +00:00
2006-08-12 15:29:12 +00:00
2006-07-28 14:48:30 +00:00
2006-08-01 22:30:55 +00:00
2006-08-14 02:21:26 +00:00
2006-08-09 17:43:27 +00:00
2006-05-26 13:54:27 +00:00
2006-08-12 15:34:15 +00:00
2006-07-15 19:36:28 +00:00
2006-07-09 21:16:06 +00:00
2006-08-11 19:22:57 +00:00
2006-08-11 19:22:57 +00:00
2006-08-09 23:47:38 +00:00
2006-05-26 00:32:21 +00:00
2006-08-13 23:16:59 +00:00
2006-08-12 15:28:39 +00:00
2006-08-01 22:19:01 +00:00
2006-08-12 20:30:58 +00:00
2006-08-10 06:04:00 +00:00
2006-08-05 14:14:34 +00:00
2006-07-21 17:11:15 +00:00
2006-08-10 11:07:11 +00:00
2006-08-11 21:15:23 +00:00
2006-08-04 21:27:40 +00:00
2006-07-22 09:18:02 +00:00
2006-07-21 17:11:15 +00:00
2006-08-04 21:27:40 +00:00
2006-07-21 17:11:15 +00:00
2006-08-03 15:31:52 +00:00
2006-08-03 15:31:52 +00:00
2006-07-12 09:16:35 +00:00
2006-08-09 17:43:27 +00:00
2006-08-01 16:27:14 +00:00
2006-06-06 15:04:52 +00:00
2006-08-09 18:25:07 +00:00
2006-08-12 02:05:13 +00:00
2006-07-13 06:41:26 +00:00
2006-08-03 22:44:46 +00:00
2006-08-06 16:56:15 +00:00
2006-08-06 19:36:07 +00:00
2006-08-12 23:33:10 +00:00
2006-06-16 21:06:03 +00:00
2006-07-31 15:44:13 +00:00
2006-08-13 00:11:09 +00:00
2006-08-10 06:29:43 +00:00