Nice,

I gave the code a quick read through - as this is question I get all the time about VPP.

So can I assign different worker threads to 'In' and 'Out' interfaces.
The NAT'ing plugin is breaking up the In/Out pipelines,
doing the NAT'ing itself on a given worker, and then the routing on another worker thread?

Thanks,

Ray K

On 30/09/2017 15:35, Ole Troan wrote:
Hi Ewan,

I have one main core and five worker cores, is there a way to deliver some 
specific packets from one core to another?
Yes there is.
Check out src/vnet/handoff.[ch].
Check out usage in the NAT plugin (src/plugins/nat/)

For now you should be careful about setups where worker A hands off packets to 
worker B, and B hands off (a different set of) packets to A.

Ole


_______________________________________________
vpp-dev mailing list
[email protected]
https://lists.fd.io/mailman/listinfo/vpp-dev

_______________________________________________
vpp-dev mailing list
[email protected]
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to