From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 20E801B4D4 for ; Wed, 19 Dec 2018 13:39:11 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 97B1321D0A; Wed, 19 Dec 2018 07:39:10 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 19 Dec 2018 07:39:10 -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=heMk3HNVOww1VNU+QAh2TiwzIbzQZKq0xy6elU05v9Q=; b=Iu9Hb6sa6NpV BKN+8MfYgKahd4+2lN8id9gf11fWVXadZf4xTEPuq1I7JKVZEQ1byCGyg0CT+tZ6 OnZaJFKFu9gdCt8imgbEfkR9lPHFpzPcM0OOGlQyCD1N+jLr4j/L01ni2jTyDbeW rjaz/yg5b5QLPXBlvbIzsK1A4DnvEes= 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=heMk3HNVOww1VNU+QAh2TiwzIbzQZKq0xy6elU05v 9Q=; b=ENLSd09nM0ydJ9D47C2x1qiV8kZOFFYOLzY/0Lvi/3WNCxIwDdPh+TbA+ Ibw0AuwFB4rzwAJW5FdfTj0TC2OA+DX4IkRaIcjWdr8e/HIW6c4dYR/1Ao/E8ROD yIQvc8aU4XP+q3FpOYow4f/xMoYyTS72GVrwpp/y8N0YM9C97WEYV7dYsuzDUUuj NjTyaHSFLcvvh9wn5wcIxKMTBCHWLX8Kb5m9AaE5dGgo3YRMK1si7j8PxUqyYOvE q3mYwHSxXDrmbdnCLluSkCBzhI7OzEUQiY/uX/ni9wf5tVwOhkpQuNwAd73DwGAK 4FRVSIP/Y3IqZJwg0wfDs/vFY1btA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejtddggeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrd horhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhf rhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiii gvpedt 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 37E5BE4445; Wed, 19 Dec 2018 07:39:09 -0500 (EST) From: Thomas Monjalon To: Konstantin Ananyev Cc: Akhil Goyal , "dev@dpdk.org" , Mohammad Abdul Awal Date: Wed, 19 Dec 2018 13:39:07 +0100 Message-ID: <1627468.mYJ21k1v2q@xps> In-Reply-To: <82f62109-a584-13e9-12ec-c9984a60567a@nxp.com> References: <1544110714-4514-2-git-send-email-konstantin.ananyev@intel.com> <1544804589-10338-4-git-send-email-konstantin.ananyev@intel.com> <82f62109-a584-13e9-12ec-c9984a60567a@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 04/10] lib: introduce ipsec library 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, 19 Dec 2018 12:39:11 -0000 19/12/2018 13:08, Akhil Goyal: > On 12/14/2018 9:53 PM, Konstantin Ananyev wrote: > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1071,6 +1071,11 @@ F: doc/guides/prog_guide/pdump_lib.rst > > F: app/pdump/ > > F: doc/guides/tools/pdump.rst > > > > +IPsec - EXPERIMENTAL > > +M: Konstantin Ananyev > > +F: lib/librte_ipsec/ > > +M: Bernard Iremonger > > +F: test/test/test_ipsec.c > > > Please add "T: git://dpdk.org/next/dpdk-next-crypto" as it would be > maintained in crypto sub tree in future. Right And for keeping a logical order, please move it after IP frag and GRO/GSO.