iscsi-target: add new offload transport type
Add new transport type ISCSI_HW_OFFLOAD, hw offload transport drivers will use this transport type. Signed-off-by: Varun Prakash <varun@chelsio.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:

committed by
Nicholas Bellinger

parent
864e504ae2
commit
1c46960e33
@@ -74,6 +74,7 @@ enum iscsit_transport_type {
|
||||
ISCSI_IWARP_TCP = 3,
|
||||
ISCSI_IWARP_SCTP = 4,
|
||||
ISCSI_INFINIBAND = 5,
|
||||
ISCSI_HW_OFFLOAD = 6,
|
||||
};
|
||||
|
||||
/* RFC-3720 7.1.4 Standard Connection State Diagram for a Target */
|
||||
|
Reference in New Issue
Block a user