-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use API instead of vppctl to interact with VPP #4
Comments
Hi Feng, Interesting, We did this as inital PoC. Welcome your PR on this. |
Plus all features are tested with VPP 17.01, Welcome the PR for the latest VPP |
@fepan Updated README.md for more understanding. |
Excellent, the documentation helps a lot. One thing I'm wondering, do we need to maintain support for VPP 17.01 as well as latest version, or is it OK to just add support for latest version. With latest VPP version, there could be some API changes as well as vhostuser/virtio-user incompatibility, so I'm wondering if we should use 17.01 as a reference. |
@fepan I am highly inclined to go for the latest version and also for the API changes. |
@rkamudhan sounds good, I'll test with latest. |
Instead of using vppctl, we should use either python or go API to configure VPP.
The text was updated successfully, but these errors were encountered: