2011-02-02 07:25:48

by Tanya Brokhman

[permalink] [raw]
Subject: RE: [RFC/PATCH 1/4] uasp: MS UAS Protocol implementation - Infrastructure

>
> On Fri, Jan 21, 2011 at 09:44:13AM +0200, Tatyana Brokhman wrote:
> > This patch implements the infrastructure for the UASP function
> driver.
> > The UASP Function driver registers as a second configuration of the
> MS
> > Function driver.
>
> We now have a proper scsi target infrastructure in drivers/target,
> please use it.
>

Hi Christoph

Thank you for your input. Could you please specify the exact location of the
scsi target infrastructure you're referring to? Drivers/target is missing.
Also, if you could point me out to an example where this infrastructure is
used or any documentation on it, it would be very helpful.

Thanks,
Tanya Brokhman
Consultant for Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum




2011-02-02 13:25:42

by Sergei Shtylyov

[permalink] [raw]
Subject: Re: [RFC/PATCH 1/4] uasp: MS UAS Protocol implementation - Infrastructure

Hello.

On 02-02-2011 10:25, Tanya Brokhman wrote:

>>> This patch implements the infrastructure for the UASP function driver.
>>> The UASP Function driver registers as a second configuration of the MS
>>> Function driver.

>> We now have a proper scsi target infrastructure in drivers/target,
>> please use it.

> Hi Christoph

> Thank you for your input. Could you please specify the exact location of the
> scsi target infrastructure you're referring to? Drivers/target is missing.

Look at the recent kernel tree -- it's there.

> Also, if you could point me out to an example where this infrastructure is
> used or any documentation on it, it would be very helpful.

Documentation should be in Documentation/target/?..

WBR, Sergei