From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8DADA25A1
 for <dev@dpdk.org>; Fri, 21 Jul 2017 17:09:11 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 25E9220BE3;
 Fri, 21 Jul 2017 11:09:11 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Fri, 21 Jul 2017 11:09:11 -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=0YMgCzyO7Rmo1z6
 8M0iHhHQ3VInzw4PYD9r+Hk0qjmY=; b=GEkwjKNFAIXl0YqCa1CMTDbxorjwpjz
 zoKsi+pIRWUJbwhsuzFi/urVrOc5lsuYquf1RNs2RHAQgj9elkpen74wWDm80N8m
 xD/7ADlg85Z4csEhwz1BI2CRaIHQTKKhFpiiyxg0WU45HsPc+us1LwPpPSXtJCsb
 5ubHRjm99U88=
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=0YMgCzyO7Rmo1z68M0iHhHQ3VInzw4PYD9r+Hk0qjmY=; b=H7lvkGw3
 u7BIjDq7U6pnppRfv/Bm2EgunJ35rtY2Cju0OIJPaf2FWEdYLG+a19CoRxanvrXb
 Fj2IQhcGed6/i2AjwKJwXwFJa/OEmPWhMA1Bu8+wqzU1htgP3PwJAy7sHj+W2cML
 z/knBjGCUqNA6lRTBnoR7LB2V/Qm2H9Ik6UMI18IOSSvxz1pbrJDTZKrUrityA1C
 +TFApW0yCNEoI99cohjORXBWw/cUTvpn0rUfPB83VY97Wmi8KtPohuwriOLpzwfm
 eh0HiJGrFRRSRqp24lPK9blj4SLqO0iLMwxDkb5h9+71Asp++dIkay/z6kewek8r
 V2H7/fbCrHsSoA==
X-ME-Sender: <xms:FxlyWfeSQTLB4WId9uDZEWHg4JtLEVyjkBBLUXELqnydsRC2HId7Nw>
X-Sasl-enc: CG67JE95CBHLkfPh6t4vNPPyuKG3jpC/XSv9KA7LBKxc 1500649750
Received: from xps.localnet (bzq-164-168-31-206.red.bezeqint.net
 [31.168.164.206])
 by mail.messagingengine.com (Postfix) with ESMTPA id B5DF52424F;
 Fri, 21 Jul 2017 11:09:10 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Jiayu Hu <jiayu.hu@intel.com>
Cc: dev@dpdk.org
Date: Fri, 21 Jul 2017 18:09:09 +0300
Message-ID: <2397072.0Y9CZzOPcT@xps>
In-Reply-To: <1499743655-86736-1-git-send-email-jiayu.hu@intel.com>
References: <1499743655-86736-1-git-send-email-jiayu.hu@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] doc: update programmer's guide for the GRO
	library
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 21 Jul 2017 15:09:11 -0000

11/07/2017 06:27, Jiayu Hu:
> Add description to programmer's guide to explain the
> design of the GRO library.
> 
> Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
> ---
>  MAINTAINERS                                        |   1 +
>  .../prog_guide/generic_receive_offload_lib.rst     | 163 +++++++++++++++++++++
>  doc/guides/prog_guide/index.rst                    |   1 +
>  doc/guides/prog_guide/source_org.rst               |   1 +
>  4 files changed, 166 insertions(+)
>  create mode 100644 doc/guides/prog_guide/generic_receive_offload_lib.rst

Looking for a reviewer of this new doc. Any volunteer?

> --- a/doc/guides/prog_guide/source_org.rst
> +++ b/doc/guides/prog_guide/source_org.rst
> @@ -68,6 +68,7 @@ The lib directory contains::
>      +-- librte_distributor  # Packet distributor
>      +-- librte_eal          # Environment abstraction layer
>      +-- librte_ether        # Generic interface to poll mode driver
> +    +-- librte_gro          # Generic receive offload library
>      +-- librte_hash         # Hash library
>      +-- librte_ip_frag      # IP fragmentation library
>      +-- librte_kni          # Kernel NIC interface

I really want we remove this file.
It is useless and not well maintained.