Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-20 Thread John Lo (loj) via lists.fd.io
ubject: Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent. Yep And that's on VLAN 101. I just did a few tests and as soon as I remove the vlan from both sides, it starts working and I can ping across. Just to be sure this isn't me with a bad VPP configuration. Is the fol

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-20 Thread Laurent Dumont
So, is the interface on TOR end also on a vlan (with same id)? > > > > > > -- > > Regards, > > Balaji. > > > > > > *From: *Laurent Dumont > *Date: *Tuesday, May 19, 2020 at 4:58 PM > *To: *"Balaji Venkatraman (balajiv)" >

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-19 Thread Balaji Venkatraman via lists.fd.io
quot;Balaji Venkatraman (balajiv)" Cc: Mrityunjay Kumar , vpp-dev Subject: Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent. Hey everyone, Thank you for all the comments. Just trying to work my way through it! :) Just as a sanity check, here is what it looks like on a fresh

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-19 Thread Laurent Dumont
04 > > > > > > On Fri, May 15, 2020 at 6:59 PM Balaji Venkatraman (balajiv) < > bala...@cisco.com> wrote: > > Hi Mrityunjay, > > > > Could you try adding an ip route and recheck. > > > > I think ARP is enabled once ip routing is enabled. > >

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-15 Thread Balaji Venkatraman via lists.fd.io
From: mailto:vpp-dev@lists.fd.io>> on behalf of Laurent Dumont mailto:laurentfdum...@gmail.com>> Date: Friday, May 15, 2020 at 4:57 AM To: Mrityunjay Kumar mailto:kumarn...@gmail.com>> Cc: vpp-dev mailto:vpp-dev@lists.fd.io>> Subject: Re: [vpp-dev] VPP - DPDK - No ARP learn

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-15 Thread Mrityunjay Kumar
aji. > > > > > > *From: * on behalf of Laurent Dumont < > laurentfdum...@gmail.com> > *Date: *Friday, May 15, 2020 at 4:57 AM > *To: *Mrityunjay Kumar > *Cc: *vpp-dev > *Subject: *Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP > reply sent. &g

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-15 Thread Neale Ranns via lists.fd.io
Subject: Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent. Hi everyone! Thank you for the tips The VF is created with the Trust On and spoofcheck disabled during the instance creation. vf 18 MAC fa:16:3e:92:30:f1, spoof checking off, link-state auto, trust on I had a change

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-15 Thread Balaji Venkatraman via lists.fd.io
learning on VPP and no ARP reply sent. Hi everyone! Thank you for the tips The VF is created with the Trust On and spoofcheck disabled during the instance creation. vf 18 MAC fa:16:3e:92:30:f1, spoof checking off, link-state auto, trust on I had a change to test this a bit more. It looks like

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-15 Thread Laurent Dumont
Hi everyone! Thank you for the tips The VF is created with the Trust On and spoofcheck disabled during the instance creation. vf 18 MAC fa:16:3e:92:30:f1, spoof checking off, link-state auto, trust on I had a change to test this a bit more. It looks like the issue is specifically with passing

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-14 Thread Mrityunjay Kumar
This issue, we have seen on centos as well. Just for work around, ip link set promisc on eth0 #[eth0 --- PF interface] ip link set eth00 vf 0 spoofchk off #[give your vf id ] ip link set eth0 vf 0 trust on, , But you will see other packet on vpp VF interface as

Re: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-14 Thread John Lo (loj) via lists.fd.io
, 2020 10:25 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent. Hi! I was doing some initial experimentation with VPP/SRIOV/DPDK and I just wanted to see if some of the things I was experiencing we're expected. I was looking at understanding

[vpp-dev] VPP - DPDK - No ARP learning on VPP and no ARP reply sent.

2020-05-14 Thread Laurent Dumont
Hi! I was doing some initial experimentation with VPP/SRIOV/DPDK and I just wanted to see if some of the things I was experiencing we're expected. I was looking at understanding the baseline behavior for something like VPP + DPDK. I have a small test POC with the following topology. VM Ubuntu