Hey all,
This project has come back to the top of the pile, and I still don't
have a solution.
I spent some time reading the source code for the map implementation,
and while I can generally follow along I'm no C programmer. That said,
it looks to me like the part that fails for me is the
ip6_map
How about replacing this part of rte_timer_subsystem_init():
mz = rte_memzone_lookup(mz_name);
if (mz == NULL) {
mz = rte_memzone_reserve_aligned(mz_name, mem_size,
SOCKET_ID_ANY, 0, RTE_CACHE_LINE_SIZE);
if (mz == NU
I split it up and it's ready for review:
https://gerrit.fd.io/r/c/vpp/+/38459
https://gerrit.fd.io/r/c/vpp/+/38551
I have last one question:
In case API doesn't return all data (e.g nat44_ed_vrf_tables_send_details
missing table_vrf_id assign of value)
and if I decide to add it. Is it consid