Re: [vpp-dev] Problem running vcl-test-server inside a docker

2020-12-27 Thread Venumadhav Josyula
Hi Florin, Thanks, that helped. Now I have question, please vpp# show session verbose proto tcp [0:1][T] 0.0.0.0:1234->0.0.0.0:0LISTEN 0 0 [0:2][T] 172.168.2.60:1234->172.168.1.40:44874 ESTABLISHED 3062960 Thread 0: 2 sessions matched filter vp

Re: [vpp-dev] Multipoint GRE support

2020-12-27 Thread Vijay Kumar
Hi Paul, Here does the nh means the next hop to reach the destination which in the case of multipoint GRE would be the tunnel src address configured on the vpp side right? On Sun, 27 Dec 2020, 06:11 Paul Vinciguerra, wrote: > Hi Vijay. > > Those cli commands come from the wiki url provided. > T

Re: [vpp-dev] Problem running vcl-test-server inside a docker

2020-12-27 Thread Florin Coras
Hi Venu, Inline. > On Dec 27, 2020, at 8:17 AM, Venumadhav Josyula wrote: > > Hi Florin, > > Thanks, that helped. Now I have question, please > vpp# show session verbose proto tcp > [0:1][T] 0.0.0.0:1234->0.0.0.0:0 > LISTEN 0 0 >

Re: [vpp-dev] Problem running vcl-test-server inside a docker

2020-12-27 Thread Venumadhav Josyula
Hi Florin, Thanks for quick reply. I still have more questions, *Setup details :-* Docker#1 - vpp running Docker#2 - vcl test server running // separate m/c over n/w - tcp client running // Now questions inline. *>That’s a cut-through session because the app has requested local scoped connection

[vpp-dev] latest gerrit vpp build fails?

2020-12-27 Thread hemant via lists.fd.io
I used the following steps to download latest vpp: git clone https://gerrit.fd.io/r/vpp sudo make install-deps sudo make build-release The build failure log is included below. Do I have to do a "git checkout xxx" version to the build to succeed and if so, what is the version? Than

Re: [vpp-dev] latest gerrit vpp build fails?

2020-12-27 Thread Dave Barach
Try "make install-dep install-ext-deps"... From: vpp-dev@lists.fd.io On Behalf Of hemant via lists.fd.io Sent: Sunday, December 27, 2020 7:35 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] latest gerrit vpp build fails? I used the following steps to download latest vpp: git clone https:

Re: [vpp-dev] latest gerrit vpp build fails?

2020-12-27 Thread hemant via lists.fd.io
That worked - thanks, Dave! Hemant From: v...@barachs.net Sent: Sunday, December 27, 2020 8:01 PM To: hem...@mnkcg.com; vpp-dev@lists.fd.io Subject: RE: [vpp-dev] latest gerrit vpp build fails? Try "make install-dep install-ext-deps"... From: vpp-dev@lists.fd.io

[vpp-dev] SRv6 on VPP running on Ubuntu VM

2020-12-27 Thread Rajesh Dawadi via lists.fd.io
Hi, Apologies, beginner here, if this question has been asked before or was not supposed to be sent to this mailer. I am just starting to learn about VPP and the features supported. I wanted to spawn a couple of Ubuntu VMs each of them to simulate a node in a data center and run VPP on them. I

Re: [vpp-dev] SRv6 on VPP running on Ubuntu VM

2020-12-27 Thread hemant via lists.fd.io
You could start here: https://wiki.fd.io/view/VPP/Build,_install,_and_test_images srv6 is a vpp plugin. These are the plugins in the vpp source: vpp/src/plugins$ ls abf ct6 ioam nat stn acl dhcp l2e nsh svs

Re: [vpp-dev] Problem running vcl-test-server inside a docker

2020-12-27 Thread Florin Coras
Hi Venu, Cut-through sessions are a feature of the session layer, hence they show up in the session layer output with “ct” as a transport, not tcp. And yes, cut-throughs use shared memory to transport data between the two communication endpoints, i.e., they bypass the rest of the layers. The l