Re: [vpp-dev] IP probe failure but ping from Host works!

2017-06-01 Thread wenxian li
Previously, I tried stable.1704 branch ( https://nexus.fd.io/content/repositories/fd.io.stable.1704.ubuntu.xenial.main/) and fails to ping. Now I migrate to master branch ( https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/) , and it works. So some recent change might have f

Re: [vpp-dev] IP probe failure but ping from Host works!

2017-06-01 Thread wenxian li
Hi Andrew, I failed to try the vpp ping today. Is it broken? My testbed is quite simple: vpp < --- > host I can ping vpp from host. However, I failed to ping host from vpp. And I captured the echo request packets sent by vpp, looks like they are malformed. The data filed of ICMP Data is filled

Re: [vpp-dev] IP probe failure but ping from Host works!

2016-11-01 Thread Andrew 👽 Yourtchenko
Hi, When I was writing the ping code I had noticed ip probe was already broken because its registration of the ICMP code via the magic initialization function happens before the magic initialization function of the ICMP module is called which then zeroizes all the registrations. So I just pro

[vpp-dev] IP probe failure but ping from Host works!

2016-10-28 Thread Shravan Ambati
Hi, I am new to vpp. I was following this tutorial - https://wiki.fd.io/view/VPP/How_To_Connect_A_PCI_Interface_To_VPP I was able to ping from the host to the Vpp VM as per the tutorial. I can see the echo request/reply packets in the dpdk-input trace as well. But when I do ip probe on vpp comman