Re: Solved (Re: -current vs. -stable network performance)

2001-12-14 Thread David Malone
On Fri, Dec 14, 2001 at 03:16:57AM -0800, Luigi Rizzo wrote: > > How about fixing it for real as described in the commit message? > > The real fix, for me, is the one-line change to M_LEADINGSPACE. > The one described in the commit message was just Bosko's point of > view, with which I and many o

Re: Solved (Re: -current vs. -stable network performance)

2001-12-14 Thread Luigi Rizzo
On Fri, Dec 14, 2001 at 02:34:36AM -0800, Peter Wemm wrote: > Luigi Rizzo wrote: > [..] > > The change below has been committed to STABLE 7 weeks ago, but did > > not go into CURRENT because there was some disagreement on the ... > Incidently, this is a poster-child example of why fixes are not to

Re: Solved (Re: -current vs. -stable network performance)

2001-12-14 Thread Terry Lambert
Peter Wemm wrote: > > Luigi Rizzo wrote: > [..] > > The change below has been committed to STABLE 7 weeks ago, but did > > not go into CURRENT because there was some disagreement on the > > semantics of M_LEADINGSPACE. However I would strongly vote for > > committing this change to CURRENT as wel

Re: Solved (Re: -current vs. -stable network performance)

2001-12-14 Thread Peter Wemm
Luigi Rizzo wrote: [..] > The change below has been committed to STABLE 7 weeks ago, but did > not go into CURRENT because there was some disagreement on the > semantics of M_LEADINGSPACE. However I would strongly vote for > committing this change to CURRENT as well, given the huge performance > i

Solved (Re: -current vs. -stable network performance)

2001-12-14 Thread Luigi Rizzo
In case you are interested, I found why CURRENT performed so badly. It turns out that CURRENT still does not have the fix to M_LEADINGSPACE that permits writing into non-shared mbufs. This caused the header of forwarded packets to be pulled up in a separate buffer, and triggered a known (to me a