On Sat, Nov 17, 2012 at 05:07:54PM +0200, Ian FREISLICH wrote: I> I have this consistently with: I> I> FreeBSD firewall2.jnb1.gp-online.net 10.0-CURRENT FreeBSD 10.0-CURRENT #30 r243156: Fri Nov 16 20:12:33 SAST 2012 i...@firewall2.jnb1.gp-online.net:/usr/obj/usr/src/sys/FIREWALL amd64
Pretty sure this is a new version of wrong byte order panic, which no longer can happen in HEAD. Can you please try this patch? -- Totus tuus, Glebius.
Index: if_igb.c =================================================================== --- if_igb.c (revision 243149) +++ if_igb.c (working copy) @@ -4684,9 +4684,7 @@ if (tcp_lro_rx(&rxr->lro, m, 0) == 0) return; } - IGB_RX_UNLOCK(rxr); (*ifp->if_input)(ifp, m); - IGB_RX_LOCK(rxr); } /*********************************************************************
_______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"