DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] checkpatch failing on map change
@ 2019-12-17  7:36 Liron Himi
  2019-12-17  8:15 ` David Marchand
  2019-12-17 16:23 ` [dpdk-dev] " Stephen Hemminger
  0 siblings, 2 replies; 4+ messages in thread
From: Liron Himi @ 2019-12-17  7:36 UTC (permalink / raw)
  To: dpdk-dev; +Cc: Thomas Monjalon, nhorman, stephen, 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



ERROR: symbol rte_cfgfile_section_num_entries_by_index is added in the DPDK_20.0 section, but is expected to be added in the EXPERIMENTAL section of the version map



Do you know what it means and how to fix it? The function is not defined as experimental so I don't understand what is the problem

Regards,
Liron

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-17 16:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-17  7:36 [dpdk-dev] checkpatch failing on map change Liron Himi
2019-12-17  8:15 ` David Marchand
2019-12-17  8:21   ` [dpdk-dev] [EXT] " Liron Himi
2019-12-17 16:23 ` [dpdk-dev] " Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).