On Sun, Oct 15 2017, Guy Shattah wrote:
Why have several driver specific implementation if you can generalizeWhy is there a need for contiguous allocation?
the idea and implement an already existing POSIX standard?
If generalisation is the issue, then the solution is to define a commonDo you suggest to add a whole new common API instead of merely adding a flag to existing one?
API where user-space can allocate memory *in the context of* a device.
This provides a âgive me memory I can use for this deviceâ request which
is what user space really wants.