Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941687AbcLWPYZ (ORCPT ); Fri, 23 Dec 2016 10:24:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53536 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932570AbcLWPYX (ORCPT ); Fri, 23 Dec 2016 10:24:23 -0500 Subject: Re: [PATCH V6 00/11] megaraid_sas: Updates for scsi-next To: Sasikumar Chandrasekaran , jejb@kernel.org, hch@infradead.org References: <1482455994-8047-1-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: <02164bad-0f41-92f3-1fdb-bffc75abbf85@redhat.com> Date: Fri, 23 Dec 2016 16:24:19 +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-1-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.26]); Fri, 23 Dec 2016 15:24:22 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1749 Lines: 40 On 23.12.2016 02:19, Sasikumar Chandrasekaran wrote: > Sasikumar Chandrasekaran (11): > megaraid_sas: Add new pci device Ids for SAS3.5 Generic Megaraid > Controllers > megaraid_sas: 128 MSIX Support > megaraid_sas: EEDP Escape Mode Support for SAS3.5 Generic Megaraid > Controllers > megaraid_sas: SAS3.5 Generic Megaraid Controllers Stream Detection and > IO Coalescing > megaraid_sas: SAS3.5 Generic Megaraid Controllers Fast Path for RAID > 1/10 Writes > megaraid_sas: Dynamic Raid Map Changes for SAS3.5 Generic Megaraid > Controllers > megaraid_sas: Add the Support for SAS3.5 Generic Megaraid Controllers > Capabilities > megaraid_sas: Enable or Disable Fast path based on the PCI Threshold > Bandwidth > megaraid_sas: ldio_outstanding variable is not decremented in > completion path > megaraid_sas: Implement the PD Map support for SAS3.5 Generic Megaraid > Controllers > megaraid_sas: driver version upgrade > > drivers/scsi/megaraid/megaraid_sas.h | 139 ++++-- > drivers/scsi/megaraid/megaraid_sas_base.c | 240 +++++++-- > drivers/scsi/megaraid/megaraid_sas_fp.c | 341 +++++++++++-- > drivers/scsi/megaraid/megaraid_sas_fusion.c | 750 +++++++++++++++++++++++----- > drivers/scsi/megaraid/megaraid_sas_fusion.h | 364 ++++++++++++-- > 5 files changed, 1557 insertions(+), 277 deletions(-) > I finished review of this set and ack-ed it. There still is a large amount (~1600) of checkpatch errors, ERROR: DOS line endings ERROR: trailing whitespace ... I complained about this several times and was hoping that Sasi would fix all that in V6 but for some reason it hasn't been fixed. I don't want to stop the series only because of formatting issues, so well ok -tm