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
___
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
_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
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
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
_
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 ../../../