All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Christie <michaelc@cs.wisc.edu>
To: David C Somayajulu <david.somayajulu@qlogic.com>
Cc: linux-scsi@vger.kernel.org, David Wagner <david.wagner@qlogic.com>
Subject: Re: [RFC] [PATCH 1/5] qla4xxx: Add IPv6 support and misc
Date: Mon, 07 May 2007 13:36:32 -0500	[thread overview]
Message-ID: <463F71B0.7000804@cs.wisc.edu> (raw)
In-Reply-To: <1178157907.20898.38.camel@iscsi-sles10>

David C Somayajulu wrote:
> Signed-off-by: David Somayajulu <david.somayajulu@qlogic.com>
> 
> ---
>  drivers/scsi/qla4xxx/ql4_def.h     |   84 ++++---
>  drivers/scsi/qla4xxx/ql4_fw.h      |  426 +++++++++++++++---------------------
> 
> diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h
> index 6f4cf2d..7bbc2ab 100644
> --- a/drivers/scsi/qla4xxx/ql4_def.h
> +++ b/drivers/scsi/qla4xxx/ql4_def.h
> @@ -122,8 +122,7 @@ #define MAX_REQS_SERVICED_PER_INTR	16
>  
>  #define ISCSI_IPADDR_SIZE		4	/* IP address size */
>  #define ISCSI_ALIAS_SIZE		32	/* ISCSI Alais name size */
> -#define ISCSI_NAME_SIZE			255	/* ISCSI Name size -
> -						 * usually a string */
> +#define ISCSI_NAME_SIZE			0xE0	/* ISCSI Name size */
>  
>  #define LSDW(x) ((u32)((u64)(x)))
>  #define MSDW(x) ((u32)((((u64)(x)) >> 16) >> 16))
> @@ -159,6 +158,7 @@ struct srb {
>  	struct ddb_entry	*ddb;
>  	uint16_t flags;		/* (1) Status flags. */
>  
> +#define SRB_SCSI_PASSTHRU	BIT_2	/* for scsi passthru cmds */


Is this ever set or is the passthrough code in these patches ever used
or hit in upstream code or is it going to be used? It is doing the same
thing as sg io or is it different?

      reply	other threads:[~2007-05-07 18:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-03  2:05 [RFC] [PATCH 1/5] qla4xxx: Add IPv6 support and misc David C Somayajulu
2007-05-07 18:36 ` Mike Christie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=463F71B0.7000804@cs.wisc.edu \
    --to=michaelc@cs.wisc.edu \
    --cc=david.somayajulu@qlogic.com \
    --cc=david.wagner@qlogic.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.