svn commit: r342356 - head/sys/dev/cxgbe/tom

Navdeep Parhar np at FreeBSD.org
Fri Dec 21 20:46:47 UTC 2018


Author: np
Date: Fri Dec 21 20:46:45 2018
New Revision: 342356
URL: https://svnweb.freebsd.org/changeset/base/342356

Log:
  Remove unused macros from t4_tom.h.

Modified:
  head/sys/dev/cxgbe/tom/t4_tom.h

Modified: head/sys/dev/cxgbe/tom/t4_tom.h
==============================================================================
--- head/sys/dev/cxgbe/tom/t4_tom.h	Fri Dec 21 20:30:52 2018	(r342355)
+++ head/sys/dev/cxgbe/tom/t4_tom.h	Fri Dec 21 20:46:45 2018	(r342356)
@@ -216,10 +216,6 @@ struct flowc_tx_params {
 	unsigned int mss;
 };
 
-#define	DDP_RETRY_WAIT	5	/* seconds to wait before re-enabling DDP */
-#define	DDP_LOW_SCORE	1
-#define	DDP_HIGH_SCORE	3
-
 /*
  * Compressed state for embryonic connections for a listener.
  */


More information about the svn-src-head mailing list