A little style update -- constants on the left...
This commit was SVN r18426.
Этот коммит содержится в:
родитель
16cde0e5fa
Коммит
6b26895ad4
@ -2073,13 +2073,13 @@ error:
|
||||
* SQ and RQ WRs will automatically be flushed.
|
||||
*/
|
||||
#if defined(HAVE_STRUCT_IBV_DEVICE_TRANSPORT_TYPE)
|
||||
if (wc->status == IBV_WC_WR_FLUSH_ERR &&
|
||||
if (IBV_WC_WR_FLUSH_ERR == wc->status &&
|
||||
IBV_TRANSPORT_IWARP == hca->ib_dev->transport_type) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
if(wc->status != IBV_WC_WR_FLUSH_ERR || !flush_err_printed[cq]++) {
|
||||
if(IBV_WC_WR_FLUSH_ERR != wc->status || !flush_err_printed[cq]++) {
|
||||
BTL_PEER_ERROR(remote_proc, ("error polling %s with status %s "
|
||||
"status number %d for wr_id %llu opcode %d qp_idx %d",
|
||||
cq_name[cq], btl_openib_component_status_to_string(wc->status),
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user