Closed enfiskutensykkel closed 5 years ago
This should be relatively trivial when using SmartIO/SISCI. SISCI segments have linear physical memory. I don't plan on supporting this for non-linear physical memory.
The issue for non-contiguous memory is that the PRP list describing the queue memory must exist for the life time of the queue. Currently, there is no way of logically ensuring this.
This is resolved in the SISCI branch. Currently only support for contiguous memory.
Add support for IO queues spanning more than a single page.