Re: [PATCH rdma-next v2 00/13] DEVX asynchronous events

2019-07-03 Thread Jason Gunthorpe
On Sun, Jun 30, 2019 at 07:23:21PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > Changelog: > v1 -> v2: > * Added Saeed's ack to net patches > * Patch #2: > * Fix to gather user asynchronous events on top of kernel events. > * Patch #7: > * Fix obj_id to be 32 bits. > * Patch

Re: [PATCH rdma-next v2 00/13] DEVX asynchronous events

2019-07-03 Thread Leon Romanovsky
On Wed, Jul 03, 2019 at 12:29:03PM -0300, Jason Gunthorpe wrote: > On Sun, Jun 30, 2019 at 07:23:21PM +0300, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Changelog: > > v1 -> v2: > > * Added Saeed's ack to net patches > > * Patch #2: > > * Fix to gather user asynchronous events on

Re: [PATCH rdma-next v2 00/13] DEVX asynchronous events

2019-07-03 Thread Jason Gunthorpe
On Sun, Jun 30, 2019 at 07:23:21PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > Changelog: > v1 -> v2: > * Added Saeed's ack to net patches > * Patch #2: > * Fix to gather user asynchronous events on top of kernel events. > * Patch #7: > * Fix obj_id to be 32 bits. > * Patch

[PATCH rdma-next v2 00/13] DEVX asynchronous events

2019-06-30 Thread Leon Romanovsky
From: Leon Romanovsky Changelog: v1 -> v2: * Added Saeed's ack to net patches * Patch #2: * Fix to gather user asynchronous events on top of kernel events. * Patch #7: * Fix obj_id to be 32 bits. * Patch #8: * Inline async_event_queue applicable fields into devx_async_event_file. * M