Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755805Ab2BGLKr (ORCPT ); Tue, 7 Feb 2012 06:10:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62287 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755527Ab2BGLKp (ORCPT ); Tue, 7 Feb 2012 06:10:45 -0500 Date: Tue, 7 Feb 2012 13:10:41 +0200 From: "Michael S. Tsirkin" To: Paolo Bonzini Cc: Christian Hoff , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, rusty@rustcorp.com.au, kvm@vger.kernel.org Subject: Re: Pe: [PATCH v5 1/3] virtio-scsi: first version Message-ID: <20120207111041.GA6674@redhat.com> References: <4F30F4EE.4080607@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F30F4EE.4080607@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 925 Lines: 21 On Tue, Feb 07, 2012 at 10:54:54AM +0100, Paolo Bonzini wrote: > >Also, lun[1] = sc->device->id means that only 255 SCSI target IDs will be > >supported. Think about bigger usage scenarios, such as FCP networks with > >several hundred HBAs in the net. If you want to have the target ID<->HBA > >mapping the same as on the guest as on the host, then 255 virtual target > >IDs could be a limit. > > I think you would hit other scalability limitations well before > that. I plan to give each target its own MSI-X interrupt, but there > is no infinite supplies of those either. virtio-pci generally lets guests share MSI-X vectors between queues, why not allow this here? -- MST -- 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/