From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A6D2EE5D for ; Mon, 11 Dec 2017 15:54:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2017 06:54:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,391,1508828400"; d="scan'208";a="1547216" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga007.fm.intel.com with ESMTP; 11 Dec 2017 06:54:45 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 11 Dec 2017 14:54:44 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX156.ger.corp.intel.com ([169.254.3.33]) with mapi id 14.03.0319.002; Mon, 11 Dec 2017 14:54:43 +0000 From: "Mcnamara, John" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [PATCH 3/3] doc: update documentation for flow classify lib Thread-Index: AQHTZEz+e+nUyVEnzUCq2qFnr4cBbqM+VoZA Date: Mon, 11 Dec 2017 14:54:42 +0000 Message-ID: References: <20171123113215.64757-1-jasvinder.singh@intel.com> <20171123113215.64757-3-jasvinder.singh@intel.com> In-Reply-To: <20171123113215.64757-3-jasvinder.singh@intel.com> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzk3ZDRjMmItMGYwMC00YTk5LTgzOTgtZWIwMzA3YjU1YjViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Iktnbld1ODhac3Q0cXA0aytOR0M1bGxkR25Cc3VBOW9LSjBoK0UzUHBMVEE9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 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 3/3] doc: update documentation for flow classify lib 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, 11 Dec 2017 14:54:48 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jasvinder Singh > Sent: Thursday, November 23, 2017 11:32 AM > To: dev@dpdk.org > Cc: Iremonger, Bernard > Subject: [dpdk-dev] [PATCH 3/3] doc: update documentation for flow > classify lib >=20 > Updates the documentation for flow classification library and sample > application. >=20 > Signed-off-by: Jasvinder Singh > > +370,24 @@ parses the Flow rule. >=20 > struct rte_flow_classify { > uint32_t id; /* unique ID of classify object */ > - struct rte_flow_action action; /* action when match found */ > - struct classify_rules rules; /* union of rules */ > + enum rte_flow_classify_table_type tbl_type; /* rule table */ > + struct classify_rules rules; /* union of rules */ > union { > struct acl_keys key; > } u; > int key_found; /* rule key found in table */ > - void *entry; /* pointer to buffer to hold rule meta data */ > - void *entry_ptr; /* handle to the table entry for rule meta data > */ > + struct rte_flow_classify_table_entry entry; /* rule meta data *= / > + void *entry_ptr; /* handle to the table entry for rule meta data The last line here is indented less than the others. Also there is a stray = tab a few lines above it (in the existing text). Can you replace that as well.