aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/qed/iscsi_common.h
diff options
context:
space:
mode:
authorDenis Bolotin <denis.bolotin@cavium.com>2018-09-05 18:35:55 +0300
committerDavid S. Miller <davem@davemloft.net>2018-09-06 07:44:35 -0700
commita3f723079df85eafc10c628dabdfcf374b8e1523 (patch)
treebadb7026e2156f0e79c3d71c8be82009b1b4d838 /include/linux/qed/iscsi_common.h
parentMerge branch 'rtnetlink-add-IFA_TARGET_NETNSID-for-RTM_GETADDR' (diff)
downloadlinux-a3f723079df85eafc10c628dabdfcf374b8e1523.tar.xz
linux-a3f723079df85eafc10c628dabdfcf374b8e1523.zip
qed*: Utilize FW 8.37.7.0
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>
Diffstat (limited to 'include/linux/qed/iscsi_common.h')
-rw-r--r--include/linux/qed/iscsi_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/qed/iscsi_common.h b/include/linux/qed/iscsi_common.h
index b34c573f2b30..66aba505ec56 100644
--- a/include/linux/qed/iscsi_common.h
+++ b/include/linux/qed/iscsi_common.h
@@ -896,7 +896,7 @@ struct e4_ustorm_iscsi_task_ag_ctx {
__le32 exp_cont_len;
__le32 total_data_acked;
__le32 exp_data_acked;
- u8 next_tid_valid;
+ u8 byte2;
u8 byte3;
__le16 word1;
__le16 next_tid;