[SCSI] iscsi_transport: add support for net settings
Allows user space (iscsiadm) to send down network configuration parameters for LLD to set private network configuration on the iSCSI adapters. Based on patch from Lalit Chandivade. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:

committed by
James Bottomley

parent
5d7c20b7fa
commit
56c155b5ca
@@ -137,6 +137,7 @@ struct iscsi_transport {
|
||||
int (*tgt_dscvr) (struct Scsi_Host *shost, enum iscsi_tgt_dscvr type,
|
||||
uint32_t enable, struct sockaddr *dst_addr);
|
||||
int (*set_path) (struct Scsi_Host *shost, struct iscsi_path *params);
|
||||
int (*set_iface_param) (struct Scsi_Host *shost, char *data, int count);
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user