Re: [RFC v1 08/19] RDMA/irdma: Add privileged UDA queue implementation

2019-02-24 Thread Gal Pressman
On 15-Feb-19 19:10, Shiraz Saleem wrote: > +/** > + * irdma_puda_poll_info - poll cq for completion > + * @cq: cq for poll > + * @info: info return for successful completion > + */ > +static enum irdma_status_code > +irdma_puda_poll_info(struct irdma_sc_cq *cq, struct irdma_puda_cmpl_info > *info)

[RFC v1 08/19] RDMA/irdma: Add privileged UDA queue implementation

2019-02-15 Thread Shiraz Saleem
From: Mustafa Ismail Implement privileged UDA queues to handle iWARP connection packets and receive exceptions. Signed-off-by: Mustafa Ismail Signed-off-by: Shiraz Saleem --- drivers/infiniband/hw/irdma/puda.c | 1695 drivers/infiniband/hw/irdma/puda.h |