Re: [PATCH 4/6] hisi_sas: use slot abort in v2 hw

2016-02-16 Thread John Garry
On 16/02/2016 15:32, Hannes Reinecke wrote: On 02/16/2016 01:22 PM, John Garry wrote: When TRANS_TX_ERR_FRAME_TXED error occurs for a command, the command should be re-attempted. Signed-off-by: John Garry --- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 19 +-- 1 file changed, 1

Re: [PATCH 4/6] hisi_sas: use slot abort in v2 hw

2016-02-16 Thread Hannes Reinecke
On 02/16/2016 01:22 PM, John Garry wrote: > When TRANS_TX_ERR_FRAME_TXED error occurs for > a command, the command should be re-attempted. > > Signed-off-by: John Garry > --- > drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 19 +-- > 1 file changed, 17 insertions(+), 2 deletions(-) >

[PATCH 4/6] hisi_sas: use slot abort in v2 hw

2016-02-16 Thread John Garry
When TRANS_TX_ERR_FRAME_TXED error occurs for a command, the command should be re-attempted. Signed-off-by: John Garry --- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/hisi_sas/hisi_sas_v2_hw.c b/dri