[vpp-dev] How to suspend forwarding on a sw interface? #vnet

2020-03-10 Thread Sylvain CADILHAC
Hi VPP Experts, I'm looking for some advice in order to properly implement a CFM (802.1ag) CCM plugin. CCM (Continuity Check Messages) are basic Ethernet keepalive messages -- missing several messages in a row should cause the Ethernet interface or sub-interface [the CFM frames might be VLAN

Re: [vpp-dev] VPP API sometimes hangs on ip_route_details response #vppcapi #vpp_stability #vpp #binapi

2019-09-05 Thread Sylvain CADILHAC
Hello, Thanks Vratko for the reply. I’m happy to provide access to an environment where we quite easily reproduce the issue, is this might help. Sylvain De : "Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco)" Date : mercredi 4 septembre 2019 à 18:28 À : Sylvain CADILHAC ,

[vpp-dev] VPP API sometimes hangs on ip_route_details response #vppcapi #vpp_stability #vpp #binapi

2019-09-03 Thread sylvain . cadilhac
Hi vpp-dev, I'm running a C program which adds/removes interfaces, IPs, routes, etc. to VPP via the C API, along with a Python test suite which checks the results of the first program multiple times by querying VPP using the Python bindings. I'm seeing a fairly reproductible issue (when