Re: [vpp-dev] VPP forwarding packets not destined to it #vpp

2020-06-04 Thread John Lo (loj) via lists.fd.io
Any input packets with mcast bit set on its DMAC will not be dropped. This would apply to all mcast/bcast packets. Only packets with unicast DMAC not matching interface MAC are dropped by NIC or ethernet-input node.-John From: Balaji Venkatraman (balajiv) Sent: Thursday, June 04, 2020

Re: [vpp-dev] VPP forwarding packets not destined to it #vpp

2020-06-04 Thread Balaji Venkatraman via lists.fd.io
Hi John, I assume the pass thru/drop applies to multicast frames too(assuming we have IGMP enabled segment). Correct? Thanks! -- Regards, Balaji. From: on behalf of "John Lo (loj) via lists.fd.io" Reply-To: "John Lo (loj)" Date: Wednesday, June 3, 2020 at 1:38 PM To: Nagaraju Vemuri Cc:

Re: [vpp-dev] Segmentation fault in VPP 20.05 release when using VCL VPPCOM_PROTO_UDPC #vpp-hoststack

2020-06-04 Thread Florin Coras
Hi Raj, You have it here [4]. I’ll merge it once it verifies. Regards, Florin [4] https://gerrit.fd.io/r/c/vpp/+/27432 > On Jun 4, 2020, at 1:41 PM, Raj Kumar wrote: > > Hi Florin, > > To pick up all the following patches I downloaded VPP code from

Re: [vpp-dev] Segmentation fault in VPP 20.05 release when using VCL VPPCOM_PROTO_UDPC #vpp-hoststack

2020-06-04 Thread Raj Kumar
Hi Florin, To pick up all the following patches I downloaded VPP code from Master branch. [1] https://gerrit.fd.io/r/c/vpp/+/27111 [2] https://gerrit.fd.io/r/c/vpp/+/27106 [3] https://gerrit.fd.io/r/c/vpp/+/27235 But , with this build I observed that UDP listener is always migrating the

[vpp-dev] #vpp #vnet apparent buffer prefetch issue - seeing "l3 mac mismatch" discards

2020-06-04 Thread Bly, Mike via lists.fd.io
Hello, We are observing a small percentage of frames being discarded in simple 2-port L2 xconnect setup when a constant, same frame, single (full duplex) traffic profile is offered to the system. The frames are being discarded due to a failed VLAN classification when all frames offered have

Re: [vpp-dev] format_slist

2020-06-04 Thread Dave Barach via lists.fd.io
vpp 18.10 is not supported anymore, and the skip-list code has been deprecated. From: vpp-dev@lists.fd.io On Behalf Of hari_akkin via lists.fd.io Sent: Thursday, June 4, 2020 12:53 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] format_slist Hi, I am facing an issue with format_slist where it is

[vpp-dev] format_slist

2020-06-04 Thread hari_akkin via lists.fd.io
Hi, I am facing an issue with format_slist where it is returning more elemets than added to added to the list. I am on fdio.1810. any knwon issue around this function? thanks -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16652):

[vpp-dev] "vppctl restart" randomly rebooting the machine

2020-06-04 Thread Chinmaya Aggarwal
Hi, We are running VPP on a virtual machine. We observed that after executing "vppctl restart", randomly, our VM is getting rebooted. This kind of behavior is not observed if we restart VPP by executing "systemctl restart vpp". Any suggestions as to why this kind of behavior is observed?

Re: [vpp-dev] Assertion failure triggered by "ip mroute add" command (master branch)

2020-06-04 Thread Benoit Ganne (bganne) via lists.fd.io
> Anyway, I got inspired and debugged the issue further myself [...] > I pushed a fix like that to gerrit, please have a look: > https://gerrit.fd.io/r/c/vpp/+/27416 Great. In addition to that, maybe we should change 0 to be invalid to catch those errors more easily, eg.