From owner-freebsd-scsi@FreeBSD.ORG Tue Mar 29 15:40:00 2005 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D62E516A4CE for ; Tue, 29 Mar 2005 15:40:00 +0000 (GMT) Received: from smtp105.mail.sc5.yahoo.com (smtp105.mail.sc5.yahoo.com [66.163.169.225]) by mx1.FreeBSD.org (Postfix) with SMTP id 9472143D5C for ; Tue, 29 Mar 2005 15:39:58 +0000 (GMT) (envelope-from dmitry_yus@yahoo.com) Received: from unknown (HELO ?172.10.7.7?) (dmitry?yus@24.7.114.77 with plain) by smtp105.mail.sc5.yahoo.com with SMTP; 29 Mar 2005 15:39:58 -0000 From: Dmitry Yusupov To: Danny Braniss In-Reply-To: References: Content-Type: text/plain Date: Tue, 29 Mar 2005 07:39:54 -0800 Message-Id: <1112110794.5558.8.camel@mylaptop> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-2) Content-Transfer-Encoding: 7bit cc: scsi@freebsd.org Subject: Open-iSCSI multi-platfrom implementation of iSCSI X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 15:40:01 -0000 Hi Guys, www.open-iscsi.org is a new cool project which features some noticeable performance improvements for soft-based iSCSI Initiator plus other number of exciting abilities such as independent transport, multi- platform support and better user-space vs. kernel split. To achieve better portability and code reuse across platforms Open-iSCSI project moves 75% of the code to the user-space. Kernel is only concerns about data moving. Working implementation available for Linux-2.6.x. Read more on project's web page. Could we join your effort for existing iSCSI/CAM beta and Open-iSCSI? Thanks, Dmitry On Tue, 2005-03-29 at 12:00 +0200, Danny Braniss wrote: > Im doing some of the CAM stuff (mainly tag opening) from userland, and > runing into sync. problem. > > the rescan command is basically async. and it's done by the driver, my > iscontrol program, after starting the iSCSI, will, if so configured, > do a tag opening request, but unless the rescan finished, it will fail. > > so, Q: how can i know that the rescan finished? > > thanks, > danny > PS: the first public beta is not far way. > > > _______________________________________________ > freebsd-scsi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-scsi > To unsubscribe, send any mail to "freebsd-scsi-unsubscribe@freebsd.org"