svn commit: r345609 - stable/12/sys/dev/cxgbe/tom
Navdeep Parhar
np at FreeBSD.org
Tue Sep 3 14:05:52 UTC 2019
Author: np
Date: Wed Mar 27 21:45:30 2019
New Revision: 345609
URL: https://svnweb.freebsd.org/changeset/base/345609
Log:
MFC r342356:
Remove unused macros from t4_tom.h.
Modified:
stable/12/sys/dev/cxgbe/tom/t4_tom.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/dev/cxgbe/tom/t4_tom.h
==============================================================================
--- stable/12/sys/dev/cxgbe/tom/t4_tom.h Wed Mar 27 21:43:38 2019 (r345608)
+++ stable/12/sys/dev/cxgbe/tom/t4_tom.h Wed Mar 27 21:45:30 2019 (r345609)
@@ -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-all
mailing list