RDMA/cxgb4: Handle NET_XMIT return codes
authorHariprasad S <hariprasad@chelsio.com>
Mon, 8 Dec 2014 09:32:47 +0000 (15:02 +0530)
committerRoland Dreier <roland@purestorage.com>
Tue, 16 Dec 2014 02:10:46 +0000 (18:10 -0800)
commite6b11163d41d288a9c5732b85bf6760eb817d3e1
treeb02ad003de9c67c87c6c272d588505c6a0e9b615
parent5b341808835e29cff9e074712d39cee376f8d866
RDMA/cxgb4: Handle NET_XMIT return codes

cxgb4_create_server() and cxgb4_create_server6() return NET_XMIT_*
values or a negative errno. iw_cxgb4 need to handle this correctly.

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/cxgb4/cm.c