Re: [PATCH net-next] cxgb4: notify uP to route ctrlq compl to rdma rspq

2017-06-19 Thread David Miller
From: Ganesh Goudar Date: Mon, 19 Jun 2017 17:40:48 +0530 > CC: Stable # 4.9+ This makes no sense whatsoever. I applied this to net-next, but: 1) Fixes destined for -stable _MUST_ be submitted to 'net' not 'net-next'. 2) Networking -stable submissions are not performed using the CC: of the

Re: [PATCH net-next] cxgb4: notify uP to route ctrlq compl to rdma rspq

2017-06-19 Thread Ganesh GR
] cxgb4: notify uP to route ctrlq compl to rdma rspq   From: Raju Rangoju During the module initialisation there is a possible race (basically race between uld and lld) where neither the uld nor lld notifies the uP about where to route the ctrl queue completions. LLD skips notifying uP as the rdma

[PATCH net-next] cxgb4: notify uP to route ctrlq compl to rdma rspq

2017-06-19 Thread Ganesh Goudar
From: Raju Rangoju During the module initialisation there is a possible race (basically race between uld and lld) where neither the uld nor lld notifies the uP about where to route the ctrl queue completions. LLD skips notifying uP as the rdma queues were not created by then (will leave it to ULD