Andrew Gallatin wrote:
Andrew Gallatin [EMAIL PROTECTED] wrote:
gallatin    2007-05-25 19:38:32 UTC

  FreeBSD src repository

  Modified files:
sys/dev/mxge if_mxge.c Log:
  - Use m_getcl() rather than m_getjcl() when we're allocating 2KB
  clusters.  This helps quite a bit on my low end machines (improves
  performance by about 300Kpps when being blasted by a hardware
  packet generator).

BTW, thanks to bmilekic for reminding me of the packet zone.
It would be nice if such a thing existed for the jumbo sized
clusters :)

Secondary zones are not perfectly integrated with UMA and there
are some nits that prevent doing just that for the moment.  We're
working on it.  It's not trivial though.  I want to de-inline some
functions in mbuf.h to make backend changes transparent to consumers
of it.

--
Andre

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to