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 9619B2C16 for ; Fri, 4 Aug 2017 02:51:01 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 03 Aug 2017 17:51:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,318,1498546800"; d="scan'208";a="133338909" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 03 Aug 2017 17:51:00 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 3 Aug 2017 17:50:59 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.122]) with mapi id 14.03.0319.002; Fri, 4 Aug 2017 08:50:58 +0800 From: "Hu, Jiayu" To: "Mcnamara, John" , Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: update programmer's guide for the GRO library Thread-Index: AQHTDGam6jfCTxBxzEyu3CY9tZLlZ6JzXd0Q Date: Fri, 4 Aug 2017 00:50:57 +0000 Message-ID: References: <1499743655-86736-1-git-send-email-jiayu.hu@intel.com> <2397072.0Y9CZzOPcT@xps> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODM3YjhhZmEtMGE4ZS00OTQwLWJiYTQtMTVjNmZjMmUzODQ3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InBvTW42VjRtU2Q0U3g4Q0Z1KzczR0I4bUpoOCtBNjBkTEVkRWtzeTB6YlE9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] 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: Fri, 04 Aug 2017 00:51:02 -0000 Hi John, > -----Original Message----- > From: Mcnamara, John > Sent: Thursday, August 3, 2017 10:42 PM > To: Thomas Monjalon ; Hu, Jiayu > > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] doc: update programmer's guide for the > GRO library >=20 >=20 >=20 > > -----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 > GRO > > library > > > > 11/07/2017 06:27, Jiayu Hu: > > > Add description to programmer's guide to explain the design of the GR= O > > > 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? >=20 >=20 > I'll review and reply to Jiayu directly. Thanks a lot and wait for your important comments. >=20 >=20 >=20 >=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 > > > > I really want we remove this file. > > It is useless and not well maintained. >=20 >=20 > Agreed. It is guaranteed to be out of date. It could be replaced with a m= uch > shorter and more generic description of the main source dirs without > mentioning any of the sub-folders or files. Thanks, I will remove these changes. BRs, Jiayu >=20 > John >=20