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) {

[vpp-dev] VPLS support in VPP

2017-10-08 Thread Mostafa Salari
Hi, How can i implement VPLS (Virtual Private LAN Service) on my vpp router? i.e. is there any prepared graph node, plugin, etc that encapsulates Ethernet frames in IP packets and provide a multi-point to multi point L2 communication over IP ? Thanks

[vpp-dev] How VPLS service can be made using VPP as dataplane

2017-10-08 Thread Mostafa Salari
Hi' I want to create a Router with complex services like VPLS (Virtual Private LAN Service) I must determine to either use VPP or pure dpdk (extending ip_pipeline example) as dataplane. We developed some features like MPLS push/pop/swap as ip_pipeline beforehand. Also we connected our ip_pipeline

[vpp-dev] Connect VPP to FRR

2017-10-08 Thread Mostafa Salari
Hi, I must use VPP as dataplane and FRR (a branch of Quagga) as ctrl plane to create a fast router. Here is an example: First of all, I want to knowm how VPP's FIB can be filled by FRR RIB. As well as about MPLS labels, etc. Thanks. ___ vpp-dev mailing