Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2014 07:20:04 +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-10@freebsd.org
Subject:   svn commit: r274612 - stable/10/sys/dev/cxgbe/firmware
Message-ID:  <201411170720.sAH7K46K088588@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Mon Nov 17 07:20:03 2014
New Revision: 274612
URL: https://svnweb.freebsd.org/changeset/base/274612

Log:
  MFC r274351:
  
  cxgbe(4): adjust PMRX and PMTX parameters.

Modified:
  stable/10/sys/dev/cxgbe/firmware/t4fw_cfg.txt
  stable/10/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt
  stable/10/sys/dev/cxgbe/firmware/t5fw_cfg.txt
  stable/10/sys/dev/cxgbe/firmware/t5fw_cfg_fpga.txt
  stable/10/sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/cxgbe/firmware/t4fw_cfg.txt
==============================================================================
--- stable/10/sys/dev/cxgbe/firmware/t4fw_cfg.txt	Mon Nov 17 01:05:29 2014	(r274611)
+++ stable/10/sys/dev/cxgbe/firmware/t4fw_cfg.txt	Mon Nov 17 07:20:03 2014	(r274612)
@@ -28,8 +28,8 @@
 	tp_ntxch = 0
 
 	# TP rx and tx payload memory (% of the total EDRAM + DDR3).
-	tp_pmrx = 38
-	tp_pmtx = 60
+	tp_pmrx = 38, 512
+	tp_pmtx = 60, 512
 	tp_pmrx_pagesize = 64K
 	tp_pmtx_pagesize = 64K
 
@@ -160,7 +160,7 @@
 
 [fini]
 	version = 0x1
-	checksum = 0x6a1f8858
+	checksum = 0xb4168add
 #
 # $FreeBSD$
 #

Modified: stable/10/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt
==============================================================================
--- stable/10/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt	Mon Nov 17 01:05:29 2014	(r274611)
+++ stable/10/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt	Mon Nov 17 07:20:03 2014	(r274612)
@@ -125,7 +125,7 @@
 
 	# Percentage of dynamic memory (in either the EDRAM or external MEM)
 	# to use for TP RX payload
-	tp_pmrx = 34 
+	tp_pmrx = 34, 512
 
 	# TP RX payload page size
 	tp_pmrx_pagesize = 64K
@@ -135,7 +135,7 @@
 
 	# Percentage of dynamic memory (in either the EDRAM or external MEM)
 	# to use for TP TX payload
-	tp_pmtx = 32
+	tp_pmtx = 32, 512
 
 	# TP TX payload page size
 	tp_pmtx_pagesize = 64K
@@ -544,7 +544,7 @@
 
 [fini]
 	version = 0x14250012
-	checksum = 0xd9ae0325
+	checksum = 0x22f592a9
 
 # Total resources used by above allocations:
 #   Virtual Interfaces: 104

Modified: stable/10/sys/dev/cxgbe/firmware/t5fw_cfg.txt
==============================================================================
--- stable/10/sys/dev/cxgbe/firmware/t5fw_cfg.txt	Mon Nov 17 01:05:29 2014	(r274611)
+++ stable/10/sys/dev/cxgbe/firmware/t5fw_cfg.txt	Mon Nov 17 07:20:03 2014	(r274612)
@@ -37,8 +37,8 @@
 	tp_ntxch = 0
 
 	# TP rx and tx payload memory (% of the total EDRAM + DDR3).
-	tp_pmrx = 38
-	tp_pmtx = 60
+	tp_pmrx = 38, 512
+	tp_pmtx = 60, 512
 	tp_pmrx_pagesize = 64K
 	tp_pmtx_pagesize = 64K
 
@@ -173,7 +173,7 @@
 
 [fini]
 	version = 0x1
-	checksum = 0xa0ee1715
+	checksum = 0x4f45e608
 #
 # $FreeBSD$
 #

Modified: stable/10/sys/dev/cxgbe/firmware/t5fw_cfg_fpga.txt
==============================================================================
--- stable/10/sys/dev/cxgbe/firmware/t5fw_cfg_fpga.txt	Mon Nov 17 01:05:29 2014	(r274611)
+++ stable/10/sys/dev/cxgbe/firmware/t5fw_cfg_fpga.txt	Mon Nov 17 07:20:03 2014	(r274612)
@@ -149,7 +149,7 @@
 
 	# Percentage of dynamic memory (in either the EDRAM or external MEM)
 	# to use for TP RX payload
-	tp_pmrx = 30
+	tp_pmrx = 30, 512
 
 	# TP RX payload page size
 	tp_pmrx_pagesize = 64K
@@ -159,7 +159,7 @@
 
 	# Percentage of dynamic memory (in either the EDRAM or external MEM)
 	# to use for TP TX payload
-	tp_pmtx = 50
+	tp_pmtx = 50, 512
 
 	# TP TX payload page size
 	tp_pmtx_pagesize = 64K
@@ -463,7 +463,7 @@
 
 [fini]
 	version = 0x1425000d
-	checksum = 0xe56cb999
+	checksum = 0x22f1530b
 
 # Total resources used by above allocations:
 #   Virtual Interfaces: 104

Modified: stable/10/sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt
==============================================================================
--- stable/10/sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt	Mon Nov 17 01:05:29 2014	(r274611)
+++ stable/10/sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt	Mon Nov 17 07:20:03 2014	(r274612)
@@ -153,7 +153,7 @@
 
 	# Percentage of dynamic memory (in either the EDRAM or external MEM)
 	# to use for TP RX payload
-	tp_pmrx = 30
+	tp_pmrx = 30, 512
 
 	# TP RX payload page size
 	tp_pmrx_pagesize = 64K
@@ -163,7 +163,7 @@
 
 	# Percentage of dynamic memory (in either the EDRAM or external MEM)
 	# to use for TP TX payload
-	tp_pmtx = 50
+	tp_pmtx = 50, 512
 
 	# TP TX payload page size
 	tp_pmtx_pagesize = 64K
@@ -587,7 +587,7 @@
 
 [fini]
 	version = 0x14250016
-	checksum = 0x5d740273
+	checksum = 0xafaf8723
 
 # Total resources used by above allocations:
 #   Virtual Interfaces: 104



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