From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758000AbcBDOZE (ORCPT ); Thu, 4 Feb 2016 09:25:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60003 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754647AbcBDOZB (ORCPT ); Thu, 4 Feb 2016 09:25:01 -0500 Subject: Re: [mpt3sas driver 05/10] mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's To: Suganath prabu Subaramani , JBottomley@Parallels.com, jejb@kernel.org, hch@infradead.org References: <1453963027-19770-1-git-send-email-suganath-prabu.subramani@avagotech.com> <1453963027-19770-6-git-send-email-suganath-prabu.subramani@avagotech.com> Cc: martin.petersen@oracle.com, linux-scsi@vger.kernel.org, Sathya.Prakash@avagotech.com, kashyap.desai@avagotech.com, krishnaraddi.mankani@avagotech.com, linux-kernel@vger.kernel.org, chaitra.basappa@avagotech.com, sreekanth.reddy@avagotech.com From: Tomas Henzl Message-ID: <56B35F38.2080201@redhat.com> Date: Thu, 4 Feb 2016 15:24:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1453963027-19770-6-git-send-email-suganath-prabu.subramani@avagotech.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28.1.2016 07:37, Suganath prabu Subaramani wrote: > From: Suganath prabu Subramani > > Driver assumes HighPriority credit as part of Global credit. But, > Firmware treats HighPriority credit value and global cedits as two > different values. Changed host queue algorithm to treat global credits and > highPriority credits as two different values. > > Signed-off-by: Suganath prabu Subramani > Signed-off-by: Chaitra P B Reviewed-by: Tomas Henzl Tomas