[vpp-dev] Multi-threading locks and synchronization

2021-07-11 Thread satish amara
[Edited Message Follows] Hi, I have a few questions about how synchronization is being done when there are multiple workers/threads accessing the same data structure. For example, IPsec headers have a seq number that gets incremented. If we have IPsec flow and encrypting packets on VPP do we assu

[vpp-dev] Multi-threading locks and synchronization

2021-07-11 Thread satish amara
Hi, I have a few questions about how synchronization is being done when there are multiple workers/threads accessing the same data structure. For example IPsec headers have a seq number which gets incremented. If we have IPsec flow and encrypting packets on VPP do we assume that packets in the

Re: [vpp-dev] no dpdk plugin in vpp

2021-07-11 Thread Akash S R
There should be a plugin keyword in .conf you use. If not checkout the latest vpp version and check the same. But the query here is even if the plugin is not there in conf, all the plugins will be enabled automatically including dpdk_plugin.so by default. So, Check the drivers in conf and your PC.