From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C94D3325D for ; Thu, 3 Aug 2017 16:41:53 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 03 Aug 2017 07:41:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,316,1498546800"; d="scan'208";a="115209953" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga004.jf.intel.com with ESMTP; 03 Aug 2017 07:41:51 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.9]) by IRSMSX109.ger.corp.intel.com ([169.254.13.187]) with mapi id 14.03.0319.002; Thu, 3 Aug 2017 15:41:50 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "Hu, Jiayu" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: update programmer's guide for the GRO library Thread-Index: AQHS+fV24QkWW3EGQ0+J6fJMeJ4g6KJeYeyAgBR2FJA= Date: Thu, 3 Aug 2017 14:41:50 +0000 Message-ID: References: <1499743655-86736-1-git-send-email-jiayu.hu@intel.com> <2397072.0Y9CZzOPcT@xps> In-Reply-To: <2397072.0Y9CZzOPcT@xps> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODM3YjhhZmEtMGE4ZS00OTQwLWJiYTQtMTVjNmZjMmUzODQ3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InBvTW42VjRtU2Q0U3g4Q0Z1KzczR0I4bUpoOCtBNjBkTEVkRWtzeTB6YlE9In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 14:41:54 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Friday, July 21, 2017 4:09 PM > To: Hu, Jiayu > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: update programmer's guide for the GR= O > library >=20 > 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 >=20 > Looking for a reviewer of this new doc. Any volunteer? I'll review and reply to Jiayu directly. =20 > > --- 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 >=20 > I really want we remove this file. > It is useless and not well maintained. Agreed. It is guaranteed to be out of date. It could be replaced with a muc= h shorter and more generic description of the main source dirs without=20 mentioning any of the sub-folders or files. John