Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Dec 2016 00:23:10 +0000 (UTC)
From:      John Baldwin <jhb@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: r309379 - stable/10/sys/dev/cxgbe/firmware
Message-ID:  <201612020023.uB20NA8l007731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri Dec  2 00:23:10 2016
New Revision: 309379
URL: https://svnweb.freebsd.org/changeset/base/309379

Log:
  MFC 297797:
  cxgbe(4): Provide an explicit value for nqpcq in the firmware
  configuration file.
  
  Sponsored by:	Chelsio Communications

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

Modified: stable/10/sys/dev/cxgbe/firmware/t5fw_cfg.txt
==============================================================================
--- stable/10/sys/dev/cxgbe/firmware/t5fw_cfg.txt	Thu Dec  1 23:38:52 2016	(r309378)
+++ stable/10/sys/dev/cxgbe/firmware/t5fw_cfg.txt	Fri Dec  2 00:23:10 2016	(r309379)
@@ -131,6 +131,7 @@
 	niqflint = 512
 	nethctrl = 1024
 	neq = 2048
+	nqpcq = 8192
 	nexactf = 328
 	cmask = all
 	pmask = all
@@ -215,7 +216,7 @@
 
 [fini]
 	version = 0x1
-	checksum = 0xebb87494
+	checksum = 0x168d5243
 #
 # $FreeBSD$
 #



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