From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id A94A77CC2 for ; Mon, 10 Jul 2017 09:03:39 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4B40A2071A; Mon, 10 Jul 2017 03:03:39 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 10 Jul 2017 03:03:39 -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:x-sasl-enc; s=mesmtp; bh=NqE/I7EfqRzi9yD Vc/eTKFpfISC30hbGfWbzUAaW1hY=; b=D+pP7PHXaX2pPtLyts6yxGovlTwr7Ug nD4Lr7tcvLBvnKbU5ZYUXgG8XE31ljUjWy9NosS2zE8EoIfm5i4rcentW/17EB/V QXzy+TbLMTuRfmn+GmmVRB6jtoknpDL/1xwrvDzy23H9pZhx3FRUQYiSQOngpDo3 iAC0R34dOKwo= 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:x-sasl-enc; s= fm1; bh=NqE/I7EfqRzi9yDVc/eTKFpfISC30hbGfWbzUAaW1hY=; b=FW2gl2Ds FvFWZsxw7wa9fkd6NM05tS9YtTFDH2ReE7SOqix2cegryIgLIOd7Yh/roBY3ndLr 4Dg85C/CeGcjg+nYZkYxRarBACGzAV/UukvmxSzZcu/N3aGTi+VIPmPknxzPwyG1 OMIjGcGKqFmxsouC11sJHBi5bqyHk1VMjofrJeM/1bGZzjbd6sJ8gK+Eb72H38fC /efSYYEg/ljqJLmiIckgCENX4xHI3ETWwnW5bhUWwPYd9rumNQbNIOt+oNf5JUws sm+/awVo5R2jbQL2j+79vOibvkFVxSlSF/o7Uc2gCUxiggArODZFh+Fel5GLESMQ Mxl4QUZ9f8Kv0w== X-ME-Sender: X-Sasl-enc: 5wkjm8ea0e/k+bcTGE5gKraUnGqr/wEdl09PQgBclyQM 1499670219 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F354F7E51B; Mon, 10 Jul 2017 03:03:38 -0400 (EDT) From: Thomas Monjalon To: "Hu, Jiayu" Cc: dev@dpdk.org, "Tan, Jianfeng" , "Ananyev, Konstantin" , "yliu@fridaylinux.org" , "stephen@networkplumber.org" , "Wu, Jingjing" , "Yao, Lei A" Date: Mon, 10 Jul 2017 09:03:38 +0200 Message-ID: <1614306.GdX4Ej7Cyq@xps> In-Reply-To: References: <1499562826-25558-1-git-send-email-jiayu.hu@intel.com> <1715312.N70aQMegMg@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v14 0/3] Support TCP/IPv4 GRO in DPDK 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: Mon, 10 Jul 2017 07:03:39 -0000 10/07/2017 04:21, Hu, Jiayu: > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > I have added an EXPERIMENTAL note in MAINTAINERS file. > > I have added the library in the doxygen doc and in the release notes > > libraries list. > > > > Applied with above changes, thanks > > > > A page in the programmer's guide is missing. > > Please fill it, thanks > > Thanks for your reminder. I will update it. You need also to add some doxygen comments to the API: http://dpdk.org/doc/api/rte__gro_8h_source.html