Re: [dpdk-dev] [PATCH v2] cfgfile: update map file

2020-01-19 Thread Thomas Monjalon
17/12/2019 12:12, Dumitrescu, Cristian: > > > -Original Message- > > From: lir...@marvell.com > > Sent: Tuesday, December 17, 2019 11:52 AM > > To: dev@dpdk.org > > Cc: Dumitrescu, Cristian ; sta...@dpdk.org; > > Liron Himi > > Subject: [PATCH v2] cfgfile: update map file > > > > From:

Re: [dpdk-dev] [PATCH v2] cfgfile: update map file

2019-12-17 Thread Dumitrescu, Cristian
> -Original Message- > From: lir...@marvell.com > Sent: Tuesday, December 17, 2019 11:52 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; sta...@dpdk.org; > Liron Himi > Subject: [PATCH v2] cfgfile: update map file > > From: Liron Himi > > rte_cfgfile_section_num_entries_by_index

[dpdk-dev] [PATCH v2] cfgfile: update map file

2019-12-17 Thread lironh
From: Liron Himi rte_cfgfile_section_num_entries_by_index was missing from the map file. meson build failed when calling this function, due to linking a binary to cfgfile built as a shared library Fixes: 85ff364f3b ("build: align symbols with global ABI version") Signed-off-by: Liron Himi ---