svn commit: r274613 - stable/9/sys/dev/cxgbe/firmware
Navdeep Parhar
np at FreeBSD.org
Mon Nov 17 07:20:35 UTC 2014
Author: np
Date: Mon Nov 17 07:20:33 2014
New Revision: 274613
URL: https://svnweb.freebsd.org/changeset/base/274613
Log:
MFC r274351:
cxgbe(4): adjust PMRX and PMTX parameters.
Modified:
stable/9/sys/dev/cxgbe/firmware/t4fw_cfg.txt
stable/9/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt
stable/9/sys/dev/cxgbe/firmware/t5fw_cfg.txt
stable/9/sys/dev/cxgbe/firmware/t5fw_cfg_fpga.txt
stable/9/sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props changed)
Modified: stable/9/sys/dev/cxgbe/firmware/t4fw_cfg.txt
==============================================================================
--- stable/9/sys/dev/cxgbe/firmware/t4fw_cfg.txt Mon Nov 17 07:20:03 2014 (r274612)
+++ stable/9/sys/dev/cxgbe/firmware/t4fw_cfg.txt Mon Nov 17 07:20:33 2014 (r274613)
@@ -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/9/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt
==============================================================================
--- stable/9/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt Mon Nov 17 07:20:03 2014 (r274612)
+++ stable/9/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt Mon Nov 17 07:20:33 2014 (r274613)
@@ -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/9/sys/dev/cxgbe/firmware/t5fw_cfg.txt
==============================================================================
--- stable/9/sys/dev/cxgbe/firmware/t5fw_cfg.txt Mon Nov 17 07:20:03 2014 (r274612)
+++ stable/9/sys/dev/cxgbe/firmware/t5fw_cfg.txt Mon Nov 17 07:20:33 2014 (r274613)
@@ -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/9/sys/dev/cxgbe/firmware/t5fw_cfg_fpga.txt
==============================================================================
--- stable/9/sys/dev/cxgbe/firmware/t5fw_cfg_fpga.txt Mon Nov 17 07:20:03 2014 (r274612)
+++ stable/9/sys/dev/cxgbe/firmware/t5fw_cfg_fpga.txt Mon Nov 17 07:20:33 2014 (r274613)
@@ -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/9/sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt
==============================================================================
--- stable/9/sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt Mon Nov 17 07:20:03 2014 (r274612)
+++ stable/9/sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt Mon Nov 17 07:20:33 2014 (r274613)
@@ -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
More information about the svn-src-stable-9
mailing list