On Tue, Feb 21, 2023 at 12:38 AM Stephen Hemminger <step...@networkplumber.org> wrote: > > The code for setting algorithm for hash is not at all perf sensitive, > and doing it inline has a couple of problems. First, it means that if > multiple files include the header, then the initialization gets done > multiple times. But also, it makes it harder to fix usage of RTE_LOG(). > > Despite what the checking script say. This is not an ABI change, the > previous version inlined the same code; therefore both old and new code > will work the same.
I suppose you are referring to: http://mails.dpdk.org/archives/test-report/2023-February/356872.html ERROR: symbol rte_hash_crc_set_alg is added in the DPDK_23 section, but is expected to be added in the EXPERIMENTAL section of the version map I agree that this is irrelevant and can be ignored in this particular case. -- David Marchand