From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCHv8 19/46] pool/dpaa2: add DPAA2 hardware offloaded mempool Date: Tue, 14 Mar 2017 12:12:17 +0530 Message-ID: <43323e28-d28f-bbce-2b32-5a7e29190529@nxp.com> References: <1487205586-6785-1-git-send-email-hemant.agrawal@nxp.com> <20170308100553.14ca39a7@glumotte.dev.6wind.com> <521bf2d1-0393-c4ac-422e-96134880502a@nxp.com> <3284470.c3gGJi30Hp@xps13> <92fa2a03-373d-4904-0539-68e2322c14fa@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , To: Thomas Monjalon , Olivier MATZ , , Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0074.outbound.protection.outlook.com [104.47.41.74]) by dpdk.org (Postfix) with ESMTP id 85FA12C74 for ; Tue, 14 Mar 2017 07:42:27 +0100 (CET) In-Reply-To: <92fa2a03-373d-4904-0539-68e2322c14fa@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/9/2017 11:27 AM, Hemant Agrawal wrote: > On 3/8/2017 9:09 PM, Thomas Monjalon wrote: >> 2017-03-08 18:22, Hemant Agrawal: >>>> On Fri, 3 Mar 2017 18:16:36 +0530, Hemant Agrawal >>>> wrote: >>>> I think the current mempool handlers should be moved first in a >>>> separate patch. >> >> Yes it should have been done earlier. >> >>> Are you seeing any benefit by making it a separate patch series? >> >> A separate patchset for moving mempool handlers will be easy to review >> and accept. >> If integrated in this series, it is kind of hidden and prevent the >> visibility and review it deserves. >> By the way the mempool move should be directly committed in the main >> repository, while this series targets next-net. >> > > hw mempool has dependency on mc-bus. So, we will break it into *5* series, > > 1. mc-bus - which can go on main repo - Rebased over main repo > 2. dpaa2-pool - it can also go on main rep (depends on mc-bus) - Rebased > over 'main repo + 1'. > 3. dpaa2-pmd - this depends on mc-bus and dpaa2-pool > A. mc-bus -another series rebased over net-next > B. dpaa2-pool - another series rebased over 'net-next + A' > C. the pmd itself rebased over 'net-next + A + B' > > Are you sure, you will like us to do the above and flood the mailing > list :) > > I think, this will make the review difficult. > > Bruce, Ferruh, Olivier - does the above help you? If so, we can do it. Any views, we can rebase our next version accordingly. we are looking forward to get it merged in 17.05. > > My preference is to keep it as it is. It can be applied on 'net-next' or > 'main' as a whole. But I am open for suggestions. > >>> it will be difficult and tricky for us. The dpaa2_pool has a dependency >>> on mc bus patches. dpaa2_pmd has dependency on dpaa2_pool and mc buses. >> >> You will just have to rebase this series on top of the new one. >> > > >