From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DDBABA0564; Thu, 5 Mar 2020 18:11:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B934C2C16; Thu, 5 Mar 2020 18:11:59 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 56BA52BE3 for ; Thu, 5 Mar 2020 18:11:58 +0100 (CET) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 012152220E; Thu, 5 Mar 2020 12:11:58 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Thu, 05 Mar 2020 12:11:58 -0500 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=zL+oJxUatf9mDWvmdolfstrvPtAvlYmgZ4/wboFgEBQ=; b=otr8fwIqEbFw yW3SMTgBGYg7HVak7TV+/fIC0KhCmDA00rdPDilvhAp+qgTDR1cOIoM/LiElMpyU Gn+cQu+3DfsiYaUj57vrtijhARFJAdFUMV/3IA0DslwHv09Dn1twoJcCDASVdmuY kN3N8pGqyH1fXHDXNg8xHfpjFvrssho= 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=fm2; bh=zL+oJxUatf9mDWvmdolfstrvPtAvlYmgZ4/wboFgE BQ=; b=2w4gDcJp/SSwGtPdd7AFwdPR4CnDKTmbMBbV83KaPCG65exbUq31tVTeJ 0qAQMakb+9pX2Dx9zZFYrB6RYLXWbzrFs2K33vlNJZ7M5ckFd74OnJYvRIVD+njf JXKfoUyLqHxTbvn0Xldbc/kJ7ljl2WsaaT1pI8lzoqPpU/GGScbuIZAXyJYyi/X5 h48phewZeU51j+40iI5m1POZy6lAW9sp0r2Hu4a0OtDynLoP19Y3mV6FnsIfol2C e9dAw75x6M9FeLX81zmgtWqpOrF/mTytmGDTPwNdhewzXNYs6JlMWAPgJtD+CyzM d7FUNOdkBgIOVQxjbUhGtZg3iIxZA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedruddutddguddttdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ffohhmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefgedrvddtfedrudekgeen ucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomh grshesmhhonhhjrghlohhnrdhnvght 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 AD3EA3061363; Thu, 5 Mar 2020 12:11:56 -0500 (EST) From: Thomas Monjalon To: "Ananyev, Konstantin" Cc: "Dharmappa, Savinay" , "dev@dpdk.org" , "akhil.goyal@nxp.com" , bernard.iremonger@intel.com, vladimir.medvedkin@intel.com Date: Thu, 05 Mar 2020 18:11:54 +0100 Message-ID: <2820277.687JKscXgg@xps> In-Reply-To: References: <20200302114319.3886-1-savinay.dharmappa@intel.com> <20200305071523.30952-1-savinay.dharmappa@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] app: test: measure libipsec performance 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/03/2020 12:45, Ananyev, Konstantin: > I think the header need to be "app/test", or "test/ipsec". It should be "test/ipsec" as it is an IPsec test command in the test application. > Apart from that: > Acked-by: Konstantin Ananyev I wonder why we have a different maintainer for each IPsec test. It looks a bit confusing. IPsec - EXPERIMENTAL M: Konstantin Ananyev T: git://dpdk.org/next/dpdk-next-crypto F: lib/librte_ipsec/ M: Bernard Iremonger F: app/test/test_ipsec.c F: doc/guides/prog_guide/ipsec_lib.rst M: Savinay Dharmappa F: app/test/test_ipsec_perf.c M: Vladimir Medvedkin F: app/test/test_ipsec_sad.c F: app/test-sad/ In general, only one person takes the responsibility to be the main contact of any related question in the area. So the file pattern could be: F: app/test/test_ipsec*