Re: [vpp-dev] Error while building a Debian package for VPP

2016-12-02 Thread Pravin Ajagekar (pajageka)
Thanks Steven for your reply. With suggested change I am able to build packages. Do I have to worry about the error which I am getting after executing “vagrant up”? Pravin Ajagekar TECHNICAL LEADER.ENGINEERING Cisco.com pajag...@cisco.com Tel: +9

[vpp-dev] 回复: Can not see any interface but local0

2016-12-02 Thread yug...@telincn.com
Hi, May be that your nic is not support VTx, just try to switch to intel nic. By Ewan yug...@telincn.com 发件人: 王鹏 发送时间: 2016-12-02 15:25 收件人: vpp-dev 主题: [vpp-dev] Can not see any interface but local0 Hello, anyone When viewing the interfaces, (use command: sudo vppctl show interface), I can’t

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

2016-12-02 Thread Maciek Konstantynowicz (mkonstan)
Many thanks to all who attended the TWS call today. Notes were taken on #fdio-meeting IRC and CSIT wiki per links below. We agreed to have a follow-up TWS call to finish the live discussion - on Wednesday 7-Dec 09:00-10:00 PST, call details below and on FD.io TWS page. Minutes: *

Re: [vpp-dev] vxlan setup guidance

2016-12-02 Thread Kinsella, Ray
Discovered the problem ... For reason you have the explicitly set the valid vni flag in scapy. x=Ether()/IP(dst="172.16.1.3")/UDP(sport=1337,dport=4789)/VXLAN(vni=42,flags=8)/Ether()/IP()/UDP() Ray K On 02/12/2016 14:43, Kinsella, Ray wrote: VPP is complaining that a tunnel for vni 42 does n

Re: [vpp-dev] Getting different values in VPP and plugin for FIB_PROTOCOL_IP4/6

2016-12-02 Thread Neale Ranns (nranns)
Hi nagp, We should remove the conditional CLIB_DEBUG from the declaration of FIB_PROTOCOL_IP4 in fib_types.h . It was there to assist me during development. But related errors have now been found and coverity checks enum type mismatches, so it’s save to be removed. I’ll push a patch shortly.

Re: [vpp-dev] Error while building a Debian package for VPP

2016-12-02 Thread Steven Luong (sluong)
I ran into the same problem for a while. There’s been multiple reports about this breakage recently in the alias. Keith gave a recommendation a week ago. But it didn’t work for me either. Until the real solution/fix is available, I figured out a workaround myself and it is good enough for me. I

Re: [vpp-dev] Can not see any interface but local0

2016-12-02 Thread Steven Luong (sluong)
I follow this wiki page and it works fine for me. Not sure if you are doing the same or not. https://wiki.fd.io/view/VPP/How_To_Connect_A_PCI_Interface_To_VPP Steven From: mailto:vpp-dev-boun...@lists.fd.io>> on behalf of 王鹏 <15803846...@163.com> Date: Thursday, Dec

[vpp-dev] Can not see any interface but local0

2016-12-02 Thread 王鹏
Hello, anyone When viewing the interfaces, (use command: sudo vppctl show interface), I can’t see other ports such as GigabitEthernet2/2/0 and so on, but only local0 port. The running environment of vpp is Vagrant. Figure 1 shows the result of showing interface, and the figure 2 is definition of

Re: [vpp-dev] [Rpm_dpdk] [deb-dpdk] MLX5 support in VPP

2016-12-02 Thread Christian Ehrhardt
On Thu, Dec 1, 2016 at 11:48 PM, Luca Boccassi wrote: > Is there an OSS version besides the Mellanox > one? If there is and they are API/ABI compatible then it should be fine. > Not sure if my former mail was lost. But TL;DR - there is one but not compatible. IMHO for enablement in distros they

[vpp-dev] Error while building a Debian package for VPP

2016-12-02 Thread Pravin Ajagekar (pajageka)
Hi, I am following steps on “VPP/Build, install, and test images” WiKi page to install VPP. While executing “vagrant up” I got below error. *** ==> default: update-alternatives: using /usr/bin/emacs24-x to provide /usr/bin/emacs (emacs) in au

[vpp-dev] Heads up: make test + API changes.

2016-12-02 Thread Ole Troan
Hi, The new API Python changes also requires some changes to the test infrastructure in test/ Working out the issues now, expect to commit this evening. Until then don't expect exhilarating happiness from make test. Best regards, Ole ___ vpp-dev maili

Re: [vpp-dev] vxlan setup guidance

2016-12-02 Thread Kinsella, Ray
VPP is complaining that a tunnel for vni 42 does not exist, when clearly it does. I would have thought my simple set up below, would allow packets to find their way through the tunnel to 192.168.1.3. I am definitely doing something wrong. Ray K Packet 2 00:00:19:676348: af-packet-input af_

[vpp-dev] Getting different values in VPP and plugin for FIB_PROTOCOL_IP4/6

2016-12-02 Thread Nagaprabhanjan Bellaru
HI, I am writing a small plugin to process packets from a graph node. I see that FIB_PROTOCOL_IP4 is being mapped to 0 and fib_table_get(0, 0) (index 0 and protocol 0) is asserting. However, fib_table_get(0, 1) and fib_table_get(0, 2) are returning ip4 and ip6 fib tables respectively, indicating

Re: [vpp-dev] [Rpm_dpdk] [deb-dpdk] MLX5 support in VPP

2016-12-02 Thread Bernier, Daniel (520165)
Hi, Self-fetched MLNX OFED + DEB_BUILD_OPTIONS was my track of action for the moment. Unfortunately, it has implications on other projects (e.g. OPNFV FDS) since it requires more changes to the build process versus installing DPDK+VPP from default repos. Many thanks, Dan B From: Christia

Re: [vpp-dev] crash when calling API sw_interface_dump

2016-12-02 Thread gannega
Sure. Thanks Ole. On 12/02/16 12:00, Ole Troan wrote: > Gabriel, > >> Since commit: aff7077d2031545a15efd12e7f65eac723799491 I have the >> following warning, then error : >> >> I looked at the commit, but I cannot find what's wrong with it. Is there >> something changed with the way I should cal

Re: [vpp-dev] crash when calling API sw_interface_dump

2016-12-02 Thread Ole Troan
Gabriel, > Since commit: aff7077d2031545a15efd12e7f65eac723799491 I have the > following warning, then error : > > I looked at the commit, but I cannot find what's wrong with it. Is there > something changed with the way I should call the API ? The Python API is out of sync with the VPP API. Sin

Re: [vpp-dev] Problem while setting socket parameter

2016-12-02 Thread Deepak Jain4
Hi, I have corrected  IP conversion  problem .Now it is converting the IP correctly. (gdb) p inet_ntoa(16885952) $5 = 0x2aae3128 "192.168.1.1" Also default route is pointing to the correct IGMP port.Still socket parameter api is getting failed. DBGvpp# show ip fib  Table 0, fib_index 0,

[vpp-dev] crash when calling API sw_interface_dump

2016-12-02 Thread gannega
Hi, Since commit: aff7077d2031545a15efd12e7f65eac723799491 I have the following warning, then error : I looked at the commit, but I cannot find what's wrong with it. Is there something changed with the way I should call the API ? [python] import vpp_papi vpp_papi.connect('test') vpp