From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v4 02/12] doc: add details of rte security Date: Sun, 22 Oct 2017 01:18:02 +0530 Message-ID: References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-1-akhil.goyal@nxp.com> <20171014221734.15511-3-akhil.goyal@nxp.com> <2256879.q0ZMzbnFeM@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , , , , , , , , , To: Thomas Monjalon Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0070.outbound.protection.outlook.com [104.47.33.70]) by dpdk.org (Postfix) with ESMTP id 665DB1B304 for ; Sat, 21 Oct 2017 21:48:11 +0200 (CEST) In-Reply-To: <2256879.q0ZMzbnFeM@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/20/2017 3:11 PM, Thomas Monjalon wrote: > 15/10/2017 00:17, Akhil Goyal: >> --- a/doc/api/doxy-api-index.md >> +++ b/doc/api/doxy-api-index.md >> @@ -58,7 +58,8 @@ The public API headers are grouped by topics: >> [ixgbe] (@ref rte_pmd_ixgbe.h), >> [i40e] (@ref rte_pmd_i40e.h), >> [bnxt] (@ref rte_pmd_bnxt.h), >> - [crypto_scheduler] (@ref rte_cryptodev_scheduler.h) >> + [crypto_scheduler] (@ref rte_cryptodev_scheduler.h), >> + [security] (@ref rte_security.h) >> > > This section is "device specific". > > Please move "security" in the first section "device" below "cryptodev". > Ok. Thanks for the review.