From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B001A7CCD for ; Fri, 22 Sep 2017 08:33:14 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2FAA3216A7; Fri, 22 Sep 2017 02:33:14 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 22 Sep 2017 02:33:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=3qOav7ZDE8I/nPs cH6h5CYUVRkAELPrmW/lWs/dWMKs=; b=rlszs1kUZdFhlwih+67GL3SUVwmoHeS glyUL/v1aYCA7RZIkpI3YWIZDltBy4M+9u3ervFy+rbUWPdoolEhl/rxDHRB7SbZ jARkUtsKzB0QI61v6wfCRYCNhB3xtK9/RaGFiOnKZviU/AR7Ay/tv3orik19cI25 w9dg81fKMHQY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=3qOav7ZDE8I/nPscH6h5CYUVRkAELPrmW/lWs/dWMKs=; b=SLNzrpYO lJF7pp+ib8K5fiRgTAfak6hsJqOjZ04kChOfjadBOS7PFT/iP5YldfvY3BBHiWec ZJNjVB/VWOegXYYSiB72/5TsU/YlnEECCB4VB5zG2rqGlXgPMCw0RiLTjxvZSsJT ldsiN3l+QFGmjv9IJo0sP6QbI4KS2dt3bCdNEQhQCEVJUCgMAZTuIjdUO4GQ9IoN YjHZ7oyM0d/icB8+ygZbmtoAa5uFu9FC6YJmnTV0qWByIrQY9o4D/NB7A8o6WQVl AHmVTJi2UCjJLoI5fD8kn+fJI4vnTh9wAZRmSTYYcdk39tj61JgIE1kMA4F3mnpC KYJSBsS1vKEZJg== X-ME-Sender: X-Sasl-enc: XoBqPDHI08ernH00r4Mw6hZ6c9qtPL+LUAEvNKEV/fUu 1506061993 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D81E67E8E6; Fri, 22 Sep 2017 02:33:13 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com Date: Fri, 22 Sep 2017 08:33:12 +0200 Message-ID: <1763158.2HtYV5lIQ9@xps> In-Reply-To: References: <20170823141213.25476-1-shreyansh.jain@nxp.com> <25531756.sobbYYJFMz@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 00/41] Introduce NXP DPAA Bus, Mempool and PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2017 06:33:14 -0000 22/09/2017 08:25, Shreyansh Jain: > > It is a very long series introducing 3 different subsystems. > > I think everybody was scared about reviewing it. > > Well, then Ferruh is quite a brave man - I got loads of comments from > him. :D He is :) > > Why you did not split it? > > All the components are serially orders. So, whether I split it into > three separate series, or clearly separated in a single series - it > would be same thing. Isn't it? > > In fact, having three series, one dependent on other, looks more > confusing to me. Personally, it would be difficult for me to review such > patch series(s). > > Still, if you and Ferruh think this split helps, I am OK. But, I don't > want it look as if a new request has been made which cannot be completed > within 17.11 window. I think it is too late now to split it. Let's continue with this big series.