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 8B7E3A32A1 for ; Thu, 24 Oct 2019 10:23:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 911881E4E1; Thu, 24 Oct 2019 10:23:41 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 6D1B51DFF2 for ; Thu, 24 Oct 2019 10:23:40 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EB81320D87; Thu, 24 Oct 2019 04:23:38 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 24 Oct 2019 04:23:38 -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=gYEpvtK5OxkW9Yf3MUJyERHuCuwjT452359OmNU4V+k=; b=lSS7RUIoVYKL A1Bb0hQQX/5VbZy6RflxyZUXwg8j4NAQWSEq8QC7LDPZowqNGZQ3z3sG97DGg51T CkkJy+VEjEHiU2oZiXzgsVX4sYZb/AOrnkjpxzrhccYq3F+X1oDLk1KKr3c5GcPd Jjc6dtGDZhCnJYYjmrCBEuzcn8rj9u0= 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=gYEpvtK5OxkW9Yf3MUJyERHuCuwjT452359OmNU4V +k=; b=iXoMMG4v7PN/eTR16X3kirl8k7BXbp84keWQ5yDjHR1MfsH2UptqxTKso +iUeF3ULThbP41C20hLZLB8zsDDWrzidEPfwqtLNM/R/6jnQR49rrSwbMvCTdaG3 KD35sTB8c8qVQj7hMvqnw7DlcgMwTYWLvXaKuIwTb5ljGaPsM2+GMnVfk0hMEWW6 0MH/MJoqcbtlS/lhEagiBiuN+MaChiG4yHsIlVyTAqciG+9VyBB3ZsZXaHqWXpGs uHRsYTqbdf2cRbRpcPF7CrZZUyBO9ConecCMOWbDIXAvAVCaQXGtHkRlldjT+oJL Az8Kpmu/AMcbJh9/jQWL+LogLYgyA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrledugddtvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 8B9FAD60063; Thu, 24 Oct 2019 04:23:37 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal , Vladimir Medvedkin Cc: dev@dpdk.org, "konstantin.ananyev@intel.com" , "john.mcnamara@intel.com" , "marko.kovacevic@intel.com" Date: Thu, 24 Oct 2019 10:23:36 +0200 Message-ID: <6661433.CubXxDXP71@xps> In-Reply-To: References: <8860a2903b705d2b3e697fe7b9b79064aacaccdf.1570726287.git.vladimir.medvedkin@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add doxygen documentation for 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 22/10/2019 10:05, Akhil Goyal: > > > -----Original Message----- > > From: dev On Behalf Of Vladimir Medvedkin > > Sent: Thursday, October 10, 2019 10:22 PM > > To: dev@dpdk.org > > Cc: konstantin.ananyev@intel.com; john.mcnamara@intel.com; > > marko.kovacevic@intel.com > > Subject: [dpdk-dev] [PATCH] doc: add doxygen documentation for ipsec library > > > > Added ipsec API from: > > - rte_ipsec.h > > - rte_ipsec_sa.h > > - rte_ipsec_group.h > > - rte_ipsec_sad.h > > > > Signed-off-by: Vladimir Medvedkin > > --- > Acked-by: Akhil Goyal > > Applied to dpdk-next-crypto I am moving the index entries in the "layers" section with other protocols, while pulling this.