>
>
> I renamed the interface implementation from mumble_ddi.h to
> if_device.[ch] and put a diff here:
>http://people.freebsd.org/~marcel/Juniper/if_device.diff
Looks reasonable to me. Gives some protection from API change
But to really make use of this you could have driver specific meth
On Sep 5, 2012, at 1:16 PM, George Neville-Neil wrote:
> One more note. Can you break the patches down into more bite sized pieces?
> They're hard
> to review as is.
Following up finally. Let's focus on the device driver interface.
I renamed the interface implementation from mumble_ddi.h to
Hello Fabian,
thank you for the bug report. Please try the attached patch
which should fix the issue you observed.
--
Andre
Index: tcp_input.c
===
--- tcp_input.c (revision 242494)
+++ tcp_input.c (working copy)
@@ -2650,10 +2652,
Synopsis: [tcp] TCP connections often prematurely closed by the server side
after r242262 [regression]
Responsible-Changed-From-To: freebsd-net->andre
Responsible-Changed-By: andre
Responsible-Changed-When: Sat Nov 3 22:51:21 UTC 2012
Responsible-Changed-Why:
Take over, was my commit.
http://ww
Old Synopsis: TCP connections often prematurely closed by the server side after
r242262
New Synopsis: [tcp] TCP connections often prematurely closed by the server side
after r242262
Responsible-Changed-From-To: freebsd-bugs->freebsd-net
Responsible-Changed-By: linimon
Responsible-Changed-When: S
On Fri, Nov 02, 2012 at 01:54:50PM +0100, Andre Oppermann wrote:
A> > An attentive reader may have noticed that I missed M_NOFREE and M_FREELIST.
A> > Yep, these flags coming from historical mbuf allocator from FreeBSD 4.x
times
A> > are about to be deleted, we carefully examine them, but never se