You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integration with VPP was more a proof of concept (POC). In file src/include/joy_api_private.h you will see conditional code for vector memory routines instead of the standard c library routines. This was the extent of the integration we have done. Essentially, VPP built JOY as a plug-in for the packet processor. JOY utilized some of the VPP memory routines for efficiency. We tested it out and made sure things worked as expected, but nothing more. There is a lot more effort that needs to be done but this was just a proof of concept without any dedicated resources. The results of this POC told us that integration was possible, not that difficult and we could expect significant gains in packet processing thanks to VPP.
Quick question - does anybody know how to make use of VPP in Joy? Is there any doc on this?
I just saw a line in the release notes in release-3.0.0 highlight the VPP integration but no any more info found:
The text was updated successfully, but these errors were encountered: