o
From: vpp-dev@lists.fd.io On Behalf Of Dave Barach via
Lists.Fd.Io
Sent: Wednesday, 2019-March-13 20:16
To: OMER AHARONIAN ; vpp-dev@lists.fd.io
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] VPP plugins development in Go
At least in concept, it would be possible to write plugins in languages
> On Mar 13, 2019, at 2:16 PM, OMER AHARONIAN wrote:
>
> As Go provides both good performance and ease of development, I'd be happy to
> use it instead of C. Aren't there any projects out there that do so?
>
> On Wed, Mar 13, 2019, 21:07 Damjan Marion wrote:
Here is a Go design using DPDK c
As Go provides both good performance and ease of development, I'd be happy
to use it instead of C. Aren't there any projects out there that do so?
On Wed, Mar 13, 2019, 21:07 Damjan Marion wrote:
>
>
> > On 13 Mar 2019, at 19:42, OMER AHARONIAN wrote:
> >
> > Hi,
> >
> > My name is Omer and I'm
At least in concept, it would be possible to write plugins in languages other
than C or C++.
With respect to golang...: cgo might just about work, but the last time I
tested it, it cost around 300 clock cycles to cross the c <---> golang
boundary. When processing packets at speed, that’s the en
> On 13 Mar 2019, at 19:42, OMER AHARONIAN wrote:
>
> Hi,
>
> My name is Omer and I'm planning to start using VPP as part of a project I'm
> working on. I was trying to find an answer to the following question but
> without much success. I was hoping you might have the answer.
> VPP provides