Re: [vpp-dev] UDP echo server-session-queue node TX event issue

2019-11-20 Thread Shiva Shankar
Hi Florin, Thank you for replying. Sure, I will test with half-duplex mode. Shiva On Wed, Nov 20, 2019 at 7:44 AM Florin Coras wrote: > Hi Shiva, > > The echo client/server code was mainly built for tcp testing and was never > made to properly work with udp (it does not support session

Re: [vpp-dev] UDP echo server-session-queue node TX event issue

2019-11-19 Thread Florin Coras
Hi Shiva, The echo client/server code was mainly built for tcp testing and was never made to properly work with udp (it does not support session worker migration). It did work with udpc (connected udp), but apparently that’s not currently selectable due to a transport protocol unformat bug

[vpp-dev] UDP echo server-session-queue node TX event issue

2019-11-19 Thread Shiva Shankar
Hi All, I am validating builtin echo sever client node functionality with UDP protocol by running 2 VPP instances on 2 different hosts. On VPP1, running echo server with the test command "*echo server uri udp: //1.2.3.4 / *" On VPP2, running echo client

Re: [vpp-dev] UDP echo server does not work properly with IPsec enabled

2018-07-13 Thread Florin Coras
Hi Berenger, Thanks for the report! There are two issues here. First of all, echo_server/client apps are testing apps that can misbehave is not properly configured. I just tried master with 4 workers for both and with the following configuration: server: test echo server fifo-size 4096 uri

[vpp-dev] UDP echo server does not work properly with IPsec enabled

2018-07-13 Thread Foucher Berenger
Hi, I recently tried to use the UDP echo server that is included in VPP. It seems to work fine when used by itself, but when I tried to use it on an IPsec interface (and my configuration looks good because ICMP is working with IPSec), an “unknown ip protocol” error occurs when the packet is

Re: [vpp-dev] UDP ECHO Server

2018-03-27 Thread Shashi Kant Singh
5:768198: error-drop udp4-input: UDP connected session From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Dave Wallace Sent: 27 March 2018 01:23 To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] UDP ECHO Server Shashi, https://gerrit.fd.io/r/#/c/11239 I haven't fully tested t

Re: [vpp-dev] UDP ECHO Server

2018-03-26 Thread Dave Wallace
date? Regards Shashi *From:*vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] *On Behalf Of *Dave Wallace *Sent:* 23 March 2018 18:32 *To:* vpp-dev@lists.fd.io *Subject:* Re: [vpp-dev] UDP ECHO Server I'm in the process of adding both IPv6 and UDP support to socket_test.sh/sock_test_server

Re: [vpp-dev] UDP ECHO Server

2018-03-26 Thread Shashi Kant Singh
Thanks Dave Anytime expected date? Regards Shashi From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Dave Wallace Sent: 23 March 2018 18:32 To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] UDP ECHO Server I'm in the process of adding both IPv6 and UDP support to socket_test.sh

Re: [vpp-dev] UDP ECHO Server

2018-03-26 Thread Florin Coras
> > > From: Florin Coras [mailto:fcoras.li...@gmail.com > <mailto:fcoras.li...@gmail.com>] > Sent: 26 March 2018 14:03 > To: Shashi Kant Singh > Cc: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> > Subject: Re: [vpp-dev] UDP ECHO Server > > Hi Shashi, > &g

Re: [vpp-dev] UDP ECHO Server

2018-03-26 Thread Shashi Kant Singh
p-dev@lists.fd.io] On Behalf Of Shashi Kant Singh Sent: 23 March 2018 20:29 To: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Cc: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] UDP ECHO Server Master does come up with this, but when I run slave, then I get the following

Re: [vpp-dev] UDP ECHO Server

