Re: mbuf usage for an idle machine
From: Garrett Wollman (wollman_at_khavrinen.lcs.mit.edu)
Date: 08/27/03
- Previous message: Mike Silbersack: "Re: mbuf usage for an idle machine"
- In reply to: Robert Watson: "Re: mbuf usage for an idle machine"
- Next in thread: Mike Silbersack: "Re: mbuf usage for an idle machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 27 Aug 2003 12:53:09 -0400 (EDT) To: Robert Watson <rwatson@freebsd.org>
<<On Wed, 27 Aug 2003 11:43:03 -0400 (EDT), Robert Watson <rwatson@freebsd.org> said:
> There are a number of situations in which the mbuf allocator is used to
> allocate non-mbufs -- for example, we use mbufs to hold IP fragment
> queues, as well as some static packet prototype mbufs, socket options,
> etc.
You're a few years out of date on that one. Socket options should not
be held in mbufs (unless something is broken at the protocol level).
I made a sweep a few years back and managed to eliminate most misues
of mbufs in the network stack.
-GAWollman
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Mike Silbersack: "Re: mbuf usage for an idle machine"
- In reply to: Robert Watson: "Re: mbuf usage for an idle machine"
- Next in thread: Mike Silbersack: "Re: mbuf usage for an idle machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]