Hi,
I am new to FreeBSD kernel programming.
Currently I am trying to work on mbuf data manupulation.
>From my understanding: data (payload) is stored into one or more mufs
which are chained together through m_next pointer.
Now, I need to retrive all data in mbuf chain ( mbufs linked by
m_next).
Hi hackers,
I was thinking about modifying the zone allocator to allow to specify
the number of items to pre-allocate when a zone is first created.
Before starting to hack it, I would like to know what you think about
it. Do you find it useful or not?
Thanks
--
Pietro Cerutti
PGP Public Key:
>From the entire chain.
best regards,
Vijay
> -Original Message-
> From: Biks N [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 07, 2008 1:38 PM
> To: Sam Leffler
> Cc: freebsd-hackers@freebsd.org
> Subject: Re: retrive data from mbuf chain
>
> On Feb 7, 2008 3:26 PM, Sam Leffler
On Feb 7, 2008 3:26 PM, Sam Leffler <[EMAIL PROTECTED]> wrote:
>
> Biks N wrote:
> > Hi,
> >
> > I am new to FreeBSD kernel programming.
> >
> > Currently I am trying to work on mbuf data manupulation.
> >
> > >From my understanding: data (payload) is stored into one or more mufs
> > which are chai
Vlad GALU wrote:
On 2/7/08, Biks N <[EMAIL PROTECTED]> wrote:
Hi,
I am new to FreeBSD kernel programming.
Currently I am trying to work on mbuf data manupulation.
>From my understanding: data (payload) is stored into one or more mufs
which are chained together through m_next pointer.
Now, I
Biks N wrote:
Hi,
I am new to FreeBSD kernel programming.
Currently I am trying to work on mbuf data manupulation.
>From my understanding: data (payload) is stored into one or more mufs
which are chained together through m_next pointer.
Now, I need to retrive all data in mbuf chain ( mbufs li
On 2/7/08, Biks N <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am new to FreeBSD kernel programming.
>
> Currently I am trying to work on mbuf data manupulation.
>
> >From my understanding: data (payload) is stored into one or more mufs
> which are chained together through m_next pointer.
>
> Now, I need
* Pietro Cerutti <[EMAIL PROTECTED]> wrote:
> Before starting to hack it, I would like to know what you think about
> it. Do you find it useful or not?
I was thinking about this as well, because my TTY hackery could also use
this to preallocate cblocks to store characters from interrupts, but
then
Ed Schouten wrote:
> Using your own per-{device,object,etc} free list should even be faster,
> because uma probably has some per-zone spinlock, while you may not need
> the locking in your specific situation (i.e. another lock already
> protects it).
Interesting point!
--
Pietro Cerutti
PGP Pu
Does it seem correct to all concerned that each release actually lists
all files twice?
There is a torrent for the entire release CD ISO set, and then there is
a completely separate torrent for each CD ISO file. At least that is
what it looks like to me.
Is this correct?
Sean
10 matches
Mail list logo