2018-03-26 Thread Florin Coras
-dev@lists.fd.io> > [mailto:vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io>] On Behalf Of Shashi > Kant Singh > Sent: 23 March 2018 20:29 > To: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> > Cc: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> > Subject: Re: [vpp

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Shashi Kant Singh
use-svm-api (nil): usage [master|slave] [root@vbbubng6-shashi-2 vpp]# From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Shashi Kant Singh Sent: 23 March 2018 20:29 To: vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] UDP ECHO Server Master does come up

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Shashi Kant Singh
id 21 regards Shashi From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Florin Coras Sent: 23 March 2018 17:49 To: vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] UDP ECHO Server Try: ./build-root/build-vpp-native/vpp/tcp_echo uri tcp://192.168.120.30/5678

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Dave Wallace
om] *Sent:*23 March 2018 11:52 *To:*Shashi Kant Singh *Cc:*vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> *Subject:*Re: [vpp-dev] UDP ECHO Server Ow, I didn’t notice you were looking for it in 18.01. We didn’t have a builtin udp echo app then, that’s why the tcp one has been refactored a

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Florin Coras
t; > regards > Shashi > > > From: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> > [mailto:vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io>] On Behalf Of Florin > Coras > Sent: 23 March 2018 14:42 > To: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> >

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Shashi Kant Singh
Sent: 23 March 2018 14:42 To: vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] UDP ECHO Server I’ve never tested tcp with ipsec. Although I’d expect it to work, I don’t know for sure. What does “sh error” report? From the error you’ve encountered it would seem that either

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Florin Coras
sock_test_client.c for TCP > alone. Is there any app for UDP on similar lines (using vpp session apis)? > If not, then I can change socket to UDP and rest would work? > > Regards > Shashi > > From: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> > [mailto:vpp-dev@lists.fd.

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Shashi Kant Singh
vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Cc: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] UDP ECHO Server Try master. Florin On Mar 23, 2018, at 8:23 AM, Shashi Kant Singh <sksi...@altiostar.com<mailto:sksi...@altiostar.com>> wrote: Wh

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Shashi Kant Singh
] On Behalf Of Florin Coras Sent: 23 March 2018 11:55 To: vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] UDP ECHO Server Try master. Florin On Mar 23, 2018, at 8:23 AM, Shashi Kant Singh <sksi...@altiostar.com<mailto:sksi...@altiostar.com>> wrote: What would be the

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Florin Coras
mail.com>] > Sent: 23 March 2018 11:52 > To: Shashi Kant Singh > Cc: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> > Subject: Re: [vpp-dev] UDP ECHO Server > > Ow, I didn’t notice you were looking for it in 18.01. We didn’t have a > builtin udp echo app then, that’s wh

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Shashi Kant Singh
What would be the branch I can try this? Regards Shashi From: Florin Coras [mailto:fcoras.li...@gmail.com] Sent: 23 March 2018 11:52 To: Shashi Kant Singh Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] UDP ECHO Server Ow, I didn’t notice you were looking for it in 18.01. We didn’t have

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Florin Coras
under test > > Regards > Shashi > > > From: Florin Coras [mailto:fcoras.li...@gmail.com > <mailto:fcoras.li...@gmail.com>] > Sent: 23 March 2018 11:33 > To: Shashi Kant Singh > Cc: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> > Subject: Re: [vpp-dev] UDP

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Shashi Kant Singh
...@gmail.com] Sent: 23 March 2018 11:33 To: Shashi Kant Singh Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] UDP ECHO Server The API was changed some months ago to: “test echo server uri ://ip/port Let me know if it works. Thanks, Florin On Mar 23, 2018, at 7:59 AM, Shashi Kant Singh <s

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Florin Coras
Of Florin > Coras > Sent: 23 March 2018 11:27 > To: vpp-dev@lists.fd.io > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] UDP ECHO Server > > Your uri asks for tcp not udp transport service. > > Florin > > > On Mar 22, 2018, at 8:25 AM, Shashi Kant Singh <sksi...@a

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Shashi Kant Singh
] On Behalf Of Florin Coras Sent: 23 March 2018 11:27 To: vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] UDP ECHO Server Your uri asks for tcp not udp transport service. Florin On Mar 22, 2018, at 8:25 AM, Shashi Kant Singh <sksi...@altiostar.com<mailto:sksi...@altiostar.com&g

Re: [vpp-dev] UDP ECHO Server

2018-03-22 Thread Florin Coras
Your uri asks for tcp not udp transport service. Florin > On Mar 22, 2018, at 8:25 AM, Shashi Kant Singh wrote: > > Hi > > In the VPP Rel 18:01, I could run the TCP ECHO server as > vpp# test tcp server uri tcp://192.168.180.31/5678 > > But I could not find the udp

[vpp-dev] UDP ECHO Server

2018-03-22 Thread Shashi Kant Singh
Hi In the VPP Rel 18:01, I could run the TCP ECHO server as vpp# test tcp server uri tcp://192.168.180.31/5678 But I could not find the udp server being shown under "cli test" Regards Shashi