• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: mbuf_dup/mbuf_freem with mbufs containing aux data
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mbuf_dup/mbuf_freem with mbufs containing aux data


  • Subject: Re: mbuf_dup/mbuf_freem with mbufs containing aux data
  • From: "Bhavesh Davda" <email@hidden>
  • Date: Mon, 29 Jan 2007 19:15:42 -0800

> How do I check if the new mbuf resulted from mbuf_dup() has auxiliary
> data at all? I couldn't see any accessors in kpi_mbuf.

There is mbuf_aux_find() but it requires you to specify the data
type for the query to return a match.


I thought that was part of the un-exported private kpi_mbuf.

> If there were, then I would have simply queried if there was aux data
> attached in the new mbuf, and NULL'ed the aux pointer in the new mbuf,
> because my clients for the duplicated mbuf don't care about that aux
> data.

Have you tried using mbuf_copym() instead of mbuf_dup()?  For the
former case, the auxiliary mbuf and any packet tags get migrated
from the original to the new one.


Hmmm.. That's an interesting idea. Are there any performance trade-offs between mbuf_dup versus mbuf_copym?

I'll give mbuf_copym a try.

Thanks

- Bhavesh
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >mbuf_dup/mbuf_freem with mbufs containing aux data (From: "Bhavesh Davda" <email@hidden>)
 >Re: mbuf_dup/mbuf_freem with mbufs containing aux data (From: Adi Masputra <email@hidden>)
 >Re: mbuf_dup/mbuf_freem with mbufs containing aux data (From: "Bhavesh Davda" <email@hidden>)
 >Re: mbuf_dup/mbuf_freem with mbufs containing aux data (From: Adi Masputra <email@hidden>)

  • Prev by Date: Re: mbuf_dup/mbuf_freem with mbufs containing aux data
  • Next by Date: /System/Library/Extensions vs /Library/StartupItems
  • Previous by thread: Re: mbuf_dup/mbuf_freem with mbufs containing aux data
  • Next by thread: /System/Library/Extensions vs /Library/StartupItems
  • Index(es):
    • Date
    • Thread