[vpp-dev] #vpp #vpp-dev

2021-05-03 Thread Nagaraju Vemuri
Hi, We are using VPP as a container process in kubernetes deployment and there are other python based containers which talk to VPP. Sometimes during init time, we see that VPP memory is corrupt(api_main or node graph elements). We are yet to identify exact root cause, but thinking if accessing

Re: [vpp-dev] #vpp #vpp-dev

2021-03-14 Thread Neale Ranns
r via lists.fd.io Date: Thursday, 11 March 2021 at 19:12 To: vpp-dev@lists.fd.io Subject: [vpp-dev] #vpp #vpp-dev Hi All, Today i found a strange thing on my POD on which VPP is running. Can anyone please shed some light on this? Thanks. Config: 1) I created a loopback interface on VPP using con

Re: [vpp-dev] #vpp #vpp-dev

2021-03-12 Thread Mrityunjay Kumar
Hi Nikhil Share me all CLI commands which you have triggered to vpp. I am sure you forgot to set your interface to your IP table. *"set interface ip table "* Use this and enjoy the weekend *//MJ* *Regards*, Mrityunjay Kumar. Mobile: +91 - 9731528504 On Thu, Mar 11, 2021 at 11:43 PM ni

Re: [vpp-dev] #vpp #vpp-dev

2021-03-11 Thread liuyacan
hI Nikhil, I don't know why the VM did not receive icmp reply packet, But I am sure it is not caused by fib because icmp reply, because the packet will not go through the ip4-lookup again.The reason you see "fib 0" is because the value of sw_if_index[VLIB_RX] was set to vnet_

[vpp-dev] #vpp #vpp-dev

2021-03-11 Thread nikhil subhedar
Hi All, Today i found a strange thing on my  POD on which VPP is running.  Can anyone please shed some light on this? Thanks. *Config:* 1) I created a loopback interface on VPP using confd CLI. on fib-index 1 *loop2 (up):* *L3 50.50.50.50/32 ip4 table-id 1 fib-idx 1 * Also , on the top of this i

Re: [vpp-dev] #vpp #vpp-dev

2020-11-12 Thread Florin Coras
Hi Nikhil, If your client and server are attached to the same vpp instance, data/segments never make it into vpp. Instead, during the connect, after vpp detects that the two endpoints are both attached locally it sets up the session buffers (fifos) in a piece of shared memory that’s mapped by

[vpp-dev] #vpp #vpp-dev

2020-11-12 Thread nikhil subhedar
[Edited Message Follows] Hi All, I am testing the VCL socket programs i.e. vcl_test_client and vcl_test_server on ubuntu VM. Just wanted to check that the TCP packets are sent by client to server are they coming from TCP graph nodes? i have not observed this on VPPCTL. Also when i saw the trac

[vpp-dev] #vpp #vpp-dev

2020-11-12 Thread nikhil subhedar
Hi All, I am testing the VCL socket programs i.e. vcl_test_client and vcl_test_server on ubuntu VM. Just wanted to check that the TCP packets are sent by client to server are they coming from TCP graph nodes? i have not observed this on VPPCTL. Also when i saw the trace on VPPCTL, i haven not s