[PATCH 07/10] RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues.

2012-05-18 Thread Vipul Pandya
add module option db_fc_threshold which is the count of active QPs that trigger automatic db flow control mode. automatically transition to/from flow control mode when the active qp count crosses db_fc_theshold. add more db debugfs stats on DB DROP event from the LLD, recover all the iwarp queue

Re: [PATCH 07/10] RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues.

2011-10-25 Thread Roland Dreier
On Mon, Oct 24, 2011 at 2:12 PM, David Miller wrote: >> 1. We would like to recommend that all the patches get included in >> Roland's infiniband tree since it has build dependencies. > > This is fine with me.  It just means that Roland's tree has to have > net-next included in it already, because

Re: [PATCH 07/10] RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues.

2011-10-24 Thread David Miller
From: Vipul Pandya Date: Mon, 24 Oct 2011 20:46:31 +0530 > 1. We would like to recommend that all the patches get included in > Roland's infiniband tree since it has build dependencies. This is fine with me. It just means that Roland's tree has to have net-next included in it already, because o

Re: [PATCH 07/10] RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues.

2011-10-24 Thread Vipul Pandya
On 21-10-2011 02:27, David Miller wrote: > From: Steve Wise > Date: Thu, 20 Oct 2011 12:28:07 -0500 > >> On 10/20/2011 12:17 PM, Roland Dreier wrote: I believe 5 and 7 have build dependencies. >>> Right, missed that one too. >>> >>> But it seems 4,6,8,9,10 are independent of the rest of t

Re: [PATCH 07/10] RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues.

2011-10-20 Thread David Miller
From: Steve Wise Date: Thu, 20 Oct 2011 12:28:07 -0500 > On 10/20/2011 12:17 PM, Roland Dreier wrote: >>> I believe 5 and 7 have build dependencies. >> Right, missed that one too. >> >> But it seems 4,6,8,9,10 are independent of the rest of the series? >> >> ie I can trivially apply them and then

Re: [PATCH 07/10] RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues.

2011-10-20 Thread Steve Wise
On 10/20/2011 12:17 PM, Roland Dreier wrote: I believe 5 and 7 have build dependencies. Right, missed that one too. But it seems 4,6,8,9,10 are independent of the rest of the series? ie I can trivially apply them and then worry about working out the drivers/net / drivers/infiniband interdepend

Re: [PATCH 07/10] RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues.

2011-10-20 Thread Roland Dreier
> I believe 5 and 7 have build dependencies. Right, missed that one too. But it seems 4,6,8,9,10 are independent of the rest of the series? ie I can trivially apply them and then worry about working out the drivers/net / drivers/infiniband interdependency a bit later? - R. -- To unsubscribe fr

Re: [PATCH 07/10] RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues.

2011-10-20 Thread Steve Wise
On 10/19/2011 05:12 PM, Roland Dreier wrote: This looks like the only drivers/infiniband patch that depends on the drivers/net changes? - R. I believe 5 and 7 have build dependencies. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord

Re: [PATCH 07/10] RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues.

2011-10-19 Thread Roland Dreier
This looks like the only drivers/infiniband patch that depends on the drivers/net changes? - R. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 07/10] RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues.

2011-10-19 Thread Vipul Pandya
- add module option db_fc_threshold which is the count of active QPs that trigger automatic db flow control mode. - automatically transition to/from flow control mode when the active qp count crosses db_fc_theshold. - add more db debugfs stats - on DB DROP event from the