Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 07:37:03 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r346947 - stable/11/sys/dev/cxgbe/tom
Message-ID:  <201904300737.x3U7b39e057912@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Tue Apr 30 07:37:03 2019
New Revision: 346947
URL: https://svnweb.freebsd.org/changeset/base/346947

Log:
  MFC r342356:
  
  Remove unused macros from t4_tom.h.

Modified:
  stable/11/sys/dev/cxgbe/tom/t4_tom.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/cxgbe/tom/t4_tom.h
==============================================================================
--- stable/11/sys/dev/cxgbe/tom/t4_tom.h	Tue Apr 30 07:34:34 2019	(r346946)
+++ stable/11/sys/dev/cxgbe/tom/t4_tom.h	Tue Apr 30 07:37:03 2019	(r346947)
@@ -218,10 +218,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.  Barely fits in
  * 64B, try not to grow it further.



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