Re: [vpp-dev] Failed to ping between two VPP

2017-05-18 Thread 薛欣颖
Hi Ray, The problem still exists, Is there any problem in reply message? Thanks, xyxue From: Kinsella, Ray Date: 2017-05-18 19:05 To: 薛欣颖; nranns; Damjan Marion CC: vpp-dev Subject: Re: [vpp-dev] Failed to ping between two VPP Hi Xyxue, Please try this patch to see if it helps. https

Re: [vpp-dev] Failed to ping between two VPP

2017-05-18 Thread Kinsella, Ray
* 2017-05-17 16:27 *To:* 薛欣颖 <mailto:xy...@fiberhome.com>; Damjan Marion <mailto:dmarion.li...@gmail.com> *CC:* vpp-dev <mailto:vpp-dev@lists.fd.io>; Dave Barach (dbarach) <mailto:dbar...@cisco.com> *Subject:* Re: [vpp-dev] Failed to ping between two

Re: [vpp-dev] Failed to ping between two VPP

2017-05-18 Thread 薛欣颖
e two host interfaces are in the two VPP. The two interfaces connect directly. Thanks, xyxue From: Neale Ranns (nranns) Date: 2017-05-17 16:27 To: 薛欣颖; Damjan Marion CC: vpp-dev; Dave Barach (dbarach) Subject: Re: [vpp-dev] Failed to ping between two VPP Hi Xyxue, I don’t understand what has

Re: [vpp-dev] Failed to ping between two VPP

2017-05-17 Thread Neale Ranns (nranns)
ubject: Re: Re: [vpp-dev] Failed to ping between two VPP I sorry to copy the eth2's packet,that is the eth1's packet in vpp1: 00:02:32:132870: af-packet-input af_packet: hw_if_index 1 next-index 4 tpacket2_hdr: status 0x2001 len 60 snaplen 60 mac 66 net 80 sec 0x

Re: [vpp-dev] Failed to ping between two VPP

2017-05-16 Thread 薛欣颖
:1 uRPF:15 to:[9:756]] [0] [@5]: ipv4 via 192.168.190.138 host-eth8: IP4: 00:0c:29:b7:19:20 -> 00:0c:29:57:8f:fa Will this change affect my test results? Thanks, xyxue From: Damjan Marion Date: 2017-05-16 22:27 To: 薛欣颖 CC: vpp-dev@lists.fd.io; Dave Barach Subject: Re: [vpp-dev] Failed to ping betwee

Re: [vpp-dev] Failed to ping between two VPP

2017-05-16 Thread Neale Ranns (nranns)
Hi Xyxue, This FIB entry is correct: 192.168.153.130/32 unicast-ip4-chain [@0]: dpo-load-balance: [index:10 buckets:1 uRPF:9 to:[900:34260] via:[188:8648]] [0] [@5]: ipv4 via 192.168.153.130 host-eth1: 000c293129ae000c298fad610800 it says the packets that match the prefix 192.168.153.130

Re: [vpp-dev] Failed to ping between two VPP

2017-05-16 Thread Kinsella, Ray
Configuring the mac address on an af_packet device . So I am guess that when 'set interface mac' is called on the af_packet device, it isn't configuring the underlying device. :-) Ray K On 16/05/2017 15:27, Damjan Marion wrote: Are you sure that this trace belongs to your pings? Both MAC an

Re: [vpp-dev] Failed to ping between two VPP

2017-05-16 Thread Damjan Marion
> On 16 May 2017, at 13:32, Dave Barach (dbarach) wrote: > > Copying vpp-dev [and Neale Ranns AKA Dr. Fib...] <> > > Thanks… Dave > > From: 薛欣颖 [mailto:xy...@fiberhome.com ] > Sent: Tuesday, May 16, 2017 2:16 AM > To: Dave Barach (dbarach) mailto:dbar...@cisco.co

Re: [vpp-dev] Failed to ping between two VPP

2017-05-16 Thread Dave Barach (dbarach)
Copying vpp-dev [and Neale Ranns AKA Dr. Fib...] Thanks… Dave From: 薛欣颖 [mailto:xy...@fiberhome.com] Sent: Tuesday, May 16, 2017 2:16 AM To: Dave Barach (dbarach) Subject: Failed to ping between two VPP Hi Dave, When I use stable 17.04,there is something wrong when I ping vpp2 from vpp1,that

Re: [vpp-dev] Failed to ping between two VPP

2017-05-16 Thread 薛欣颖
, Ray Date: 2017-05-16 17:28 To: 薛欣颖; vpp-dev Subject: Re: [vpp-dev] Failed to ping between two VPP Hi xyxue, Not sure that `set interface mac addr` will work with af_packet. Can you provide a little bit more information ... Are eth1 device's real NICs, or are they Tap devices connected

Re: [vpp-dev] Failed to ping between two VPP

2017-05-16 Thread Kinsella, Ray
Hi xyxue, Not sure that `set interface mac addr` will work with af_packet. Can you provide a little bit more information ... Are eth1 device's real NICs, or are they Tap devices connected to a bridge. In the case of a bridge, I presume its a Linux Kernel bridge? Ray K On 16/05/2017 09:16, 薛

[vpp-dev] Failed to ping between two VPP

2017-05-16 Thread 薛欣颖
Hi guys, When I use stable 17.04,there is something wrong when I ping vpp2 from vpp1, I use" dpkg --purge vpp vpp-dbg vpp-dev vpp-dpdk-dev vpp-dpdk-dkms vpp-lib vpp-plugins vpp-python-api "to compile vpp. That is my configuration: vpp1: creat host-interface name eth1 set interface state host-e