From: Brian King <brking@us.ibm.com>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: Christoph Hellwig <hch@infradead.org>,
James.Bottomley@steeleye.com, linux-ide@vger.kernel.org,
linux-scsi@vger.kernel.org
Subject: Re: [PATCH 1/2] scsi: Add scsi_device max_cmd_len
Date: Fri, 07 Apr 2006 08:36:44 -0500 [thread overview]
Message-ID: <44366AEC.4070504@us.ibm.com> (raw)
In-Reply-To: <44323B73.9070903@pobox.com>
Jeff Garzik wrote:
> Brian King wrote:
>> Jeff Garzik wrote:
>>> James Bottomley wrote:
>>>> This really doesn't look correct. What you want is a sata transport
>>>> class with a max command length in the host device.
>>> Christoph Hellwig wrote:
>>>> this sounds wrong to me. cdb length is a limitation of the host (driver).
>>>> A target will reject unknown commands, no matter what length they have.
>>> In practice, CDB length may be limited by both the host and the device.
>>> This applies to ATAPI, and some USB storage too IIRC. For ATAPI, you
>>> read the CDB length from the device's IDENTIFY PACKET DEVICE info page.
>> So the question remains, do we need to police the CDB length on a per device
>> basis, or is a per host basis ok? Will we have ATAPI devices falling on the
>> floor if they get sent too large of a cdb?
>
> It _must_ be limited by both device and host. If you have a device that
> supports 16-byte CDBs and a host controller which only supports 12-byte
> CDBs, clearly the limit is 12, due to host. However, a reversed
> situation (limited by device) is equally plausible/possible.
Ok. That is what I was assuming, which was the reason I submitted this
patch in the first place.
James, given this information, are you ok with the patch, or do you
still have an objection?
Thanks,
Brian
--
Brian King
eServer Storage I/O
IBM Linux Technology Center
next prev parent reply other threads:[~2006-04-07 13:37 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-28 22:17 [PATCH 1/2] scsi: Add scsi_device max_cmd_len Brian King
2006-03-28 22:29 ` James Bottomley
2006-03-28 22:38 ` Brian King
2006-03-28 22:49 ` James Bottomley
2006-03-29 0:03 ` Brian King
2006-03-29 0:12 ` James Bottomley
2006-03-29 4:42 ` Brian King
2006-03-29 23:22 ` Jeff Garzik
2006-03-29 9:11 ` Christoph Hellwig
2006-03-29 14:15 ` Brian King
2006-03-29 15:05 ` Christoph Hellwig
2006-03-29 23:19 ` Jeff Garzik
2006-03-30 16:39 ` Brian King
2006-03-30 16:42 ` Brian King
2006-04-04 9:25 ` Jeff Garzik
2006-04-07 13:36 ` Brian King [this message]
2006-04-01 10:31 ` Stefan Richter
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=44366AEC.4070504@us.ibm.com \
--to=brking@us.ibm.com \
--cc=James.Bottomley@steeleye.com \
--cc=hch@infradead.org \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).