* Zach Brown <[EMAIL PROTECTED]> wrote:

> > Having async request and response rings would be quite useful, and 
> > most closely match what is going on under the hood in the kernel and 
> > hardware.
> 
> Yeah, but I have lots of competing thoughts about this.

note that async request and response rings are implemented already in 
essence: that's how FIO uses syslets. The linked list of syslet atoms is 
the 'request ring' (it's just that 'ring' is not a hard-enforced data 
structure - you can use other request formats too), and the completion 
ring is the 'response ring'.

        Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to