On Sun, 15 Apr 2018 21:24:52 +0200
Damjan Marion wrote:
> Dear A,
>
> Actually VPP is small application which consumes different libraries
> like vppinfra, vlib and vnet. So it is possible to write another one
> which uses same libs and such thing was already done in the past.
>
> I.e. for comp
Dear A,
Actually VPP is small application which consumes different libraries like
vppinfra, vlib and vnet. So it is possible to write another one which uses same
libs
and such thing was already done in the past.
I.e. for complete different use case than networking, you can simply use vlib
to le
Hello,
I was looking into using VPP as the base framework for our network
processing tools, starting with a simple load distribution tool which
reads from a NIC and distributes flows to a set of consumers.
>From its description, VPP sounds like a great tool to achieve this,
meeting the high perform