[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] vscsiif: minor cleanup
# HG changeset patch # User Jan Beulich <jbeulich@xxxxxxxx> # Date 1353314902 -3600 # Node ID 9da9781cc3fb820b0aba0023c4cd29c8af223ea6 # Parent 9025a10c056174671c6c0d87816732a2ec6eaf0e vscsiif: minor cleanup Remove a definition not belonging into the interface, and correct a few typos in comments. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Keir Fraser <keir@xxxxxxx> --- diff -r 9025a10c0561 -r 9da9781cc3fb xen/include/public/io/vscsiif.h --- a/xen/include/public/io/vscsiif.h Mon Nov 19 09:46:46 2012 +0100 +++ b/xen/include/public/io/vscsiif.h Mon Nov 19 09:48:22 2012 +0100 @@ -30,25 +30,22 @@ #include "ring.h" #include "../grant_table.h" -/* command between backend and frontend */ +/* commands between backend and frontend */ #define VSCSIIF_ACT_SCSI_CDB 1 /* SCSI CDB command */ #define VSCSIIF_ACT_SCSI_ABORT 2 /* SCSI Device(Lun) Abort*/ #define VSCSIIF_ACT_SCSI_RESET 3 /* SCSI Device(Lun) Reset*/ - -#define VSCSIIF_BACK_MAX_PENDING_REQS 128 - /* * Maximum scatter/gather segments per request. * - * Considering balance between allocating al least 16 "vscsiif_request" - * structures on one page (4096bytes) and number of scatter gather - * needed, we decided to use 26 as a magic number. + * Considering balance between allocating at least 16 "vscsiif_request" + * structures on one page (4096 bytes) and the number of scatter/gather + * elements needed, we decided to use 26 as a magic number. */ #define VSCSIIF_SG_TABLESIZE 26 /* - * base on linux kernel 2.6.18 + * based on Linux kernel 2.6.18 */ #define VSCSIIF_MAX_COMMAND_SIZE 16 #define VSCSIIF_SENSE_BUFFERSIZE 96 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |