Update T3 firmware to 7.11.0

Changes since 7.8.0 (from the official changelog):

- Fixed sporadic interrupt generation for associated CQ when processing
  a local invalidate work request
- Changes to core scheduling to avoid starving requests from the host
  under heavy RDMA Read Request load (e.g. packets to the wire)

- Programmed the tp tx resource limiter in function of the traffic (only
  affects iWarp)

- Increased the egress NIC gather list length from 36 to 46 entries

MFC after:	1 week
This commit is contained in:
Navdeep Parhar 2011-03-25 20:53:02 +00:00
parent 54987cacfd
commit 2b3da0fd11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220009
2 changed files with 1528 additions and 1494 deletions

View File

@ -96,7 +96,7 @@ enum {
enum {
FW_VERSION_MAJOR = 7,
FW_VERSION_MINOR = 8,
FW_VERSION_MINOR = 11,
FW_VERSION_MICRO = 0
};

File diff suppressed because it is too large Load Diff