From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v2 01/33] config: add Cavium OcteonTX crypto PMD skeleton Date: Mon, 17 Sep 2018 16:07:44 +0530 Message-ID: <8421735d-1357-e444-9924-390f23827f3e@nxp.com> References: <1528476325-15585-1-git-send-email-anoob.joseph@caviumnetworks.com> <1536033560-21541-1-git-send-email-ajoseph@caviumnetworks.com> <1536033560-21541-2-git-send-email-ajoseph@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Ankur Dwivedi , Jerin Jacob , Narayana Prasad , dev@dpdk.org, Murthy NSSR , Nithin Dabilpuram , Ragothaman Jayaraman , Srisivasubramanian S , Tejasree Kondoj To: "Joseph, Anoob" , Anoob Joseph , Pablo de Lara , Thomas Monjalon Return-path: Received: from EUR02-HE1-obe.outbound.protection.outlook.com (mail-eopbgr10046.outbound.protection.outlook.com [40.107.1.46]) by dpdk.org (Postfix) with ESMTP id 8500B569B for ; Mon, 17 Sep 2018 12:38:01 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" >>> >> I think it would be better to squash the makefile related changes in >> the 3/33 patch as the code >> >> is actually added in that and here the code is not getting compiled >> here. > So the changes in the following files has to be moved to patch 3/33? >   drivers/crypto/Makefile >   drivers/crypto/meson.build >   drivers/crypto/octeontx/Makefile >   drivers/crypto/octeontx/meson.build >   mk/rte.app.mk > > I think this patch will just have MAINTAINER edit (even that might be > required to be moved to 3/33?) & changes to config/common_base, after > that. Is that fine? In my opinion, you do not need this patch as separate one. config/common_base can also be added in the 3/33. >> >> -Akhil >> >