[vpp-dev] VPP high level working flowchart

2017-12-03 Thread Holoo Gulakh
Hi, According to my researches around VPP and its workflow, I have prepared a flowchart showing VPP's workflow. This flowchart says that all ingress packet to interfaces handled by VPP are sent to VPP without Linux network stack intervention. afterward based on the packet type/destination one of t

Re: [vpp-dev] VPP management protocol

2017-12-03 Thread Avi Cohen (A)
Thank you Jerome - this helps Avi > -Original Message- > From: Jerome Tollet (jtollet) [mailto:jtol...@cisco.com] > Sent: Sunday, 03 December, 2017 10:58 AM > To: Avi Cohen (A) > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] VPP management protocol > > Hi Avi, > VPP comes with a shared

Re: [vpp-dev] VPP management protocol

2017-12-03 Thread Jerome Tollet (jtollet)
Hi Avi, VPP comes with a shared memory that exposes APIs (eg.: add remove interface, acls, …). You’ll find all the APIs in “.api” files in the source tree. We then have various language “binding” that support those APIs (C, C++, Java, Python, …). In addition to that, there are various “agents”

[vpp-dev] VPP management protocol

2017-12-03 Thread Avi Cohen (A)
Hello, What is the protocol used for mgmt./controller to configure (other than cli) the vpp device ? netconf ? other Are there plugins for openflow ? Best Regards Avi ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp