From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Legacy, Allain" Subject: Re: [PATCH v3 3/6] cfgfile: add support for configurable comment character Date: Wed, 29 Mar 2017 11:31:47 +0000 Message-ID: <70A7408C6E1BFB41B192A929744D8523968F9C26@ALA-MBC.corp.ad.wrs.com> References: <1489065060-98370-1-git-send-email-allain.legacy@windriver.com> <20170329004737.44249-1-allain.legacy@windriver.com> <20170329004737.44249-4-allain.legacy@windriver.com> <3EB4FA525960D640B5BDFFD6A3D89126527813FE@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , "yuanhan.liu@linux.intel.com" , "thomas.monjalon@6wind.com" To: "DUMITRESCU, CRISTIAN FLORIN" , "RICHARDSON, BRUCE" Return-path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by dpdk.org (Postfix) with ESMTP id D2D8ECFA2 for ; Wed, 29 Mar 2017 13:31:50 +0200 (CEST) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126527813FE@IRSMSX108.ger.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Dumitrescu, Cristian [mailto:cristian.dumitrescu@intel.com] > Sent: Wednesday, March 29, 2017 5:23 AM > > > > +/** Configuration file operation optional arguments */ struct > > +rte_cfgfile_parameters { > > + char comment_character; > > + /**< Config file comment character; one of '!', '#', '%', ';', '@' > > +*/ >=20 > I think this comment should be placed above the structure field definitio= n > (preferable) or on the same line, but not below. Ok. I will relocate it in v4 to be above. The /**< */ construct allows fo= r putting comments on the following line.=20 > > /** > > + * Open config file with specified optional parameters. Use @see > > + * rte_cfgfile_init_parameters to setup the default parameters. > > + * >=20 > Please update this comment, as there is no rte_cfgfile_init() function > anymore. Ok. Will do.