David Miller <[EMAIL PROTECTED]> :
[...]
> Yes it is.
>
> If the non-linear SKB has data in pages, we copy that data from the
> pages into the new linear skb->data area and release the paged data.
Right. The documentation talks about the skb _data_ so there is no
reason to imagine that the funct
From: Francois Romieu <[EMAIL PROTECTED]>
Date: Fri, 10 Nov 2006 23:03:55 +0100
> The data is not released.
Yes it is.
If the non-linear SKB has data in pages, we copy that data from the
pages into the new linear skb->data area and release the paged data.
-
To unsubscribe from this list: send th
The data is not released.
drivers/net/mv643xx_eth.c apart, each current caller issues
kfree_skb() when required.
Signed-off-by: Francois Romieu <[EMAIL PROTECTED]>
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 85577a4..380e344 100644
--- a/include/linux/skbuff.h
+++ b/includ