Re: Proposal for changes to network device drivers and network stack (RFC)

2012-11-03 Thread Julian Main
> > > 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

Re: Proposal for changes to network device drivers and network stack (RFC)

2012-11-03 Thread Marcel Moolenaar
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

Re: kern/173309: [tcp] TCP connections often prematurely closed by the server side after r242262 [regression]

2012-11-03 Thread Andre Oppermann
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,

Re: kern/173309: [tcp] TCP connections often prematurely closed by the server side after r242262 [regression]

2012-11-03 Thread andre
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

Re: kern/173309: [tcp] TCP connections often prematurely closed by the server side after r242262

2012-11-03 Thread linimon
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

Re: splitting m_flags to pkthdr.flags + m_flags

2012-11-03 Thread Gleb Smirnoff
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