Author: np
Date: Thu Aug 16 20:30:14 2012
New Revision: 239339
URL: http://svn.freebsd.org/changeset/base/239339

Log:
  Make room for DDP page pods in the default configuration profile.  While
  here, bump up the L2 table's size to 4K entries.
  
  MFC after:    2 weeks

Modified:
  head/sys/dev/cxgbe/firmware/t4fw_cfg.txt

Modified: head/sys/dev/cxgbe/firmware/t4fw_cfg.txt
==============================================================================
--- head/sys/dev/cxgbe/firmware/t4fw_cfg.txt    Thu Aug 16 20:15:29 2012        
(r239338)
+++ head/sys/dev/cxgbe/firmware/t4fw_cfg.txt    Thu Aug 16 20:30:14 2012        
(r239339)
@@ -20,7 +20,7 @@
        filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe
 
        # TP rx and tx payload memory (% of the total EDRAM + DDR3).
-       tp_pmrx = 40
+       tp_pmrx = 38
        tp_pmtx = 60
        tp_pmrx_pagesize = 64K
        tp_pmtx_pagesize = 64K
@@ -67,7 +67,8 @@
        # driver will mask off features it won't use
        protocol = ofld
 
-       tp_l2t = 100
+       tp_l2t = 4096
+       tp_ddp = 2
 
        # TCAM has 8K cells; each region must start at a multiple of 128 cell.
        # Each entry in these categories takes 4 cells each.  nhash will use the
@@ -136,7 +137,7 @@
 
 [fini]
        version = 0x1
-       checksum = 0xdb5813f9
+       checksum = 0x162df193
 #
 # $FreeBSD$
 #
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to