Date: Wed, 29 Jun 2011 16:16:59 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/e1000 if_igb.c if_igb.h Message-ID: <201106291617.p5TGHKhP068931@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-06-29 16:16:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/dev/e1000 if_igb.c if_igb.h
Log:
SVN rev 223675 on 2011-06-29 16:16:59Z by jhb
MFC 223198:
- 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().
Revision Changes Path
1.21.2.20 +63 -10 src/sys/dev/e1000/if_igb.c
1.4.2.8 +1 -0 src/sys/dev/e1000/if_igb.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106291617.p5TGHKhP068931>
