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
signature.asc
Description: Message signed with OpenPGP
_______________________________________________ vpp-dev mailing list [email protected] https://lists.fd.io/mailman/listinfo/vpp-dev
