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:
Varun Prakash
2016-04-20 00:00:16 +05:30
committed by Nicholas Bellinger
parent 864e504ae2
commit 1c46960e33
2 changed files with 77 additions and 0 deletions

View File

@@ -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 */