aboutsummaryrefslogtreecommitdiff
path: root/contrib/ofed
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2019-02-27 06:50:24 +0000
committerNavdeep Parhar <np@FreeBSD.org>2019-02-27 06:50:24 +0000
commit01869797b78ed21b3ee1d1932e6a1231e23676a9 (patch)
treeb986199e017a9ddadbb0a95160e3d07cac741ced /contrib/ofed
parenta6bcabcd06f9bb6c525b426afb9685033a0351af (diff)
downloadsrc-01869797b78ed21b3ee1d1932e6a1231e23676a9.tar.gz
src-01869797b78ed21b3ee1d1932e6a1231e23676a9.zip
libcxgb4: Don't spam stderr. Write combining is not enabled by default
by the FreeBSD driver.
Notes
Notes: svn path=/head/; revision=344617
Diffstat (limited to 'contrib/ofed')
-rw-r--r--contrib/ofed/libcxgb4/dev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/ofed/libcxgb4/dev.c b/contrib/ofed/libcxgb4/dev.c
index 1e48478f7466..89494f9b46d7 100644
--- a/contrib/ofed/libcxgb4/dev.c
+++ b/contrib/ofed/libcxgb4/dev.c
@@ -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;
}
}