pxeboot with newer Intel NICs

2015-04-15 Thread Jeremiah Lott
re very widely used NICs and if this is really the problem it's a little hard to believe other people haven't hit this. Are other people using newer Intel 10G (ixgbe) or 1G (igb) NICs with pxeboot successfully? Jeremiah Lott Avere Systems ___

Re: zero window and persist timer not set

2014-08-12 Thread Jeremiah Lott
On Mon, Aug 11, 2014 at 8:35 PM, Adrian Chadd wrote: > Thanks! And yes ,please do file a PR! > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192599 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To un

zero window and persist timer not set

2014-08-06 Thread Jeremiah Lott
_active(tp, TT_REXMT) && + !tcp_timer_active(tp, TT_PERSIST)) { + tp->t_rxtshift = 0; + tcp_setpersist(tp); + } } else { /* * Persist case, update snd_max but since we are in Let me kn

Re: kern/167325: [netinet] [patch] sosend sometimes return EINVAL with TSO and VLAN on 82599 NIC

2012-09-07 Thread Jeremiah Lott
a multiple of mss does not make sense, it should only take it into account when calculating the max tso length. Jeremiah Lott Avere Systems ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscr

Re: LOR with nfsclient "sillyrename"

2011-07-29 Thread Jeremiah Lott
ld under heavy stress. I did build a kernel with the patch and run it under some of our tests, it seems to work correctly. We'll continue to test it, but I wanted to give you an update. Thanks a lot for your help. Jeremiah Lott Avere Systems _

LOR with nfsclient "sillyrename"

2011-07-21 Thread Jeremiah Lott
head and didn't see any change that addressed this. Anyone seen this before? Jeremiah Lott Avere Systems (kgdb) thread 132 [Switching to thread 132 (Thread 100437)]#10 0x804e794e in vget ( vp=0xff019bafe5e8, flags=8194, td=0xff00096e16e0) at ../../../