Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751668AbZIIFya (ORCPT ); Wed, 9 Sep 2009 01:54:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751184AbZIIFy3 (ORCPT ); Wed, 9 Sep 2009 01:54:29 -0400 Received: from mail.sf-mail.de ([62.27.20.61]:34631 "EHLO mail.sf-mail.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751117AbZIIFy2 (ORCPT ); Wed, 9 Sep 2009 01:54:28 -0400 From: Rolf Eike Beer To: akataria@vmware.com Subject: Re: [PATCH] SCSI driver for VMware's virtual HBA - V4. Date: Wed, 9 Sep 2009 07:54:15 +0200 User-Agent: KMail/1.12.1 (Linux/2.6.31-rc9-git; KDE/4.3.1; i686; ; ) Cc: Daniel Walker , James Bottomley , Brian King , "Chetan.Loke@Emulex.Com" , Matthew Wilcox , Roland Dreier , Bart Van Assche , Robert Love , Randy Dunlap , Mike Christie , "linux-scsi@vger.kernel.org" , LKML , Andrew Morton , "pv-drivers@vmware.com" References: <1252458903.24914.73.camel@ank32.eng.vmware.com> <1252459596.14793.46.camel@desktop> <1252472481.2508.20.camel@ank32.eng.vmware.com> In-Reply-To: <1252472481.2508.20.camel@ank32.eng.vmware.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3765641.eRLI5YlOxm"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200909090754.22778.eike-kernel@sf-tec.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1163 Lines: 39 --nextPart3765641.eRLI5YlOxm Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Alok Kataria wrote: > +/* Command line parameters */ > +static int pvscsi_ring_pages = PVSCSI_DEFAULT_NUM_PAGES_PER_RING; > +static int pvscsi_msg_ring_pages = PVSCSI_DEFAULT_NUM_PAGES_MSG_RING; > +static int pvscsi_cmd_per_lun = PVSCSI_DEFAULT_QUEUE_DEPTH; > +static int pvscsi_disable_msi; > +static int pvscsi_disable_msix; > +static int pvscsi_use_msg = true; Should be bool. Do I get annoying? ;) Eike --nextPart3765641.eRLI5YlOxm Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iEYEABECAAYFAkqnQw4ACgkQXKSJPmm5/E6gQQCfauBF7DKWE/QD2srAuOJeNcnT T58AnjCuaNp8lWsFkCLfa+ae+INooB+g =tzC2 -----END PGP SIGNATURE----- --nextPart3765641.eRLI5YlOxm-- -- 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/