Re: [linux-usb-devel] usb gadget vector support for aio_read/aio_write

2006-02-06 Thread Badari Pulavarty
/gadget never be called to handle more than a single vector, my original (attached) patch would be good enough. But if it need to support more vectors, I am not sure whats the best way to support it. Does this make sense ? Thanks, Badari This patch vectorizes aio_read() and aio_write() method

Re: [linux-usb-devel] usb gadget vector support for aio_read/aio_write

2006-02-03 Thread Badari Pulavarty
Alan Stern wrote: On Fri, 3 Feb 2006, Badari Pulavarty wrote: Hi, I am trying to collapse all the vectored and AIO operations to a single set of file-operations. My initial posting, is available here: http://marc.theaimsgroup.com/?l=linux-kernel&m=113889673116697&w=2 As part of t

Re: [linux-usb-devel] usb gadget vector support for aio_read/aio_write

2006-02-03 Thread Badari Pulavarty
On Fri, 2006-02-03 at 15:54 -0500, Alan Stern wrote: > On Fri, 3 Feb 2006, Badari Pulavarty wrote: > > > Hi, > > > > I am trying to collapse all the vectored and AIO operations > > to a single set of file-operations. My initial posting, is >

[linux-usb-devel] usb gadget vector support for aio_read/aio_write

2006-02-03 Thread Badari Pulavarty
Hi, I am trying to collapse all the vectored and AIO operations to a single set of file-operations. My initial posting, is available here: http://marc.theaimsgroup.com/?l=linux-kernel&m=113889673116697&w=2 As part of this work, I changed aio_read()/aio_write() methods to take a vector, so I can