[vpp-dev] Way to send api message from vpp to govpp

2022-12-21 Thread Alok Tiwari
Hi, We want to push some monitoring information from vpp to govpp based on some condition. Please help me to know if there is any procedure through which we can meet this requirement as there is no request from agent in this case. Thanks, Alok -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messag

Re: [vpp-dev] Running multiple VPP processes causing VAPI API failures

2022-12-21 Thread Chinmaya Aggarwal
Hi, Is there a way by which we can restrict this extra "vpp" daemon from starting, if the main vpp process is already running? Thanks and Regards, Chinmaya Agarwal. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22358): https://lists.fd.io/g/vpp-

Re: [vpp-dev] CNAT SNAT Not Working

2022-12-21 Thread Christopher Adigun
Got the correct syntax now, I think the 22.06 or other similar version documentation (Cloud NAT section under SourceNATing outgoing traffic) needs to be updated?: *set cnat snat-policy * Thanks On Tue, Dec 20, 2022 at 7:47 PM Christopher Adigun via lists.fd.io wrote: > Hi, > > I am trying

[vpp-dev] Linux-cp Plugin Bird Routes Not Showing Up in VPP

2022-12-21 Thread Christopher Adigun
Hi, I am currently trying to use linx-cp plugins to sync routes learned via BGP, bird is seeing the BGP route but I can't see the routes in VPP. Details: *vpp v22.10-release built by root on ff42e25458af at 2022-10-26T14:00:24* *startup.conf:* unix { nodaemon log /tmp/vpp.log full-coredu

[vpp-dev] VPP AF_PACKET (aka host-interface) driver is now a plugin

2022-12-21 Thread Dave Wallace
Folks, As part of the ongoing effort to move features from vpp/src/vnet to plugins (tracked Jira VPP-2040 [0]), the gerrit change [1] moving the VPP AF_PACKET (aka host-interface) driver to a plugin has just been merged into master. If you use the VPP AF_PACKET driverand have the stanza 'plu

Re: [vpp-dev] VPP crashes with vlib_worker_thread_barrier_syn_int:thread deadlock

2022-12-21 Thread Bronowski, PiotrX
Hi Mechthild, Your issue is caused by the main thread waiting too long for a worker to finish. You may examine these lines in src/vlib/threads.h: 171 /* Check for a barrier sync request every 30ms */ 172 #define BARRIER_SYNC_DELAY (0.03) 173 174 #if CLIB_DEBUG > 0 175 /* long barrier timeout

Re: [vpp-dev] VPP crashes with vlib_worker_thread_barrier_syn_int:thread deadlock

2022-12-21 Thread Chinmaya Aggarwal
Hi, You can try adding the line "path /usr/lib/vpp_plugins/" at the top in plugins{} section in startup.conf file and do a VPP restart. That should fix your problem. Thanks, Chinmaya Agarwal -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22353):

[vpp-dev] VPP crashes with vlib_worker_thread_barrier_syn_int:thread deadlock

2022-12-21 Thread Mechthild Buescher via lists.fd.io
Hi, We have a severe problem with VPP – it’s cyclic restarting due to the following error: Dec 21 09:46:32 843V0N3 vpp[3846]: vlib_worker_thread_barrier_sync_int: worker thread deadlock This happens on both servers of the setup and it cannot recover. Can you please help us to debug this issue