Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932305AbVJQOgs (ORCPT ); Mon, 17 Oct 2005 10:36:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751379AbVJQOgs (ORCPT ); Mon, 17 Oct 2005 10:36:48 -0400 Received: from mail.cs.umn.edu ([128.101.35.202]:18874 "EHLO mail.cs.umn.edu") by vger.kernel.org with ESMTP id S1751362AbVJQOgr (ORCPT ); Mon, 17 Oct 2005 10:36:47 -0400 Date: Mon, 17 Oct 2005 09:36:44 -0500 From: Dave Boutcher To: linux-scsi@vger.kernel.org Cc: linuxppc64-dev@ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] ibmvscsis scsi target Message-ID: <20051017143644.GA9992@cs.umn.edu> Mail-Followup-To: linux-scsi@vger.kernel.org, linuxppc64-dev@ozlabs.org, linux-kernel@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1392 Lines: 32 James, Here's the ibmvscsis SCSI target submitted for inclusion in 2.4.15. This driver meets a couple of akpm's criteria for worthiness, in that its actually been shipping for a while in a distro kernel, and (given the posts when I broke compatibility) is being used. This version is basically the same as the recent RFC version I sent out, with a few bug fixes. It addresses a comment from Anton about using gratuitously small max_sectors limits, and has a few other miscellanious fixes. The only other significant comment generated by the the RFC was from Christoph, and requested that this work be combined with the sgtg work that Mike Christie and Tomonori Fujita are working on. I definitely will start contributing to that work, and will convert this driver to their framework when it becomes complete. I would rather not keep this driver out of mainline for the amount of time that may take. This device driver provides the SCSI target side of the "virtual SCSI" on IBM Power5 systems. The initiator side has been in mainline for a while now (drivers/scsi/ibmvscsi/ibmvscsi.c.) Targets already exist for AIX and OS/400. -- Dave B - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/