[vpp-dev] FD.io CI Outage has been resolved

2021-09-21 Thread Dave Wallace
Folks, Sorry for the late notice, but I've been meeting bound while troubleshooting today's FD.io CI outage. There was a network configuration change in the Vexxhost datacenter that cause the public IP address of jenkins to become inaccessible from the Nomad cluster causing all jobs to fail.

Re: [vpp-dev] DPDK initialization issues

2021-09-21 Thread satish amara
[Edited Message Follows] " That looks suspicious for sure... Can you try with VPP native virtio driver instead of DPDK? " Hi Ben, Thank you. How do I enable that? I dint compile the VPP code. I just installed the VPP packages on VM and trying to test the IPSEC config. Regards, Satish Amara -=

Re: [vpp-dev] DPDK initialization issues

2021-09-21 Thread satish amara
Hi Ben, Thank you. How do I enable that? I dint compile the VPP code. I just installed the VPP packages on VM and trying to test the IPSEC config. Regards, Satish Amara -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20173): https://lists.fd.io/g/v

Re: [vpp-dev] config 1G hugepage

2021-09-21 Thread Pim van Pelt
Hoi Mohsen, I'm probably not the right person to answer :) but in a previous post ( https://lists.fd.io/g/vpp-dev/message/19643) the semantics of hugepages came up, from there (relaying what people smarter than I have answered) - VPP will claim the hugepage on startup, so it'll reserve them for it

Re: [vpp-dev] config 1G hugepage

2021-09-21 Thread Mohsen Meamarian
Hi, Thanks, Is there a way to make sure how many Hugespages are ready to Vpp using? Immediately after Start Vpp, I open the "/ run / vpp / hugepages " file but it is empty. Is the VPP mechanism to occupy the Hugepage if needed or does Vpp reserve it for itself from the beginning? -=-=-=-=-=-=-=

[vpp-dev] VPP vnet event for route/FIB table update?

2021-09-21 Thread PRANAB DAS
Hi We have an application that requires to be notified when a FIB table is updated. Is there any VPP event API (an equivalent of NETLINK_ROUTE ) to monitor FIB table updates? Thank you very much - Pranab Das -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [vpp-dev] IPv6 unnumbered interface

2021-09-21 Thread Ole Troan
Artem, That seems to be a bug in the source address selection routine used by ND. An NS should not be sent out an interface with an address from another interface. In this case it should have sent the ND with the link-local address as source. In IPv6, there is really no such thing as unnumbered

Re: [vpp-dev] Advertising prefixes in VPP fib via BGP

2021-09-21 Thread Pim van Pelt
Hoi, (straying off topic, but) - If I set an IP address, or MTU, or admin-state on an interface, using the VPP API or CLI, I would expect that to show up in Linux as well. If VPP does not propagate this state, I have two choices: 1) do not (ever) use VPP to manipulate these things, but purely rely