Hi, While trying to port some code to VPP (which uses DPDK as the backend driver), I am running into a problem that calls to API's like rte_timer_subsystem_init, rte_hash_create are failing while allocation of memory.
This is presumably because VPP inits the EAL with the following arguments -- -in-memory --no-telemetry --file-prefix vpp Is there is something that can be done eg. passing some more parms in the EAL initialization which hopefully wouldn't break VPP but will also be friendly to the RTE timer and hash functions too, that would be great, so requesting some advice here. Regards -Prashant