Re: [vpp-dev] #vpp sctp echo test crash

2018-11-09 Thread Marco Varlese
Florin, Your patch addresses the TCP issue.Now back to SCTP... ;( Cheers,Marco On Thu, 2018-11-08 at 14:02 -0800, Florin Coras wrote: > Hm, I suspect in case of TCP it may be an overlap between unit tests and the > throughput test. I’ve separated them here. Can you try it out with 500M > locally?

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-08 Thread Florin Coras
Hm, I suspect in case of TCP it may be an overlap between unit tests and the throughput test. I’ve separated them here. Can you try it out with 500M locally? It works fine on my box, but maybe it has to do with the hardware it runs on. Thanks, Florin [1] https://gerrit.fd.io/r/#/c/15833/ >

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-08 Thread Marco Varlese
It finishes with errors (stating 3 tests failed). Same behavior as seen with SCTP so I'm now guessing that's rather an issue with the test code (either client or server) or with the session layer (doubt that since VCL works)?? Thoughts? Marco VarleseOn Nov 8, 2018 22:06, Florin Coras wrote: >

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-08 Thread Florin Coras
gt;>> >>> >>> >>>   <> >>> >>> >>> Best Regards, >>> Chengqiang Yao >>> >>> >>> <>From: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> >>> [mailto:vpp-dev@lists.fd.i

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-08 Thread Marco Varlese
gt; > test. Best Regards,Chengqiang Yao From: > > vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Marco Varlese > > Sent: Thursday, November 8, 2018 8:20 PM > > To: Yao, Chengqiang > > Cc: vpp-dev@lists.fd.io > > Subject: Re: [vpp-dev] #vpp sctp

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-08 Thread Florin Coras
: Thursday, November 8, 2018 8:20 PM > To: Yao, Chengqiang <mailto:chengqiang....@intel.com>> > Cc: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> > Subject: Re: [vpp-dev] #vpp sctp echo test crash > > On Thu, 2018-11-08 at 11:59 +, Yao, Chengqiang wrote: >

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-08 Thread Marco Varlese
eck my setup. > > > > Best Regards, > Chengqiang Yao > > > > > > From: Marco Varlese [mailto:mvarl...@suse.de] > > > Sent: Thursday, November 8, 2018 6:52 PM > > To: Yao, Chengqiang > > Cc: vpp-dev@lists.fd.io > >

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-08 Thread Yao, Chengqiang
to check my setup. Best Regards, Chengqiang Yao From: Marco Varlese [mailto:mvarl...@suse.de] Sent: Thursday, November 8, 2018 6:52 PM To: Yao, Chengqiang Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] #vpp sctp echo test crash Dear Yao, First of all, are you on MASTER branch or some other

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-08 Thread Marco Varlese
; test echo clients: failed: timeout with 2 sessions > > > Best Regards, > Chengqiang Yao > > > > > > > From: Marco Varlese [mailto:mvarl...@suse.de] > > > Sent: Thursday, November 8, 2018 4:07 PM > > To: Yao, Chengqiang > > C

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-08 Thread Yao, Chengqiang
Yao From: Marco Varlese [mailto:mvarl...@suse.de] Sent: Thursday, November 8, 2018 4:07 PM To: Yao, Chengqiang Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] #vpp sctp echo test crash Hi Yao, As per test_sctp.py the command is: test echo server appns 0 fifo-size 4 [URI] Where URI is made

Re: [vpp-dev] #vpp sctp echo test crash

2018-11-08 Thread Marco Varlese
Hi Yao, As per test_sctp.py the command is: test echo server appns 0 fifo-size 4 [URI] Where URI is made up as: sctp://IP/PORT Please, take a look at "test/test_sctp.py" to see also the client side of it. HTH,Marco On Wed, 2018-11-07 at 15:01 +, Yao, Chengqiang wrote: > Hi Macro, > > I use