Skip to content

Commit

Permalink
qed*: Utilize FW 8.37.7.0
Browse files Browse the repository at this point in the history
This patch adds a new qed firmware with fixes and support for new features.

Fixes:
- Fix a rare case of device crash with iWARP, iSCSI or FCoE offload.
- Fix GRE tunneled traffic when iWARP offload is enabled.
- Fix RoCE failure in ib_send_bw when using inline data.
- Fix latency optimization flow for inline WQEs.
- BigBear 100G fix

RDMA:
- Reduce task context size.
- Application page sizes above 2GB support.
- Performance improvements.

ETH:
- Tenant DCB support.
- Replace RSS indirection table update interface.

Misc:
- Debug Tools changes.

Signed-off-by: Denis Bolotin <denis.bolotin@cavium.com>
Signed-off-by: Ariel Elior <ariel.elior@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Denis Bolotin authored and David S. Miller committed Sep 6, 2018
1 parent 6ef848e commit a3f7230
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 202 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/qlogic/qed/qed.h
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ struct qed_hwfn {
void *unzip_buf;

struct dbg_tools_data dbg_info;
void *dbg_user_info;

/* PWM region specific data */
u16 wid_count;
Expand Down
Loading

0 comments on commit a3f7230

Please sign in to comment.