svn commit: r366459 - stable/12/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Mon Oct 5 18:59:11 UTC 2020


Author: np
Date: Mon Oct  5 18:59:10 2020
New Revision: 366459
URL: https://svnweb.freebsd.org/changeset/base/366459

Log:
  MFC r366246:
  
  Remove duplicate line.

Modified:
  stable/12/sys/dev/cxgbe/t4_netmap.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/cxgbe/t4_netmap.c
==============================================================================
--- stable/12/sys/dev/cxgbe/t4_netmap.c	Mon Oct  5 18:49:55 2020	(r366458)
+++ stable/12/sys/dev/cxgbe/t4_netmap.c	Mon Oct  5 18:59:10 2020	(r366459)
@@ -216,9 +216,6 @@ alloc_nm_rxq_hwq(struct vi_info *vi, struct sge_nm_rxq
 		param = V_FW_PARAMS_MNEM(FW_PARAMS_MNEM_DMAQ) |
 		    V_FW_PARAMS_PARAM_X(FW_PARAMS_PARAM_DMAQ_CONM_CTXT) |
 		    V_FW_PARAMS_PARAM_YZ(nm_rxq->iq_cntxt_id);
-		param = V_FW_PARAMS_MNEM(FW_PARAMS_MNEM_DMAQ) |
-		    V_FW_PARAMS_PARAM_X(FW_PARAMS_PARAM_DMAQ_CONM_CTXT) |
-		    V_FW_PARAMS_PARAM_YZ(nm_rxq->iq_cntxt_id);
 		if (cong == 0)
 			val = 1 << 19;
 		else {


More information about the svn-src-all mailing list