Re: [Qemu-devel] [PATCH v2 1/4] hw/rdma: Add SRQ support to backend layer

2019-03-31 Thread Kamal Heib
On 3/27/19 8:44 AM, Yuval Shaia wrote: > On Tue, Mar 26, 2019 at 02:54:30PM +0200, Kamal Heib wrote: >> Add the required function and definitions for support shared receive > > s/function/functions > s/for/to (but not sure about that though) > OK, I'll fix it in v3. >> queues (SRQs) in the b

Re: [Qemu-devel] [PATCH v2 1/4] hw/rdma: Add SRQ support to backend layer

2019-03-26 Thread Yuval Shaia
On Tue, Mar 26, 2019 at 02:54:30PM +0200, Kamal Heib wrote: > Add the required function and definitions for support shared receive s/function/functions s/for/to (but not sure about that though) > queues (SRQs) in the backend layer. > > Signed-off-by: Kamal Heib > --- > hw/rdma/rdma_backend.c

[Qemu-devel] [PATCH v2 1/4] hw/rdma: Add SRQ support to backend layer

2019-03-26 Thread Kamal Heib
Add the required function and definitions for support shared receive queues (SRQs) in the backend layer. Signed-off-by: Kamal Heib --- hw/rdma/rdma_backend.c | 116 +++- hw/rdma/rdma_backend.h | 12 hw/rdma/rdma_backend_defs.h | 5 ++ 3 files cha