Hi,

I am bringing in some legacy code which worked with DPDK standalone,
and converting it into a VPP plugin (VPP 22.10)
The legacy code uses the DPDK rte_timer api's
Now as soon as my VPP plugin calls the DPDK API
rte_timer_subsystem_init, I get the following error from EAL of DPDK

EAL: memzone_reserve_aligned_thread_unsafe(): Number of requested
memzone segments exceeds RTE_MAX_MEMZONE

Of course I can uproot the entire timer implementation in legacy code
and replace it with various other alternatives, but if I can get over
the issue I have reported above somehow that would be great.

If anybody has resolved a similar issue, please do advise.

Regards
-Prashant
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22768): https://lists.fd.io/g/vpp-dev/message/22768
Mute This Topic: https://lists.fd.io/mt/97876096/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to