Re: [PATCH] mlx4_core: Modify default value of log_rdmarc_per_qp to be consistent with HW capability

2014-12-09 Thread Or Gerlitz
On Mon, Dec 8, 2014 at 7:45 PM, Yuval Shaia yuval.sh...@oracle.com wrote: This value is used to calculate max_qp_dest_rdma. Default value of 4 brings us to 16 while HW supports 128 (max_requester_per_qp). Although this value can be changed by module param it is best that default be

[PATCH] mlx4_core: Modify default value of log_rdmarc_per_qp to be consistent with HW capability

2014-12-08 Thread Yuval Shaia
This value is used to calculate max_qp_dest_rdma. Default value of 4 brings us to 16 while HW supports 128 (max_requester_per_qp). Although this value can be changed by module param it is best that default be optimized. Acked-by: Wengang Wang wen.gang.w...@oracle.com Signed-off-by: Yuval Shaia