Re: [vpp-dev] Failed to use vcl_test_client

2017-10-08 Thread Florin Coras
Hi xyxue, The issue is the stack not VCL. As of now, UDP is not fully supported. Florin > On Oct 8, 2017, at 6:12 PM, 薛欣颖 wrote: > > > Hi, > > We use the TCP protocol to test VCL, the function is OK. If I modify the UDP > protocol, the function is abnormal. > The

Re: [vpp-dev] Failed to use vcl_test_client

2017-10-08 Thread 薛欣颖
Hi, We use the TCP protocol to test VCL, the function is OK. If I modify the UDP protocol, the function is abnormal. The error message is: DBGvpp# 0: udp_open_connection:254: Not implemented The code is implemented as follows: int udp_open_connection (transport_endpoint_t * tep) {

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-28 Thread Florin Coras
; <mailto:fcoras.li...@gmail.com>; John Lo (loj) <mailto:l...@cisco.com> > CC: vpp-dev <mailto:vpp-dev@lists.fd.io> > Subject: Re: [vpp-dev] Failed to use vcl_test_client > Xyxue, > > Have you verified the VPP1 and VPP2 are connected (i.e. ping 1.1.1.2 from >

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-28 Thread 薛欣颖
Wallace Date: 2017-09-29 00:03 To: 薛欣颖; Florin Coras; John Lo (loj) CC: vpp-dev Subject: Re: [vpp-dev] Failed to use vcl_test_client Xyxue, Have you verified the VPP1 and VPP2 are connected (i.e. ping 1.1.1.2 from vpp1) ? The multi-host configuration has been tested using vagrant/virtualbox using

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-28 Thread Florin Coras
t; program as a non-root user or by removing the suid bit on the executable. > xterm: Xt error: Can't open display: %s > xterm: DISPLAY is not set > DISPLAY is not set > > Thanks, > Xyxue > > From: Florin Coras <mailto:fcoras.li...@gmail.com> > Date: 2017-09-28 0

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-28 Thread 薛欣颖
is not set Thanks, Xyxue From: Florin Coras Date: 2017-09-28 02:31 To: John Lo (loj) CC: 薛欣颖; vpp-dev Subject: Re: [vpp-dev] Failed to use vcl_test_client Cool! Thanks for the info, John! Xyxue, could you try it out and see if it works? Florin On Sep 27, 2017, at 11:25 AM, John Lo (loj) &l

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-27 Thread John Lo (loj)
[mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Florin Coras Sent: Wednesday, September 27, 2017 10:46 AM To: 薛欣颖 <xy...@fiberhome.com> Cc: vpp-dev <vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] Failed to use vcl_test_client Hi xyxue, VPP now has a dependency on memfd which is not availa

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-27 Thread Florin Coras
is started on the peer vpp . And through >> 'sock_test_client/sock_test_server' can be normal communication. >> >> Thanks, >> xyxue >> >> From: Florin Coras <mailto:fcoras.li...@gmail.com> >> Date: 2017-09-20 10:52 >> To: 薛欣颖 <mailto:xy..

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-19 Thread Florin Coras
0:52 > To: 薛欣颖 <mailto:xy...@fiberhome.com> > CC: dwallacelf <mailto:dwallac...@gmail.com>; vpp-dev > <mailto:vpp-dev@lists.fd.io> > Subject: Re: [vpp-dev] Failed to use vcl_test_client > Hi xyxue, > > What you’re getting is a connect fail because, I assume from

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-19 Thread 薛欣颖
Hi Florin, The server is started on the peer vpp . And through 'sock_test_client/sock_test_server' can be normal communication. Thanks, xyxue From: Florin Coras Date: 2017-09-20 10:52 To: 薛欣颖 CC: dwallacelf; vpp-dev Subject: Re: [vpp-dev] Failed to use vcl_test_client Hi xyxue, What

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-19 Thread Florin Coras
two function "vl_api_connect_sock_t_handler", one in > session_api.c, another in vppcom.c, > How to work ? > > 2. How to VCL and VPP communication ? > > 3. Why the message of VPP to VCL is "send_session_connected_callback" > function send ? > >

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-19 Thread 薛欣颖
-19 01:29 To: 薛欣颖; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Failed to use vcl_test_client Hi Xyeue, I believe this patch fixes this issue: https://gerrit.fd.io/r/#/c/8315/ Can you please pull the latest source code and try again? Thanks, -daw- On 9/18/2017 2:43 AM, 薛欣颖 wrote: Hi, When I test vc

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-18 Thread Dave Wallace
Hi Xyeue, I believe this patch fixes this issue: https://gerrit.fd.io/r/#/c/8315/ Can you please pull the latest source code and try again? Thanks, -daw- On 9/18/2017 2:43 AM, 薛欣颖 wrote: Hi, When I test vcl ,there is some error :

[vpp-dev] Failed to use vcl_test_client

2017-09-18 Thread 薛欣颖
Hi, When I test vcl ,there is some error : root@ubuntu:/home/vpp_communication/vpp/build-root/install-vpp-native/vpp/bin# ./vcl_test_client -U 1.1.1.2 22000 CLIENT: Connecting to server... msg_handler_internal:429: no handler for msg id 424 .. ... ...