Hi Damjan,
Can you please take a look at my previous reply and share your views on this.
Thanks a lot and appreciate your time on this.
Regards,
Satish
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#11275): https://lists.fd.io/g/vpp-dev/message/11
Thanks Damjan for the quick response. In fact, delighted to see a response from
you ( all these days, I was watching your videos ).
We have a non-VPP-App which acts as a control plane entity.
This will send session installation onto data-plane-VPP.
For this communication, if we use plain UDS c
What kind of communication exactly you need?
Memif is universal packet shared memory interface, and can be used with non-vpp
applications. we have lightweight library doing exactly that.
See extras/libmemif in vpp repo
--
Damjan
> On 13 Nov 2018, at 11:52, satish.gu...@gmail.com wrote:
>
Can someone please help me here.
Appreciate your inputs on this.
Thanks & Regards,
Satish
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#11233): https://lists.fd.io/g/vpp-dev/message/11233
Mute This Topic: https://lists.fd.io/mt/28121612/21656
Grou
Hi ,
A novice to VPP world.
Trying out VPP memif communication between VPP-dataplane and another process (
which is a non-VPP application ).
When we do this, I have to do the IP/UDP processing within the application
which is kind of duplication of the entire IP/UDP stack ( atleast checksum
v