cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attribute
Instead of having cxgbit use type ISCSI_HW_OFFLOAD + 'hw_offload' tpg_np attribute, it should be using it's own driver specific type + attribute Cc: Varun Prakash <varun@chelsio.com> Cc: Hariprasad Shenai <hariprasad@chelsio.com> Cc: Christoph Hellwig <hch@lst.de> Cc: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
@@ -74,7 +74,7 @@ enum iscsit_transport_type {
|
||||
ISCSI_IWARP_TCP = 3,
|
||||
ISCSI_IWARP_SCTP = 4,
|
||||
ISCSI_INFINIBAND = 5,
|
||||
ISCSI_HW_OFFLOAD = 6,
|
||||
ISCSI_CXGBIT = 6,
|
||||
};
|
||||
|
||||
/* RFC-3720 7.1.4 Standard Connection State Diagram for a Target */
|
||||
|
||||
Reference in New Issue
Block a user