From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v4 01/19] net/thunderx/base: add hardware API for ThunderX nicvf inbuilt NIC Date: Tue, 14 Jun 2016 19:22:12 +0530 Message-ID: <20160614135208.GA2515@localhost.localdomain> References: <1465317632-11471-2-git-send-email-jerin.jacob@caviumnetworks.com> <1465826143-22159-1-git-send-email-jerin.jacob@caviumnetworks.com> <1465826143-22159-2-git-send-email-jerin.jacob@caviumnetworks.com> <20160613150923.GI15736@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , , Maciej Czekaj , Kamil Rytarowski , Zyta Szpak , Slawomir Rosek , Radoslaw Biernacki To: Bruce Richardson Return-path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1on0081.outbound.protection.outlook.com [157.56.110.81]) by dpdk.org (Postfix) with ESMTP id 81A8B8E6A for ; Tue, 14 Jun 2016 15:52:36 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20160613150923.GI15736@bricha3-MOBL3> 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" On Mon, Jun 13, 2016 at 04:09:24PM +0100, Bruce Richardson wrote: > On Mon, Jun 13, 2016 at 07:25:25PM +0530, Jerin Jacob wrote: > > Adds hardware specific API for ThunderX nicvf inbuilt NIC device under > > drivers/net/thunderx/nicvf/base directory. > > > > Hi Jerin, > > we are trying to move away from huge drops of shared code in a single patchfile, > so as to make the commits smaller and then easier to review. Can you split this > patch into e.g. 3+ smaller commits based around logical functionality. For > example, the base code mailbox functionality in the mbox.[ch] files could be > its own commit. Obviously, the finer-grained the breakdown the better :-), but > I'd rather not see patches >1 kloc looking to be merged in. Hi Bruce, I will send the next revision with splitting drivers/net/thunderx/nicvf/base Jerin > > Regards, > /Bruce