From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 5A14154AE for ; Wed, 17 Oct 2018 11:16:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id DD600951; Wed, 17 Oct 2018 05:16:54 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 17 Oct 2018 05:16:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=e5tyF68E3b0ARR9TB2MWSs6Im18GgWX/OtZAviQoiQA=; b=jErWeT5icJxK 5RypbbFDc1o0B8EkOeG7ZU99MN8zeMKet0JSvgJjDhMQ4PPwAzQTNR5JpOkxsQMV e5pKDb1RNTrSeq6Qzs54kZEmDAvQPtdKQj9gJuFRxJJ8Nny/GYMvMAF/HmkM6Ie8 5v8qEqeQZsyWdnMiBStHNbVr6EaZNIc= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=e5tyF68E3b0ARR9TB2MWSs6Im18GgWX/OtZAviQoi QA=; b=BEWLoXiXN03HgBOrRQwKAs9YG1WKxQNp2p41bThEDO3oindbckIbg/ys0 UBaU1RxKspICc3hi/3h/ztR+sljOqaRl97tZ8GDtslGgHHkzPnNFaI59rlZRU9yP GPN5Ol2swjhiKpfEiLfu728UhN1E+AkQi1LOjqUxSd+H0sF4P7q8+vs8hwxIs/0X HyxBDSLzJzhx0Rylwf4YMX7Z1cy8DrBPbPERALe8iFdx92T5SJXTFMyPhr/ROUam CEJxBT+Sk9QF3OQAQPaG82gehn2h1vzcTyScmIkktbcsDcnLGJIA4qlF29OXRmWD arGyHsZ0kTW5dLta5g++2q8zmBycw== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B318C102D7; Wed, 17 Oct 2018 05:16:53 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: "dev@dpdk.org" Date: Wed, 17 Oct 2018 11:16:57 +0200 Message-ID: <1984767.lIZOK1HEYJ@xps> In-Reply-To: <20181017091151.15017-2-shreyansh.jain@nxp.com> References: <20181017091151.15017-1-shreyansh.jain@nxp.com> <20181017091151.15017-2-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/3] common/dpaax: reduce logging level 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: Wed, 17 Oct 2018 09:16:57 -0000 17/10/2018 11:12, Shreyansh Jain: > Signed-off-by: Shreyansh Jain Please add a description explaining why you do this change.