Any driver using DMA for performance reasons is not going to benefit
from a flip buffer that the CPU needs to copy to provide for userspace
page fragmentation.
Drivers should in the near future be able to DMA directly into
userspace memory. We need to lock down the pages involved, and be able
to send a "list of pages" for the driver to use.....
Roger.