Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - linux socket buffer: (2 Items)
   
linux socket buffer  
Do you know of any BSD mbuf to Linux socket buffer emulation or conversion libraries?  I'd like to be able to create a 
linux socket buffer API wrapper around BSD mbufs.  Is this possible?

Thanks,
Mike
RE: linux socket buffer  
Hi Michael:

	I haven't seen anything immediately available for skbuff to mbuf
translation.  My standard google search didn't bring up anything immediately
useful either.  I'm sure it's possible... The one time that we encountered
this when porting a network driver, we just replaced the skbuffs with mbufs
and changed the code to match.

	Robert.

-----Original Message-----
From: Michael Li [mailto:mikeqnx@gmail.com] 
Sent: Monday, May 19, 2008 9:11 PM
To: drivers-networking
Subject: linux socket buffer

Do you know of any BSD mbuf to Linux socket buffer emulation or conversion
libraries?  I'd like to be able to create a linux socket buffer API wrapper
around BSD mbufs.  Is this possible?

Thanks,
Mike

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post8245