Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 06:50:24 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344617 - head/contrib/ofed/libcxgb4
Message-ID:  <201902270650.x1R6oOkt072171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Wed Feb 27 06:50:24 2019
New Revision: 344617
URL: https://svnweb.freebsd.org/changeset/base/344617

Log:
  libcxgb4: Don't spam stderr.  Write combining is not enabled by default
  by the FreeBSD driver.

Modified:
  head/contrib/ofed/libcxgb4/dev.c

Modified: head/contrib/ofed/libcxgb4/dev.c
==============================================================================
--- head/contrib/ofed/libcxgb4/dev.c	Wed Feb 27 04:58:18 2019	(r344616)
+++ head/contrib/ofed/libcxgb4/dev.c	Wed Feb 27 06:50:24 2019	(r344617)
@@ -202,8 +202,6 @@ static struct ibv_context *c4iw_alloc_context(struct i
 		 * 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;
 		}
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902270650.x1R6oOkt072171>