Re: [dpdk-dev] checkpatch failing on map change

2019-12-17 Thread Stephen Hemminger
On Tue, 17 Dec 2019 07:36:20 + Liron Himi wrote: > Hi, > > > One of our drivers is using the rte_cfgfile and meson is failing on > 'rte_cfgfile_section_num_entries_by_index' which is undefined. > > After a few debug cycles, I found out that this function is missing from the > .map file.

Re: [dpdk-dev] checkpatch failing on map change

2019-12-17 Thread David Marchand
Hello, On Tue, Dec 17, 2019 at 8:36 AM Liron Himi wrote: > One of our drivers is using the rte_cfgfile and meson is failing on > 'rte_cfgfile_section_num_entries_by_index' which is undefined. > > After a few debug cycles, I found out that this function is missing from the > .map file. > > So I

[dpdk-dev] checkpatch failing on map change

2019-12-16 Thread Liron Himi
Hi, One of our drivers is using the rte_cfgfile and meson is failing on 'rte_cfgfile_section_num_entries_by_index' which is undefined. After a few debug cycles, I found out that this function is missing from the .map file. So I added it and created a patch but checkpatch is failing with E