]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit92cb01f07ec9b107c5ba5f2300377f032be961cf
tree38fcd14da889f021d18346c5f3595591b5051f83
parent6300931cf2b2837a3873975cb1ca7c36c942d369
net: add documentation for skb recycling

Commit d923d4abd5ea7868b34ac468e4ac46898824cfcb ("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