17/12/2019 12:12, Dumitrescu, Cristian:
>
> > -----Original Message-----
> > From: [email protected] <[email protected]>
> > Sent: Tuesday, December 17, 2019 11:52 AM
> > To: [email protected]
> > Cc: Dumitrescu, Cristian <[email protected]>; [email protected];
> > Liron Himi <[email protected]>
> > Subject: [PATCH v2] cfgfile: update map file
> >
> > From: Liron Himi <[email protected]>
> >
> > 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 <[email protected]>
>
> Acked-by: Cristian Dumitrescu <[email protected]>
Fixing the "Fixes" line with the real root cause:
Fixes: 3d2e0448ebb5 ("cfgfile: add section number of entries by index")
Cc: [email protected]
Applied, thanks