All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] scsi_transport_iscsi: Declare portal type string macros for generic use
@ 2013-03-25 12:08 vikas.chaudhary
  2013-03-25 12:08 ` [PATCH 2/3] qla4xxx: Replace dev type macros with generic portal type macros vikas.chaudhary
  2013-03-26  1:37 ` [PATCH 1/3] scsi_transport_iscsi: Declare portal type string macros for generic use Mike Christie
  0 siblings, 2 replies; 5+ messages in thread
From: vikas.chaudhary @ 2013-03-25 12:08 UTC (permalink / raw)
  To: jbottomley, michaelc
  Cc: linux-scsi, vikas.chaudhary, lalit.chandivade, ravi.anand,
	poornima.vonti, manish.rangankar, Adheer Chandravanshi

From: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com>

Signed-off-by: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
---
 include/scsi/iscsi_if.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h
index f1b0183..fe7f06c 100644
--- a/include/scsi/iscsi_if.h
+++ b/include/scsi/iscsi_if.h
@@ -504,6 +504,10 @@ enum iscsi_host_param {
 	ISCSI_HOST_PARAM_MAX,
 };
 
+/* portal type */
+#define PORTAL_TYPE_IPV4	"ipv4"
+#define PORTAL_TYPE_IPV6	"ipv6"
+
 /* iSCSI Flash Target params */
 enum iscsi_flashnode_param {
 	ISCSI_FLASHNODE_IS_FW_ASSIGNED_IPV6,
-- 
1.8.2.GIT


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-11 22:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-25 12:08 [PATCH 1/3] scsi_transport_iscsi: Declare portal type string macros for generic use vikas.chaudhary
2013-03-25 12:08 ` [PATCH 2/3] qla4xxx: Replace dev type macros with generic portal type macros vikas.chaudhary
2013-03-26  1:37 ` [PATCH 1/3] scsi_transport_iscsi: Declare portal type string macros for generic use Mike Christie
2013-04-11 22:17   ` James Bottomley
2013-04-11 22:20     ` Mike Christie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.