Not exactly, let me explain. Currently my process is working on 32 threads, Now i want to use another 32 threads just for the decryption part or in future for any DPI tasks. Which will run independently from the fast path. I want this 32 threads to just do the sidewise process so that my main application doesn't get affected. I can do this in DPDK by launchine another child thread for functions like thisĀ but not able to do this in VPP.
I have enough CPU, which is 128 physical cores on a single NUMA, so there is no CPU constraint. Why i'm not running for all the cores? Because in future i'll have to go for 800Gbps and there will be a lot of DPI functions will comes into play for even TCP and UDP packets. That's why i need new threads to process this.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#26759): https://lists.fd.io/g/vpp-dev/message/26759 Mute This Topic: https://lists.fd.io/mt/117523632/21656 Mute #vppctl:https://lists.fd.io/g/vpp-dev/mutehashtag/vppctl Mute #vpp-dev:https://lists.fd.io/g/vpp-dev/mutehashtag/vpp-dev Mute #vppinfra:https://lists.fd.io/g/vpp-dev/mutehashtag/vppinfra Mute #dpdk:https://lists.fd.io/g/vpp-dev/mutehashtag/dpdk Mute #mellanox:https://lists.fd.io/g/vpp-dev/mutehashtag/mellanox Group Owner: [email protected] Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/14379924/21656/631435203/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
