From mboxrd@z Thu Jan 1 00:00:00 1970 From: kxie-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org Subject: [PATCH v2 0/3] cxgbi iscsi driver Date: Thu, 12 Aug 2010 19:57:21 -0700 Message-ID: <201008130257.o7D2vLkc001280@localhost.localdomain> Reply-To: open-iscsi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: List-Post: , List-Help: , List-Archive: Sender: open-iscsi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Subscribe: , List-Unsubscribe: , To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, open-iscsi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Cc: rranjan-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org, kxie-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org, James.Bottomley-d9PhHud1JfjCXq6kfMZ53/egYHeGw8Jk@public.gmane.org, michaelc-hcNo3dDEHLuVc3sceRu5cw@public.gmane.org List-Id: linux-scsi@vger.kernel.org [PATCH v2 0/3] cxgbi iscsi driver From: Karen Xie This patchset includes: 1. added libcxgbi as the common library for both cxgb4i and cxgb3i driver 2. added cxgb4i iscsi initiator v5. 3. changed cxgb3i to use libcxgbi. The version 2 includes the following changes: - Made dbg_level static to avoid compiling errors when both cxgb3i and cxgb4i are built into the kernel. - Deleted cxgbi_fill_iscsi_transport() and cxgbi_fill_scsi_host_template(). The iscsi_transport and scsi_host_template are initialized in the drivers instead of being filled in by the library at runtime.. - Only register with iscsi class transport once per driver type. Thanks. Karen -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to open-iscsi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761290Ab0HMC5i (ORCPT ); Thu, 12 Aug 2010 22:57:38 -0400 Received: from stargate.chelsio.com ([67.207.112.58]:16414 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753515Ab0HMC5e (ORCPT ); Thu, 12 Aug 2010 22:57:34 -0400 From: kxie@chelsio.com Message-Id: <201008130257.o7D2vLkc001280@localhost.localdomain> Date: Thu, 12 Aug 2010 19:57:21 -0700 To: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, open-iscsi@googlegroups.com Subject: [PATCH v2 0/3] cxgbi iscsi driver Cc: rranjan@chelsio.com, kxie@chelsio.com, James.Bottomley@HansenPartnership.com, michaelc@cs.wisc.edu User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [PATCH v2 0/3] cxgbi iscsi driver From: Karen Xie This patchset includes: 1. added libcxgbi as the common library for both cxgb4i and cxgb3i driver 2. added cxgb4i iscsi initiator v5. 3. changed cxgb3i to use libcxgbi. The version 2 includes the following changes: - Made dbg_level static to avoid compiling errors when both cxgb3i and cxgb4i are built into the kernel. - Deleted cxgbi_fill_iscsi_transport() and cxgbi_fill_scsi_host_template(). The iscsi_transport and scsi_host_template are initialized in the drivers instead of being filled in by the library at runtime.. - Only register with iscsi class transport once per driver type. Thanks. Karen