Re: [vpp-dev] Getting core in vec_resize (vpp 18.01)

2019-02-19 Thread chetan bhasin
Hi Damjan,Dave I have tried running (mheap validation )CLI "test heap-validate now" and it leads to crash that means mheap is corrupted when system is coming up. Then I have created a mheap_validation function and put the same in various places , just to check which code leg is causing mheap

[vpp-dev] Status of vpp 19.01 in CentOS distribution

2019-02-19 Thread Thomas F Herbert
Jerome and VPP community: This is the status of vpp release packages in CentOS. There are no upstream issues or build issues. The current status is that some of the dependent packages required for building vpp were not tagged properly for the CentOS build system buildroot. As soon as that is

[vpp-dev] VPP core on IPv6 mDNS packets on interface with ipv6 not enabled explicitly.

2019-02-19 Thread Rupesh Raghuvaran
Hi, The vpp core observed with the following trace, this seems to occur when a mDNS ipv6 packet is getting handled in the mfib_forward_lookup. In the mfib_lookup, access to ip6_main.mfib_index_by_sw_if_index[sw_index] results in assertion failure as mfib_index_by_sw_if_index in not yet

Re: [vpp-dev] VPP coredump on handling IPv6 mDNS packets on interface with ipv6 not enabled explicilty

2019-02-19 Thread Neale Ranns via Lists.Fd.Io
Hi Rupseh, Interfaces that are not ip6 enabled show these features enabled: ip6-multicast: ip6-not-enabled ip6-unicast: ip6-not-enabled it’s the ip6-not-enabled node/feature that is enabled on the interface as an input feature that drops the packets. /neale De : au nom de Rupesh

Re: [vpp-dev] Bond interface won't respond ping #vnet #vpp

2019-02-19 Thread steven luong via Lists.Fd.Io
Anthony, L3 address should be configured on the bond interface, not the slave interface. If there is a switch in between VPP’s physical NICs and the VM, the switch should be configured to do the bonding, not the remote VM. Use show bond to check the bundle is created successfully between VPP

Re: [vpp-dev] VPP coredump on handling IPv6 mDNS packets on interface with ipv6 not enabled explicilty

2019-02-19 Thread Neale Ranns via Lists.Fd.Io
Hi Rupesh, An IPv6 packet arriving on an interface that is not IPv6 enabled should be dropped in ip6-input. Can you please show me: sh int feat loop0 sh ip6 interface loop0 local0 is a special case. Think of it as a means for VPP to consume the ID 0 so that we can be sure that no other

[vpp-dev] [FD.io Helpdesk #68790] gerrit - unable to login

2019-02-19 Thread Vanessa Valderrama via RT
We are aware of users experiencing authentication issues when trying to log into gerrit.fd.io. We have identified the cause and are working to resolve it as quickly as possible. I have requested an ETA but have not been provided one at this time. Thank you, Vanessa On Tue Feb 19 09:57:19 2019,

[vpp-dev] [FD.io Helpdesk #68790] gerrit - unable to login

2019-02-19 Thread Vanessa Valderrama via RT
The issue should be resolved now. On Tue Feb 19 10:11:16 2019, valderrv wrote: > We are aware of users experiencing authentication issues when trying to > log into gerrit.fd.io. We have identified the cause and are working to > resolve it as quickly as possible. I have requested an ETA but have

Re: [vpp-dev] FD.io - Gerrit Authentication Errors

2019-02-19 Thread Vanessa Valderrama
The issue has been resolved. Please let us know if you have any other problems. Thank you, Vanessa On 02/19/2019 09:09 AM, Vanessa Valderrama wrote: > We are aware of users experiencing authentication issues when trying to > log into gerrit.fd.io. We have identified the cause and are working to

[vpp-dev] VPP coredump on handling IPv6 mDNS packets on interface with ipv6 not enabled explicilty

2019-02-19 Thread Rupesh Raghuvaran
Hi, The vpp core observed with the following trace, this seems to occur when a mDNS ipv6 packet is getting handled in the mfib_forward_lookup. In the mfib_lookup, access to ip6_main.mfib_index_by_sw_if_index[sw_index] results in assertion failure as mfib_index_by_sw_if_index in not yet

[vpp-dev] gerrit - unable to login

2019-02-19 Thread Damjan Marion via Lists.Fd.Io
Folks, Myself and at least one more person is not able to login to gerrit.fd.io . Error message is: Authentication unavailable at this time. Please take a a look, -- Damjan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[vpp-dev] Bond interface won't respond ping #vnet #vpp

2019-02-19 Thread Anthony Linz
Dear all I was working on some LACP testing in VPP 19.01. I configured VPP like this: create bond mode lacp set interface state BondEthernet0 up bond add BondEthernet0 GigabitEthernet0/x/0 The 'GigabitEthernet0/x/0' has some IP address like '10.10.10.80/24' and before adding it as a slave to