Maros,

You can check vpe.api then ensure there is a corresponding function
vl_api_<foo> in api.c

I know Dave Barach is doing an audit of the API in his CFT. Not sure if
there is a working punchlist or not you could contribute to.

Alternatively if you find something has a CLI and are concerned about a
binary api being present for it
- grep code for CLI
- find function it calls
- invariably this function will consist of a cli parser and a REAL function
to do the work (if all the work is done in cli parser odds are there's no
binary api)
- grep api.c for that REAL function as both will generally call the same
worker thing

It ain't pretty but until there's an audit and some API Developer docs
that's the kind of thing you need to resort to.

(Note VAT can also be useful here but... That's another kettle of fish)

On Thu, Nov 3, 2016, 4:29 AM Maros Marsalek -X (mmarsale - PANTHEON
TECHNOLOGIES at Cisco) <mmars...@cisco.com> wrote:

> Hey,
>
>
>
> VPP supports interface bonding and can be configured using DPDK
> configuration (
> https://wiki.fd.io/view/VPP/Command-line_Arguments#.22dpdk.22_parameters).
>
>
>
> Is there any support for interface bonding over binary APIs ?
>
>
>
> Thanks,
>
> Maros
> _______________________________________________
> vpp-dev mailing list
> vpp-dev@lists.fd.io
> https://lists.fd.io/mailman/listinfo/vpp-dev
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev
  • [vpp-dev] In... Maros Marsalek -X (mmarsale - PANTHEON TECHNOLOGIES at Cisco)
    • Re: [vp... Keith Burns
    • Re: [vp... Frank Brockners (fbrockne)
      • Re:... Maros Marsalek -X (mmarsale - PANTHEON TECHNOLOGIES at Cisco)
    • Re: [vp... Jerome Tollet (jtollet)
      • Re:... Frank Brockners (fbrockne)
        • ... Jerome Tollet (jtollet)
          • ... murali Venkateshaiah (muraliv)
            • ... Jerome Tollet (jtollet)

Reply via email to