Re: [vpp-dev] ip4 ping not working..

2020-12-21 Thread Caffeine Coder via lists.fd.io
I am sure either the route for GW/Arp for the directly connected host are missing.run packet trace and see what is happening to your ping packets.  Thanks,Sam On Tuesday, December 15, 2020, 01:16:54 AM PST, Shiv wrote: Hi Team,   I am trying to get VPP working on an interface in an

[vpp-dev] Static route is not getting added when using high level API (vapi routines) #vpp #vapi #vpp-dev

2020-12-21 Thread meera s
Hi Team, I am trying to add a static route in VPP using high-level API in my C application. Equivalent VPP CLI command is :  " ip route add 10.10.10.1/24 via 1.1.1.2 TenGigabitEthernet3/0/1 " Attached my C application. I tried to call vapi_ip_route_add_del routine and to use vapi_send and

Re: [vpp-dev] Increasing NAT worker handoff frame queue size NAT_FQ_NELTS to avoid congestion drops?

2020-12-21 Thread Elias Rudberg
Hi Klement, > > > I see no reason why this shouldn’t be configurable. > > > [...] > > > Would you like to submit a patch? > > Here is a patch making it configurable: > [...] New patch, including API support and a test case: https://gerrit.fd.io/r/c/vpp/+/30482 Please check that one instead,