From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C93541B1FF for ; Fri, 20 Oct 2017 13:06:29 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 14511210AF; Fri, 20 Oct 2017 07:06:29 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 20 Oct 2017 07:06:29 -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; s=mesmtp; bh=N8TVaz7ZEcG1gR2w1McTIfPk6N b+h/WXhEV8IQ/q7DU=; b=l0RuVng4zmEhf9eV/SQtImWXRgEwV7gZVTJrW7u31H AeRT+j4ad7kAJoXygyigGRfcfOIqOGzLIA1i7DOLvsGJyyOsXk++mPJDQsi08Wit IMv1JULNG3L4adVx/ywfRm/eldxfaRhB1lGkTcqn5WU1GgcajtYOnL7kK1mHujLk c= 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; s=fm1; bh=N8TVaz 7ZEcG1gR2w1McTIfPk6Nb+h/WXhEV8IQ/q7DU=; b=I0m+MPtuLWQQZftSL7S0YA tKS74j6Ybdk3OL+FxXA0mmL91mTYFjSy0frV0IVx+D7tukwQCKanzb3Fq3A/UGJP 8BrTObJ+XUuHi42sbpHYDcKFiHFaEa/QH/e8WCbzGJ95VeQtsqAwpaXqGCmJTVZI vYjrxRC85QC3o0586EmbEL5jEG8v55lDFRMytHsyMNnS9SK51s634EXTOaaxaSqe 8kZqIjb2LI8oGgC8n5+fr6lmzeKoVcuEnTKV0RRv6YL+5c/YaIhGrRiNhZRVAjzp X+M6T0E/Rup6LcGzmkdpMRWoCwUMUnOXNCSCCpfKzdKVX17L3TD0uINTpcEj2Uow == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AB4397FA60; Fri, 20 Oct 2017 07:06:28 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal Cc: dev@dpdk.org, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com, radu.nicolau@intel.com, borisp@mellanox.com, aviadye@mellanox.com, sandeep.malik@nxp.com, jerin.jacob@caviumnetworks.com, john.mcnamara@intel.com, konstantin.ananyev@intel.com, shahafs@mellanox.com, olivier.matz@6wind.com Date: Fri, 20 Oct 2017 13:06:27 +0200 Message-ID: <2117737.hsY5RGJVTO@xps> In-Reply-To: <20171014221734.15511-10-akhil.goyal@nxp.com> References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-1-akhil.goyal@nxp.com> <20171014221734.15511-10-akhil.goyal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 09/12] mk: add rte security into build system 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, 20 Oct 2017 11:06:30 -0000 Why not merging this patch with the first one? > --- a/MAINTAINERS > +++ b/MAINTAINERS > +Security API - EXPERIMENTAL > +M: Akhil Goyal > +M: Declan Doherty > +T: git://dpdk.org/draft/dpdk-draft-ipsec > +F: lib/librte_security/ > +F: doc/guides/prog_guide/rte_security.rst Do you really want to keep this draft tree? If no, please do not reference it. > +# Compile generic security library > +# > +CONFIG_RTE_LIBRTE_SECURITY=y > +CONFIG_RTE_LIBRTE_SECURITY_DEBUG=n No, DEBUG config options are prohibited. The new log system allows to change the log level dynamically. It was mentioned a lot of time in other patch series. I was in the hope that everybody was now aware of the new log system and the desire of removing all DEBUG options.