From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 01/17] qede/base: update base driver Date: Fri, 16 Sep 2016 13:48:37 +0100 Message-ID: References: <1472279188-24569-1-git-send-email-rasesh.mody@qlogic.com> <1472279188-24569-2-git-send-email-rasesh.mody@qlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit To: Rasesh Mody , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id AE80E5A0A for ; Fri, 16 Sep 2016 14:48:39 +0200 (CEST) In-Reply-To: <1472279188-24569-2-git-send-email-rasesh.mody@qlogic.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Rasesh, On 8/27/2016 7:26 AM, Rasesh Mody wrote: > This patch updates the base driver and incorporates neccessary changes > required to bring in the new firmware 8.10.9.0. > > In addition, it would allow driver to add new functionalities that might > be needed in future. > > Signed-off-by: Rasesh Mody > --- <...> > 65 files changed, 14653 insertions(+), 8536 deletions(-) <...> Sorry for late review. This is base driver update, but still a big single patch with 14K lines insertions, it is too hard to both review or contribute. Is it possible to split patch into more smaller ones, ideally it should be one patch for one feature/fix, but please do whatever can be done. I can see there are some big chunk of whitespace updates, or new files for debug (hsi_debug_tools.h), those can be easy to target. Thanks, ferruh