Re: [vpp-dev] vxlan setup guidance

2016-12-13 Thread Kinsella, Ray
I had manually set flags=0x8 to get scapy + vpp to work correctly also. Might be something to fix in Scapy and upstream? Ray K On 09/12/2016 19:34, Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco) wrote: My understanding is, if is VXLAN then UDP destination port is 4789 and must h

Re: [vpp-dev] vHost user test scenarios for CSIT - TWS meeting

2016-12-13 Thread Billy McFall
I consulted with some of my Red Hat colleagues (primarily ODL developers) and they agree that the typical deployment they have seen is with one interface, not two. Billy McFall On Tue, Dec 13, 2016 at 2:27 AM, Pierre Pfister (ppfister) < ppfis...@cisco.com> wrote: > As per my action item from la

[vpp-dev] Deleting of VRF / FIB table issues

2016-12-13 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello vpp dev team, I'm working on Multi-context - add/update/delete ip4 vrf instances test case (make test framework, usage of vpp_lite) and I have an issue with deleting/reseting of VRF / FIB table. First I create 5 VRFs (1, 2, ..., 5) with three packet-generator interfaces in every VRF (VRF1

[vpp-dev] Modify tag on tap/vhost interface

2016-12-13 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Hi, I noticed that tag field is not present in the tap_modify/modify_vhost_user_if message, but is present in tap_connect/create_vhost_user_if. Does it mean tag is meant to be unmodifiable, or value is missing because of oversight? Regards, Marek ___

Re: [vpp-dev] vHost user test scenarios for CSIT - TWS meeting

2016-12-13 Thread Thomas F Herbert
On 12/13/2016 07:53 AM, Billy McFall wrote: I consulted with some of my Red Hat colleagues (primarily ODL developers) and they agree that the typical deployment they have seen is with one interface, not two. +1 Billy McFall On Tue, Dec 13, 2016 at 2:27 AM, Pierre Pfister (ppfister) mailto

[vpp-dev] QQs on VPP clone.sh

2016-12-13 Thread Kinsella, Ray
Folks, Two QQ on clone.sh (https://git.fd.io/vpp/tree/build-root/vagrant/clone.sh) 1. Why are we re-cloning source already available in /vpp? 2. Why do we ssh to remote server on the third last line ? (this presumably hangs?). Ray K # Setup the vpp code cd ~vagrant/ sudo -u vagrant mkdir git

[vpp-dev] VIRL servers back in operation

2016-12-13 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello, Issue with VIRL servers is fixed (and small correction that should avoid such issue in the future applied) and vpp-csit-verify job can be run now. Recheck was applied on following affected patches: https://gerrit.fd.io/r/#/c/4267/1 https://gerrit.fd.io/r/#/c/4197/2 https://gerrit.fd.io/r

Re: [vpp-dev] QQs on VPP clone.sh

2016-12-13 Thread Ed Warnicke
Ray, The reason is because vagrant produces a bunch of 'issues' when trying to build from a 'mounted' share. When running vagrant, /vpp gets mounted with where ever the source is *outside* the vagrant VM Once inside, if you try to build from /vpp, a variety of things can and do break sadly :( S

Re: [vpp-dev] vHost user test scenarios for CSIT - TWS meeting

2016-12-13 Thread Alec Hothan (ahothan)
Thanks for confirming Billy and Thomas. Could you also check regarding link bonding (whether deployments use link bonding). A single tenant interface + bonding (which means 2 phys interfaces bonded) will exercise the bonding code in dpdk for the egress traffic.. This will also dictate the spec

[vpp-dev] Build deb packages in debug mode

2016-12-13 Thread Dmitry Bufistov
Hi list, Could you please advice a simple way to get VPP deb packages with all debug info? I am trying this change: diff --git a/build-data/platforms/vpp_lite.mk b/build-data/platforms/ vpp_lite.mk index 81ba90d..f9ee550 100644 --- a/build-data/platforms/vpp_lite.mk +++ b/build-data/platforms/vpp_

[vpp-dev] vppctl set interface ip address [del] problem!!

2016-12-13 Thread sajjad karimi
Hi Dear Fd.io Team Recently i have observed a bug in deleting ip address from an interface. when i was running "set interface ip address [/ [del] | [del all]]" command, i encountered a conflict failure as shown blow: ---