From: Frank Blaschka <blaschka@linux.vnet.ibm.com>
I keep meaning to get back to a project I was working on that
would make generic the by-hand TSO that drivers such as
drivers/net/sfc/ are doing.
Just like this EDDP code seems to have been doing, they claim
to be TSO capable as a device but it is all done in software.
The hope is to write a generic framework, and skb_dma_map() and
skb_dma_unmap() were created as initial infrastructure for that.
Anyways, if I ever complete that project, drivers like qeth
could try to make use of it and do some perf tests.
--