Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1469389
| From | Hannes Reinecke <hare@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/8] hisi_sas: add internal abort main code |
| Date | 2016-08-24 14:50 +0200 |
| Message-ID | <s9FMZ-2j4-1@gated-at.bofh.it> (permalink) |
| References | <s9DUR-13q-3@gated-at.bofh.it> <s9DUR-13q-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/24/2016 01:05 PM, John Garry wrote: > Add main code for internal abort functionality. > > The internal abort features allows the host controller > to abort commands which are still active in the > controller but have not yet been sent to the slave > device. > > Typically a command only spends a relatively > short time in the controller when compared to the > amount of the time after it is sent to the slave > device. > Two modes of internal abort are supported: > - device > - individual command > > For device, when the internal abort is issued all > commands in the host for that device are aborted. > For a single command, only that command is aborted > if it is still in the host. > > In HW the internal abort command is executed > similar to any other sort of command, like SSP. > > Signed-off-by: John Garry <john.garry@huawei.com> > --- > drivers/scsi/hisi_sas/hisi_sas.h | 8 ++ > drivers/scsi/hisi_sas/hisi_sas_main.c | 163 ++++++++++++++++++++++++++++++++++ > 2 files changed, 171 insertions(+) > Reviewed-by: Hannes Reinecke <hare@suse.com> Cheers, Hannes -- Dr. Hannes Reinecke Teamlead Storage & Networking hare@suse.de +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton HRB 21284 (AG Nürnberg)
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 1/8] hisi_sas: add internal abort main code John Garry <john.garry@huawei.com> - 2016-08-24 12:50 +0200 Re: [PATCH v2 1/8] hisi_sas: add internal abort main code Hannes Reinecke <hare@suse.de> - 2016-08-24 14:50 +0200
csiph-web