Re: [vpp-dev] sock_test_client/sock_test_server #vnet

2019-05-31 Thread Nataraj Batchu
Thanks Florin. I will try that. "LD_PRELOAD=/root/vpp/build-root/build-vpp-native/vpp/lib/libvcl_ldpreload.so ./sock_test_server 1.1.0.2 10011" - Should LD_PRELOAD be explicitly set to run it? On Fri, May 31, 2019 at 9:34 AM Florin Coras wrote: > Hi, > > That script has not been recently

Re: [vpp-dev] sock_test_client/sock_test_server #vnet

2019-05-31 Thread Florin Coras
Hi, That script has not been recently maintained. Can’t you use instead vcl/ldp? From the logs, probably the server is not binding correctly. Florin > On May 31, 2019, at 6:28 PM, nataraj.bat...@gmail.com wrote: > > Update on sock_test_client/sock_test_server: > > After running with

Re: [vpp-dev] sock_test_client/sock_test_server #vnet

2019-05-31 Thread nataraj . batchu
Update on sock_test_client/sock_test_server: After running with LD_PRELOAD variable set, still see same issue. But the problem is on server side. Its getting SYN packet sent by client but is sending RST. Am I missing any config? root@host2:~/vpp/build-root/build-vpp-native/vpp/bin#

[vpp-dev] sock_test_client/sock_test_server #vnet

2019-05-30 Thread nataraj . batchu
Hi, I am trying to run socket test application, *sock_test_client*. I get error that Network is not reachable though it is reachable. To validate the network reachability, I ran *vcl_test_client.* No issue with that. What could be the problem?