libcxgb4: Don't spam stderr. Write combining is not enabled by default

by the FreeBSD driver.
This commit is contained in:
Navdeep Parhar 2019-02-27 06:50:24 +00:00
parent a6bcabcd06
commit 01869797b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344617

View File

@ -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;
}
}