mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
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:
parent
54987cacfd
commit
2b3da0fd11
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220009
@ -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
Loading…
Reference in New Issue
Block a user