Re: Are "skb->data" physically continuous?
From: Shmulik Hen (shmulik.hen@intel.com)
Date: Mon Sep 15 2003 - 08:06:06 EST
On Monday 15 September 2003 01:26 pm, Nick Patavalis wrote:
> find this useful, I'm sending a rather longish description of what
> I found out.
That's a very nice idea. Wish there were such compilations for other
networking stuff too :)
> NETIF_F_FRAGLIST <------------------- ??? WHAT IS THIS ???
> Scatter/gather IO.
That's for adapters that can follow a chain of skb's as well as scan
through the array of fragments in each skb (which is limited by
MAX_SKB_FRAGS). Not sure which level of the stack actually uses that
feature, but it may be usefull for passing a list of skb's, all
belonging to a single "packet".
--
| Shmulik Hen Advanced Network Services |
| Israel Design Center, Jerusalem |
| LAN Access Division, Platform Networking |
| Intel Communications Group, Intel corp. |
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html