From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rolf Eike Beer Subject: Re: [PATCH] SCSI driver for VMware's virtual HBA - V4. Date: Wed, 9 Sep 2009 07:54:15 +0200 Message-ID: <200909090754.22778.eike-kernel@sf-tec.de> References: <1252458903.24914.73.camel@ank32.eng.vmware.com> <1252459596.14793.46.camel@desktop> <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 Return-path: In-Reply-To: <1252472481.2508.20.camel@ank32.eng.vmware.com> Sender: linux-kernel-owner@vger.kernel.org To: akataria@vmware.com 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" List-Id: linux-scsi@vger.kernel.org --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--