Re: [vpp-dev] vpp make test is not working

2017-02-22 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Florin, Klement, all, Great, it works again: … Ran 133 tests in 148.545s OK (skipped=7) make[1]: Leaving directory '/home/vpp/Documents/vpp/test' Thanks for quick fix. Regards, Jan From: Florin Coras [mailto:fcoras.li...@gmail.com] Sent: Wednesday, February 22, 2017 20:20 To: Klement

Re: [vpp-dev] SNAT Future API Questions

2017-02-22 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi, There is currently work on dump API for SNAT runtime data (users and sessions). It will be finished in next few days. Matus From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Jon Loeliger Sent: Wednesday, February 22, 2017 9:42 PM To: vpp-dev

Re: [vpp-dev] Loopback Interface Names

2017-02-22 Thread John Lo (loj)
Hi Jon, The CLI is intended for human user. One can thus create an interface, use “show int” to see the name of the created interface and use it for subsequent CLIs on that interface. The API calls expect the caller to specify sw_if_index of an interface to be configured. The interface

[vpp-dev] Loopback Interface Names

2017-02-22 Thread Jon Loeliger
Folks, So, I want to address this example from Dave's "home gateway" example: loopback create set int l2 bridge loop0 1 bvi set int ip address loop0 192.168.1.1/24 set int state loop0 up Here, lines 2, 3, and 4 all have unspoken knowledge of the effects of line 1. Specifically,

[vpp-dev] VPP Wiki Release Plan Snigglet

2017-02-22 Thread Jon Loeliger
Hi Folks, Over on the VPP Wiki Page https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_17.04 There is an apparent cut-n-paste-ish style error at the very bottom where it suggests 17.07 features are being extracted from Jira using an obsolete and non-public search query.

[vpp-dev] SNAT Future API Questions

2017-02-22 Thread Jon Loeliger
Dudes and Dudettes, As you may have guessed by now, I am working my way through the SNAT Realm these days. And now I have a question about some possible, future API messages for obtaining some running state information, notably for some form of "show snat" command. In VAT's current

[vpp-dev] VPP HPS setup

2017-02-22 Thread Zhelyko Oluic
Hi there, I am trying to setup and run VPP HPS in my local vagrant vm. There I have 2 x 1Gbs (82540EM EC) configured for VPP. I configured HPS placement per: /etc/vpp/startup.conf cpu { ... main-core 0 corelist-workers 1, 2 corelist-hqos-threads 3 ... } dpdk { ...

Re: [vpp-dev] vpp make test is not working

2017-02-22 Thread Florin Coras
Jan, Could you try with master again? For reference, the patch is here [1] Thanks, Florin [1] https://gerrit.fd.io/r/#/c/5477/ > On Feb 22, 2017, at 11:11 AM, Klement Sekera -X (ksekera - PANTHEON > TECHNOLOGIES at Cisco) wrote: > >

Re: [vpp-dev] vpp make test is not working

2017-02-22 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Jan, 1. Filip is already working on a fix. 2. make test was accidentally removed from the make verify, Filip will add it back with his fix. Regards, Klement Quoting Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco) (2017-02-22 18:30:55) >Hello, > >  > >Currently all make

Re: [vpp-dev] dpdk sw crypto- build error

2017-02-22 Thread Tkachuk, Georgii
We worked around this by adding extra compile flags to prevent the IPSec lib from being stripped from the compiler command: Also, we proactively placed the libIPSec_MB.a into /usr/lib/. so that we don’t have to provide the path. diff --git a/build-data/platforms/vpp.mk

Re: [vpp-dev] dpdk sw crypto- build error

2017-02-22 Thread Lu, Patrick
Hi Yusuf, We saw the same issue. Copying George for workaround. Thanks, Patrick From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of yusuf khan Sent: Wednesday, February 22, 2017 8:50 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] dpdk sw crypto- build error Hi,

[vpp-dev] dpdk sw crypto- build error

2017-02-22 Thread yusuf khan
Hi, I am trying to build latest vpp with vpp_uses_dpdk_cryptodev_sw = yes option to enable vpp sw crypto. Initilia steps of downloading/compiling aesni-mb and isal-crypto works fine. But during linking stage i am getting below errors... CCLD bin/vpp CCLD vpp_api_test CCLD pcap2pg

Re: [vpp-dev] TCP Connection Failed Between two veth interfaces switched via VPP

2017-02-22 Thread Hang Shi
thanks Florin/Dave. Florin's suggestion of disabling offload works. Regards, Hang On Wed, Feb 22, 2017 at 4:41 AM, Dave Barach (dbarach) wrote: > The Linux kernel is turfing the TCP (SYN) packets. > > > > If you run wireshark or tcpdump, you’ll rapidly confirm that >

Re: [vpp-dev] TCP Connection Failed Between two veth interfaces switched via VPP

2017-02-22 Thread Dave Barach (dbarach)
The Linux kernel is turfing the TCP (SYN) packets. If you run wireshark or tcpdump, you’ll rapidly confirm that reasonable-looking SYNs are being sent. Check to see if missing routes or iptables are responsible. IIRC Keith Burns managed to make this work, copying him. Thanks… Dave From: