From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 45D90E5D for ; Fri, 15 Sep 2017 14:37:34 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 15 Sep 2017 05:37:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,396,1500966000"; d="scan'208";a="900576506" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 15 Sep 2017 05:37:32 -0700 To: Hemant Agrawal , dev@dpdk.org Cc: shreyansh.jain@nxp.com, Thomas Monjalon References: <1503658183-4078-1-git-send-email-hemant.agrawal@nxp.com> <1504860327-18451-1-git-send-email-hemant.agrawal@nxp.com> <1504860327-18451-12-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: <507e1380-a801-3299-ce2a-b50c26d975ea@intel.com> Date: Fri, 15 Sep 2017 13:37:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1504860327-18451-12-git-send-email-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 11/30] crypto/dpaa2_sec: update MC to 10.3.x 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, 15 Sep 2017 12:37:35 -0000 On 9/8/2017 9:45 AM, Hemant Agrawal wrote: > From: Shreyansh Jain > > Signed-off-by: Shreyansh Jain > --- > drivers/crypto/dpaa2_sec/mc/dpseci.c | 676 +++++++++++++---------- > drivers/crypto/dpaa2_sec/mc/fsl_dpseci.h | 782 ++++++++------------------- > drivers/crypto/dpaa2_sec/mc/fsl_dpseci_cmd.h | 387 ++++++------- > 3 files changed, 808 insertions(+), 1037 deletions(-) Having crypto patches together with network patches hard to manage with current process, sub-trees. Can this patch be separated from this set, if not only solution I can think of is all set get by main tree directly, unless you have any other solution? Thanks, ferruh