From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: update programmer's guide for the GRO library Date: Fri, 21 Jul 2017 18:09:09 +0300 Message-ID: <2397072.0Y9CZzOPcT@xps> References: <1499743655-86736-1-git-send-email-jiayu.hu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jiayu Hu Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8DADA25A1 for ; Fri, 21 Jul 2017 17:09:11 +0200 (CEST) In-Reply-To: <1499743655-86736-1-git-send-email-jiayu.hu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > --- > 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.