Skip to content

how to create my own api or how do i use existing api like in binapi etc? #97

Answered by ondrej-fabry
kolinfluence asked this question in Q&A
Discussion options

You must be logged in to vote

The GoVPP project provides generator of Go bindings and Go client for the VPP API. It does not in any way operate with specific API message/service related to VPP networking objects.

Please refer to the official VPP documentation: https://s3-docs.fd.io/vpp/22.10/
If that does not help you can try asking on VPP-dev mailing list: https://lists.fd.io/g/vpp-dev

To answer your questions:

  1. You would need to create a VPP plugin with *.api definition as part of your custom VPP.
    Refer to developer guide in VPP documentation: Adding a new plugin or feature
  2. Try searching 'af_xdp' in VPP documentation: Search Results
  3. Try the search in VPP documentation ^
  4. binapi - it's abbreviation of binary API which…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dwallacelf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants