John Baldwin
1c2ed38455
- Use a dedicated task to handle deferred transmits from the if_transmit
...
method instead of reusing the existing per-queue interrupt task.
Reusing the per-queue interrupt task could result in both an interrupt
thread and the taskqueue thread trying to handle received packets on a
single queue resulting in out-of-order packet processing.
- Don't define igb_start() at all on 8.0 and where if_transmit is used.
Replace last remaining call to igb_start() with a loop to kick off
transmit on each queue instead.
- Call ether_ifdetach() earlier in igb_detach().
- Drain tasks and free taskqueues during igb_detach().
Reviewed by: jfv
MFC after: 1 week
2011-06-17 20:06:52 +00:00
..
2011-06-10 20:23:56 +00:00
2011-01-19 00:57:58 +00:00
2011-06-10 12:30:16 +00:00
2011-01-06 21:02:14 +00:00
2011-02-21 09:01:34 +00:00
2011-05-03 19:51:29 +00:00
2011-05-03 19:51:29 +00:00
2011-03-23 13:10:15 +00:00
2011-05-26 10:10:10 +00:00
2011-04-19 18:09:21 +00:00
2011-05-19 23:13:08 +00:00
2011-05-19 23:13:08 +00:00
2011-06-07 06:18:02 +00:00
2011-04-06 20:54:26 +00:00
2011-02-21 09:01:34 +00:00
2011-06-14 20:30:15 +00:00
2011-06-13 04:31:57 +00:00
2011-06-11 01:19:19 +00:00
2011-05-03 19:51:29 +00:00
2011-05-03 19:51:29 +00:00
2011-05-15 21:44:51 +00:00
2011-02-21 09:01:34 +00:00
2011-05-12 14:27:28 +00:00
2011-01-18 15:23:16 +00:00
2011-01-17 20:15:15 +00:00
2011-03-23 13:10:15 +00:00
2011-06-08 21:18:14 +00:00
2011-06-06 13:21:11 +00:00
2011-04-22 09:44:01 +00:00
2011-05-22 20:55:54 +00:00
2011-05-05 19:15:15 +00:00
2011-01-29 00:53:58 +00:00
2011-02-21 09:01:34 +00:00
2011-03-25 20:53:02 +00:00
2011-06-11 04:50:54 +00:00
2011-05-03 19:51:29 +00:00
2011-04-23 23:11:44 +00:00
2011-06-17 20:06:52 +00:00
2011-05-03 19:51:29 +00:00
2011-01-18 21:14:23 +00:00
2011-02-21 09:01:34 +00:00
2011-04-22 13:56:21 +00:00
2011-05-03 19:51:29 +00:00
2011-01-18 21:14:23 +00:00
2011-02-13 19:25:48 +00:00
2011-02-21 09:01:34 +00:00
2011-04-29 18:41:21 +00:00
2011-03-11 22:19:49 +00:00
2011-02-16 20:07:44 +00:00
2011-05-03 19:51:29 +00:00
2011-05-20 17:01:22 +00:00
2011-05-15 19:04:08 +00:00
2011-05-03 19:51:29 +00:00
2011-03-21 09:40:01 +00:00
2011-05-16 23:35:14 +00:00
2011-05-11 20:31:27 +00:00
2011-05-11 20:31:27 +00:00
2011-01-22 21:33:18 +00:00
2011-06-08 16:00:30 +00:00
2011-04-14 07:14:22 +00:00
2011-05-31 19:08:25 +00:00
2011-01-18 21:14:23 +00:00
2011-03-10 23:53:01 +00:00
2011-01-05 23:15:22 +00:00
2011-05-31 19:08:25 +00:00
2011-06-10 17:06:25 +00:00
2011-02-21 09:01:34 +00:00
2011-06-02 05:31:54 +00:00
2011-05-03 19:51:29 +00:00
2011-03-28 12:48:33 +00:00
2011-03-24 08:56:12 +00:00
2011-05-03 19:51:29 +00:00
2011-03-23 13:10:15 +00:00
2011-05-13 19:35:01 +00:00
2011-01-17 22:58:28 +00:00
2011-06-02 00:43:16 +00:00
2011-05-14 20:31:04 +00:00
2011-05-15 13:17:08 +00:00
2011-05-30 06:23:51 +00:00
2011-02-25 17:30:25 +00:00
2011-04-22 09:59:16 +00:00
2011-05-31 01:30:58 +00:00
2011-05-25 13:55:49 +00:00
2011-04-22 00:44:27 +00:00
2011-04-07 13:49:44 +00:00
2011-05-31 18:45:15 +00:00
2011-05-03 19:51:29 +00:00
2011-05-13 19:35:01 +00:00
2011-05-03 19:51:29 +00:00
2011-04-03 11:55:48 +00:00
2011-02-21 09:01:34 +00:00
2011-01-19 00:57:58 +00:00
2011-06-06 16:27:38 +00:00
2011-01-12 19:53:56 +00:00
2011-06-10 13:24:56 +00:00
2011-05-03 19:51:29 +00:00
2011-02-19 17:38:51 +00:00
2011-06-14 18:19:48 +00:00
2011-04-09 14:45:50 +00:00
2011-02-21 09:01:34 +00:00
2011-03-23 13:10:15 +00:00
2011-06-12 23:33:08 +00:00
2011-05-15 13:27:38 +00:00
2011-05-30 06:23:51 +00:00
2011-05-03 19:51:29 +00:00
2011-05-03 19:51:29 +00:00
2011-03-23 13:10:15 +00:00
2011-05-25 13:55:49 +00:00
2011-02-08 00:16:36 +00:00
2011-05-03 19:51:29 +00:00
2011-03-11 22:21:12 +00:00
2011-06-15 19:53:08 +00:00
2011-05-03 19:51:29 +00:00
2011-03-11 22:23:46 +00:00
2011-04-01 13:28:34 +00:00
2011-04-22 12:46:39 +00:00
2011-05-09 18:46:49 +00:00
2011-03-11 22:32:17 +00:00
2011-01-28 23:40:13 +00:00
2011-05-03 19:51:29 +00:00
2011-03-23 13:10:15 +00:00
2011-05-26 17:02:56 +00:00
2011-06-06 22:03:09 +00:00
2011-05-20 18:27:13 +00:00
2011-05-03 19:51:29 +00:00
2011-05-03 19:51:29 +00:00
2011-02-21 09:01:34 +00:00
2011-05-03 15:58:24 +00:00
2011-04-27 16:43:03 +00:00
2011-05-03 19:51:29 +00:00
2011-01-19 17:04:07 +00:00
2011-05-31 19:08:25 +00:00
2011-06-13 20:36:29 +00:00
2011-05-07 04:40:44 +00:00