max_recv_wr = device->device_attr->max_srq_wr;\r
if (max_recv_wr > cct->_conf->ms_async_rdma_receive_buffers) {\r
max_recv_wr = cct->_conf->ms_async_rdma_receive_buffers;\r
- ldout(cct, 0) << __func__ << " assigning: " << max_recv_wr << " receive buffers" << dendl;\r
+ ldout(cct, 1) << __func__ << " assigning: " << max_recv_wr << " receive buffers" << dendl;\r
} else {\r
- ldout(cct, 0) << __func__ << " using the max allowed receive buffers: " << max_recv_wr << dendl;\r
+ ldout(cct, 1) << __func__ << " using the max allowed receive buffers: " << max_recv_wr << dendl;\r
}\r
\r
max_send_wr = device->device_attr->max_qp_wr;\r
if (max_send_wr > cct->_conf->ms_async_rdma_send_buffers) {\r
max_send_wr = cct->_conf->ms_async_rdma_send_buffers;\r
- ldout(cct, 0) << __func__ << " assigning: " << max_send_wr << " send buffers" << dendl;\r
+ ldout(cct, 1) << __func__ << " assigning: " << max_send_wr << " send buffers" << dendl;\r
} else {\r
- ldout(cct, 0) << __func__ << " using the max allowed send buffers: " << max_send_wr << dendl;\r
+ ldout(cct, 1) << __func__ << " using the max allowed send buffers: " << max_send_wr << dendl;\r
}\r
\r
ldout(cct, 1) << __func__ << " device allow " << device->device_attr->max_cqe\r