Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964902AbcLWPJh (ORCPT ); Fri, 23 Dec 2016 10:09:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39490 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934595AbcLWPJc (ORCPT ); Fri, 23 Dec 2016 10:09:32 -0500 Subject: Re: [PATCH V6 02/11] megaraid_sas: 128 MSIX Support To: Sasikumar Chandrasekaran , jejb@kernel.org, hch@infradead.org References: <1482455994-8047-1-git-send-email-sasikumar.pc@broadcom.com> <1482455994-8047-3-git-send-email-sasikumar.pc@broadcom.com> Cc: linux-scsi@vger.kernel.org, Sathya.Prakash@broadcom.com, linux-kernel@vger.kernel.org, christopher.owens@broadcom.com, kiran-kumar.kasturi@broadcom.com From: Tomas Henzl Message-ID: Date: Fri, 23 Dec 2016 16:09:24 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1482455994-8047-3-git-send-email-sasikumar.pc@broadcom.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 23 Dec 2016 15:09:27 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 366 Lines: 9 On 23.12.2016 02:19, Sasikumar Chandrasekaran wrote: > SAS3.5 Generic Megaraid based Controllers will have the support for 128 MSI-X vectors, > resulting in the need to support 128 reply queues > > This patch is depending on patch 1 and same as V5 > > Signed-off-by: Sasikumar Chandrasekaran Reviewed-by: Tomas Henzl