[PATCH 1/1] open-iscsi - add cxgb3i transport iface

From: Karen Xie <[EMAIL PROTECTED]>

Add cxgb3i transport interface for open-iscsi user space tool.

Signed-off-by: Karen Xie <[EMAIL PROTECTED]>
---

 usr/transport.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/usr/transport.c b/usr/transport.c
index c2edbcc..923766a 100644
--- a/usr/transport.c
+++ b/usr/transport.c
@@ -48,6 +48,13 @@ struct iscsi_transport_template bnx2i = {
        .ep_disconnect  = ktransport_ep_disconnect,
 };
 
+struct iscsi_transport_template cxgb3i = {
+       .name           = "cxgb3i",
+       .ep_connect     = ktransport_ep_connect,
+       .ep_poll        = ktransport_ep_poll,
+       .ep_disconnect  = ktransport_ep_disconnect,
+};
+
 struct iscsi_transport_template qla4xxx = {
        .name           = "qla4xxx",
 };
@@ -56,6 +63,7 @@ static struct iscsi_transport_template 
*iscsi_transport_templates[] = {
        &iscsi_tcp,
        &iscsi_iser,
        &bnx2i,
+       &cxgb3i,
        &qla4xxx,
        NULL
 };

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~----------~----~----~----~------~----~------~--~---

Reply via email to