Date: Mon, 24 Aug 2009 20:41:51 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ixgbe ixgbe.c Message-ID: <200908242042.n7OKg5bQ017989@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2009-08-24 20:41:51 UTC FreeBSD src repository Modified files: sys/dev/ixgbe ixgbe.c Log: SVN rev 196518 on 2009-08-24 20:41:51Z by jfv A couple of changes: first, make header split on by default and remove from its dependency on LRO, my tests have shown that its always beneficial, even when doing bridging. Second, fix up a few problems in the statistics code, the adapter dependencies had gotten lost so some code that should only run on 82599 was always running, this resulted in bogus flow control numbers on 82598. Revision Changes Path 1.18 +50 -18 src/sys/dev/ixgbe/ixgbe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908242042.n7OKg5bQ017989>