OSDN Git Service

net: add documentation for skb recycling
authorStephen Hemminger <shemminger@vyatta.com>
Sun, 2 Nov 2008 04:01:09 +0000 (21:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Nov 2008 04:01:09 +0000 (21:01 -0700)
commitd1a203eac0ec13cd1c0ba610fe7a55c9bc40473b
tree38fcd14da889f021d18346c5f3595591b5051f83
parent920da6923cf03c8a78fbaffa408f8ab37f6abfc1
net: add documentation for skb recycling

Commit 04a4bb55bcf35b63d40fd2725e58599ff8310dd7 ("net: add
skb_recycle_check() to enable netdriver skb recycling") added a
method for network drivers to recycle skbuffs, but while use of
this mechanism was documented in the commit message, it should
really have been added as a docbook comment as well -- this
patch does that.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c