Re: [patch v2 27/37] add rxe_resp.c

2011-08-20 Thread Bart Van Assche
On Sun, Jul 24, 2011 at 9:43 PM, rpear...@systemfabricworks.com wrote: +static char *resp_state_name[] = { + [RESPST_NONE] = NONE, Shouldn't that be const char * const instead of char * ? +/* rxe_recv calls here to add a request packet to the input queue */

[patch v2 27/37] add rxe_resp.c

2011-07-25 Thread rpearson
QP response logic. Signed-off-by: Bob Pearson rpear...@systemfabricworks.com --- drivers/infiniband/hw/rxe/rxe_resp.c | 1366 +++ 1 file changed, 1366 insertions(+) Index: infiniband/drivers/infiniband/hw/rxe/rxe_resp.c