libcxgb4: Don't spam stderr. Write combining is not enabled by default
by the FreeBSD driver.
This commit is contained in:
parent
a6bcabcd06
commit
01869797b7
@ -202,8 +202,6 @@ static struct ibv_context *c4iw_alloc_context(struct ibv_device *ibdev,
|
||||
* loader tunable "hw.cxl.write_combine=0"
|
||||
*/
|
||||
if (t5_en_wc && !context->status_page->wc_supported) {
|
||||
fprintf(stderr, "iw_cxgb4 driver doesn't support Write "
|
||||
"Combine, so regular DB writes will be used\n");
|
||||
t5_en_wc = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user