Re: [PATCH] libibumad: Increase the limit of UMAD_MAX_DEVICES

2010-09-01 Thread Sasha Khapyorsky
On 16:30 Tue 10 Aug , Arputham Benjamin wrote: > ibstat command doesn't show all HCAs when the number of HCAs in one system > exceeds 20. We need to change this limit. Increase it to 32 to be consistent > with the define "IB_UVERBS_MAX_DEVICES = 32" > > Signed-off-by: Arputham Benjamin Appli

[PATCH] libibumad: Increase the limit of UMAD_MAX_DEVICES

2010-08-10 Thread Arputham Benjamin
ibstat command doesn't show all HCAs when the number of HCAs in one system exceeds 20. We need to change this limit. Increase it to 32 to be consistent with the define "IB_UVERBS_MAX_DEVICES = 32" Signed-off-by: Arputham Benjamin --- diff -rup a/libibumad-1.3.5/include/infiniband/umad.h b/libibu