mlx4_core: bump default scaled value of num of cqs and srqs
Bump up the number of cqs and srqs when scale_profile parameter
is set or log_num_cq/log_num_srq are zero implying a scaled
default profile.
This allows higher scalability needed for cloud based platforms
running higher number of processes per hca.
If the individual parameters log_num_srq and/or log_num_cq are
set, they take precedence and scale_profile is ignored.
(Fixes for style problems with quoted strings split across
lines and and block comment format are also piggybacked
in this commit!)
Orabug:
23078966
Signed-off-by: Mukesh Kacker <mukesh.kacker@oracle.com>
Reviewed-by: Wengang Wang <wen.gang.wang@oracle.com>
Reviewed-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>