From: Boaz Harrosh <bharrosh@panasas.com>
To: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>,
Douglas Gilbert <dougg@torque.net>
Cc: linux-scsi@vger.kernel.org, tomof@acm.org,
James Bottomley <James.Bottomley@HansenPartnership.com>
Subject: [PATCH] scsi_debug: publish support for sg-chaining
Date: Tue, 04 Mar 2008 20:21:48 +0200 [thread overview]
Message-ID: <47CD933C.4050209@panasas.com> (raw)
In-Reply-To: <1204450218-6858-1-git-send-email-fujita.tomonori@lab.ntt.co.jp>
On Sun, Mar 02 2008 at 11:30 +0200, FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> wrote:
> Here's minor cleanup of scsi_debug driver. This is against scsi-misc.
>
>
> --
If at it, might add this one also. I was sure it was done before, but apparently
it disappeared.
---
From: Boaz Harrosh <bharrosh@panasas.com>
Date: Tue, 4 Mar 2008 20:09:20 +0200
Subject: [PATCH] scsi_debug: publish support for sg-chaining
scsi_debug already supports sg-chaining. Let scsi-ml
know that, to let it send any sg-list size
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
---
drivers/scsi/scsi_debug.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c
index 3abd286..fd9fef5 100644
--- a/drivers/scsi/scsi_debug.c
+++ b/drivers/scsi/scsi_debug.c
@@ -3076,7 +3076,7 @@ static struct scsi_host_template sdebug_driver_template = {
.bios_param = scsi_debug_biosparam,
.can_queue = SCSI_DEBUG_CANQUEUE,
.this_id = 7,
- .sg_tablesize = 256,
+ .sg_tablesize = ~0,
.cmd_per_lun = 16,
.max_sectors = 0xffff,
.use_clustering = DISABLE_CLUSTERING,
--
1.5.3.3
prev parent reply other threads:[~2008-03-04 18:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-02 9:30 [PATCH 0/4] scsi_debug cleanup FUJITA Tomonori
2008-03-02 9:30 ` [PATCH 1/4] scsi_debug: stop including drivers/scsi/scsi.h FUJITA Tomonori
2008-03-02 9:30 ` [PATCH 2/4] scsi_debug: remove scsi_debug.h FUJITA Tomonori
2008-03-02 9:30 ` [PATCH 3/4] scsi_debug: remove unnecessary checking FUJITA Tomonori
2008-03-02 9:30 ` [PATCH 4/4] scsi_debug: use shost_priv macro FUJITA Tomonori
2008-03-02 16:04 ` [PATCH 0/4] scsi_debug cleanup Douglas Gilbert
2008-03-04 18:21 ` Boaz Harrosh [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=47CD933C.4050209@panasas.com \
--to=bharrosh@panasas.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=dougg@torque.net \
--cc=fujita.tomonori@lab.ntt.co.jp \
--cc=linux-scsi@vger.kernel.org \
--cc=tomof@acm.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.