Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2018 20:46:45 +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: r342356 - head/sys/dev/cxgbe/tom
Message-ID:  <201812212046.wBLKkjIo019006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



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