From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by dpdk.org (Postfix) with ESMTP id BDBA9FE5 for ; Fri, 31 Mar 2017 13:08:21 +0200 (CEST) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id v2VB8Jl9003060 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 31 Mar 2017 04:08:19 -0700 (PDT) Received: from ALA-MBC.corp.ad.wrs.com ([fe80::fcbe:9b7:1141:89a1]) by ALA-HCB.corp.ad.wrs.com ([147.11.189.41]) with mapi id 14.03.0294.000; Fri, 31 Mar 2017 04:08:18 -0700 From: "Legacy, Allain" To: Thomas Monjalon CC: "DUMITRESCU, CRISTIAN FLORIN" , "RICHARDSON, BRUCE" , "dev@dpdk.org" , "yuanhan.liu@linux.intel.com" Thread-Topic: [PATCH v4 3/6] cfgfile: add support for configurable comment character Thread-Index: AQHSqgbACs8Z5+al0kOrzh0vO0GbQ6Guyedw Date: Fri, 31 Mar 2017 11:08:18 +0000 Message-ID: <70A7408C6E1BFB41B192A929744D8523968FD6AF@ALA-MBC.corp.ad.wrs.com> References: <20170328164431.12475-1-allain.legacy@windriver.com> <20170330185407.61220-1-allain.legacy@windriver.com> <20170330185407.61220-4-allain.legacy@windriver.com> <298208360.8PDEFbKV4o@xps13> In-Reply-To: <298208360.8PDEFbKV4o@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [128.224.140.166] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 3/6] cfgfile: add support for configurable comment character 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, 31 Mar 2017 11:08:22 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, March 31, 2017 6:08 AM <...>=20 > > + * @return > > + * Handle to configuration file on success, NULL otherwise > > + * @param >=20 > This @param should be removed. Ok. I will remove it. >=20 > > + * > > + */ > > +struct rte_cfgfile *rte_cfgfile_load_with_params(const char *filename, > > + int flags, const struct rte_cfgfile_parameters *params); > > >=20 > The new public function must be exported in the map file in a 17.05 secti= on. > Otherwise link with the .so fails: > undefined reference to `rte_cfgfile_load_with_params' Ok. I will send a v5 shortly.