All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/8] iscsi: add rdma extensions
@ 2005-11-30  5:12 Mike Christie
  2005-11-30 16:09 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Christie @ 2005-11-30  5:12 UTC (permalink / raw)
  To: linux-scsi

>From Alex Nezhinsky:

Add login extensions for RDMA transports.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Alex Aizman <itn780@yahoo.com>
Signed-off-by: Dmitry Yusupov <dmitry_yus@yahoo.com>

diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h
index be1bc79..99468d2 100644
--- a/include/scsi/iscsi_if.h
+++ b/include/scsi/iscsi_if.h
@@ -160,8 +160,9 @@ enum iscsi_param {
 	ISCSI_PARAM_ERL			= 11,
 	ISCSI_PARAM_IFMARKER_EN		= 12,
 	ISCSI_PARAM_OFMARKER_EN		= 13,
+	ISCSI_PARAM_RDMAEXTENSIONS      = 14,
 };
-#define ISCSI_PARAM_MAX			14
+#define ISCSI_PARAM_MAX			15
 
 typedef uint64_t iscsi_sessionh_t;	/* iSCSI Data-Path session handle */
 typedef uint64_t iscsi_connh_t;		/* iSCSI Data-Path connection handle */



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

end of thread, other threads:[~2005-11-30 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-30  5:12 [PATCH 4/8] iscsi: add rdma extensions Mike Christie
2005-11-30 16:09 ` Christoph Hellwig
2005-11-30 19:55   ` 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.