qed: Add iSCSI out of order packet handling.
This patch adds out of order packet handling for hardware offloaded iSCSI. Out of order packet handling requires driver buffer allocation and assistance. Signed-off-by: Arun Easi <arun.easi@cavium.com> Signed-off-by: Yuval Mintz <yuval.mintz@cavium.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
fc831825f9
commit
1d6cff4fca
@@ -383,6 +383,7 @@ struct qed_hwfn {
|
||||
/* Protocol related */
|
||||
bool using_ll2;
|
||||
struct qed_ll2_info *p_ll2_info;
|
||||
struct qed_ooo_info *p_ooo_info;
|
||||
struct qed_rdma_info *p_rdma_info;
|
||||
struct qed_iscsi_info *p_iscsi_info;
|
||||
struct qed_pf_params pf_params;
|
||||
|
Reference in New Issue
Block a user