Hi,
I'm trying to build linear sk_buffs, non linear sk_buffs with page frames (nr_frags) and non linear skbuffs with linked list (frag_list) for testing of a kernel module I wrote. Does anyone have any better resources than the API for doing this? Like a guide type thing. The best I've found so far is:
How SKBs work
but that doesn't really go deep enough. I'm not worried about filling the skbuff with any data, just building the actual memory object to a certain size with a certain number of frags attached.
Any help is greatly appreciated,
Best Regards,
Brendan