From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 6D71A1B209 for ; Fri, 20 Oct 2017 12:15:50 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EFB7A20D70; Fri, 20 Oct 2017 06:15:49 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 20 Oct 2017 06:15:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=MzMDH/xMju9nWf7+MBLUVkvgZQ JlrFYyelN9FAEpG5U=; b=OthjACdA9agrbX/Oj/a/wtMqxEDjwlxoNJ02gP5aC1 +1OCn5cG5CeVExw5IuhEJDTz90iqj+hL6X80/qwPRenwyJR/Eyw/jwXiRK9TBq/0 rKjv5oML2BVwoWUCPPeF6qDCa7HdLlxcZzSNdt1jctqYT65OcPsI1HsFSRhe2D5T M= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=MzMDH/ xMju9nWf7+MBLUVkvgZQJlrFYyelN9FAEpG5U=; b=RqS8AEkniyIXigafIOyZAD WLcWfgAWlQp9igW3FRpKfk1DqVuta//sU1X2Ubz+lmrSz7r9Eod6JCmdde6oR6nP bS87RY7qI9iO15uBkD9xOU9i0QZgumKC4F9+xSu9Wk9cBUWhG/3r3QgRycLdJVDD MmA/Tiyetw8mYOn/IV/P86LKDqvhYP0ieKIn05xfDIv9nzLjzmTXsC0gAj3UQn6r Bss8Qa7VUuryXco3T+89Wl0NR9yKlp288qavJir1dg7eReKPcLoN2aOAFPxfYANz bNWbTZbIioZwME7WB9P3yzHdn58IwBSiSGltxlFNLUk4Zmg0y7E6+hTP59X50dRA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A033D24135; Fri, 20 Oct 2017 06:15:49 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal Cc: dev@dpdk.org, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com, radu.nicolau@intel.com, borisp@mellanox.com, aviadye@mellanox.com, sandeep.malik@nxp.com, jerin.jacob@caviumnetworks.com, john.mcnamara@intel.com, konstantin.ananyev@intel.com, shahafs@mellanox.com, olivier.matz@6wind.com Date: Fri, 20 Oct 2017 12:15:48 +0200 Message-ID: <14506788.2xBXIGZ2lq@xps> In-Reply-To: <20171014221734.15511-5-akhil.goyal@nxp.com> References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-1-akhil.goyal@nxp.com> <20171014221734.15511-5-akhil.goyal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 04/12] net: add ESP header to generic flow steering 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: Fri, 20 Oct 2017 10:15:50 -0000 15/10/2017 00:17, Akhil Goyal: > --- a/doc/api/doxy-api-index.md > +++ b/doc/api/doxy-api-index.md > @@ -111,7 +111,8 @@ The public API headers are grouped by topics: > [LPM IPv6 route] (@ref rte_lpm6.h), > [ACL] (@ref rte_acl.h), > [EFD] (@ref rte_efd.h), > - [member] (@ref rte_member.h) > + [member] (@ref rte_member.h), > + [ESP] (@ref rte_esp.h) rte_member should not be in "layers" section. I will probably move it to "basic". Please move ESP near IP, maybe between IP and ICMP.