[I/OAT]: Utility functions for offloading sk_buff to iovec copies
authorChris Leech <christopher.leech@intel.com>
Wed, 24 May 2006 00:50:37 +0000 (17:50 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:25:46 +0000 (21:25 -0700)
commitde5506e155276d385712c2aa1c2d9a27cd4ed947
tree219c30dab27b9aef2597d8735dfc19db8454849e
parentdb21733488f84a596faaad0d05430b3f51804692
[I/OAT]: Utility functions for offloading sk_buff to iovec copies

Provides for pinning user space pages in memory, copying to iovecs,
and copying from sk_buffs including fragmented and chained sk_buffs.

Signed-off-by: Chris Leech <christopher.leech@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/dma/Makefile
drivers/dma/iovlock.c [new file with mode: 0644]
include/linux/dmaengine.h
include/net/netdma.h
net/core/Makefile
net/core/user_dma.c [new file with mode: 0644]