Re: ulpt read interface

2017-05-25 Thread patrick keshishian
Ping? On Thu, May 18, 2017 at 07:35:31PM -0700, patrick keshishian wrote: > Hello, > > I would like to propose adding a ulptread call to the ulpt(4). > > This diff adds ulptread and ulpt_do_read functions, similar to > ultpwrite and ulpt_do_write (essentially copy/paste/edit), as well > as look

ulpt read interface

2017-05-18 Thread patrick keshishian
Hello, I would like to propose adding a ulptread call to the ulpt(4). This diff adds ulptread and ulpt_do_read functions, similar to ultpwrite and ulpt_do_write (essentially copy/paste/edit), as well as looking at ugen_do_read (for BULK). One thing to note is the current ultp driver runs two co