Re: [Nfs-ganesha-devel] WIP example API for async/vector FSAL ops

2018-02-07 Thread Daniel Gryniewicz
On 02/07/2018 09:05 AM, William Allen Simpson wrote: On 2/6/18 10:40 AM, Daniel Gryniewicz wrote: On 02/06/2018 10:26 AM, William Allen Simpson wrote: On 2/6/18 8:25 AM, Daniel Gryniewicz wrote: Hi, all. I've worked up a sample API for async/vector for FSAL ops.  The example op is read(), an

Re: [Nfs-ganesha-devel] WIP example API for async/vector FSAL ops

2018-02-07 Thread William Allen Simpson
On 2/6/18 10:40 AM, Daniel Gryniewicz wrote: On 02/06/2018 10:26 AM, William Allen Simpson wrote: On 2/6/18 8:25 AM, Daniel Gryniewicz wrote: Hi, all. I've worked up a sample API for async/vector for FSAL ops.  The example op is read(), and I've "implemented" it for all FSALs, so that I can ve

Re: [Nfs-ganesha-devel] WIP example API for async/vector FSAL ops

2018-02-06 Thread Daniel Gryniewicz
On 02/06/2018 10:26 AM, William Allen Simpson wrote: On 2/6/18 8:25 AM, Daniel Gryniewicz wrote: Hi, all. I've worked up a sample API for async/vector for FSAL ops.  The example op is read(), and I've "implemented" it for all FSALs, so that I can verify that it does, in fact, work for some de

Re: [Nfs-ganesha-devel] WIP example API for async/vector FSAL ops

2018-02-06 Thread William Allen Simpson
On 2/6/18 8:25 AM, Daniel Gryniewicz wrote: Hi, all. I've worked up a sample API for async/vector for FSAL ops.  The example op is read(), and I've "implemented" it for all FSALs, so that I can verify that it does, in fact, work for some definition of work. I'm a bit surprised it works, as t

[Nfs-ganesha-devel] WIP example API for async/vector FSAL ops

2018-02-06 Thread Daniel Gryniewicz
Hi, all. I've worked up a sample API for async/vector for FSAL ops. The example op is read(), and I've "implemented" it for all FSALs, so that I can verify that it does, in fact, work for some definition of work. The commit is the top of this branch: https://github.com/dang/nfs-ganesha/tre