Re: [vpp-dev] IPSEC IPV6

2017-05-25 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi, IPSec AH (authentication only) is not supported. Regards, Matus From: 薛欣颖 [mailto:xy...@fiberhome.com] Sent: Friday, May 26, 2017 7:51 AM To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev Subject: 回复: RE: [vpp-dev] IPSEC IPV6 Hi Matus, In https://wiki.fd.io/view/V

[vpp-dev] 回复: RE: IPSEC IPV6

2017-05-25 Thread 薛欣颖
Hi Matus, In https://wiki.fd.io/view/VPP/IPSec_and_IKEv2#Enable_SPD_on_an_interface I can only find the configuration about IPSEC ESP .What should I do to configure IPSec AH in tunnel or transport mode? Thanks, xyxue 发件人: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) 发送时间: 2017-0

Re: [vpp-dev] MPLS L3VPN PING FAILED

2017-05-25 Thread 薛欣颖
Hi Neale, That is the infomation about it: VPP2 ->vpp1 sip: 192.168.2.20 -- dip:192.168.3.20 VPP1 show trace (RX) Packet 1 00:18:57:701485: af-packet-input af_packet: hw_if_index 2 next-index 4 tpacket2_hdr: status 0x1 len 132 snaplen 132 mac 66 net 80 sec 0x5a7 nsec 0x

Re: [vpp-dev] ALG

2017-05-25 Thread yug...@telincn.com
Hi Ole, Many applications have two channels, one is data channel, the other is control channel, both have different ports, so we need ALG to help these protocols to cut through FW, i think it is a pretty important feature and it has been surpported by almost every manufacturer on their NAT dev

Re: [vpp-dev] Is there TCP performance test report?

2017-05-25 Thread Florin Coras
Hi, Parts of the code critical to performance are still under heavy development. Thereby, until we finish optimizing the fast path and extending the congestion control code, performance numbers will not be that relevant. Once things somewhat stabilize, and hopefully that will happen within the

Re: [vpp-dev] : VPP build does not generate

2017-05-25 Thread John Lo (loj)
DPDK is moved to the plugin package vpp-plugins_17.04-release_amd64.deb since 17.04 or later. -John From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Dharmaray Kundargi Sent: Thursday, May 25, 2017 6:21 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] : VPP build

Re: [vpp-dev] Does VPP support vlan 0?

2017-05-25 Thread John Lo (loj)
Hi Juraj, For an interface in L3 mode, any packet received with a VLAN tag must match a sub-interface setup to expect that VLAN tag value. A way to handle this may be to create a sub-interface matching VLAN 0, such as: DBGvpp# create sub tuntap-0 0 tuntap-0.0 DBGvpp# sho int Name

Re: [vpp-dev] MPLS L3VPN PING FAILED

2017-05-25 Thread Neale Ranns (nranns)
Hi Xyxue, Thanks, that helps. Can I also see: 1) The ‘sh trace’ (with the patch applied) 2) ‘sh ip fib index 1’ where this time PREFIX is the address the RX packets should match. Thanks, neale From: 薛欣颖 Date: Thursday, 25 May 2017 at 11:52 To: "Neale Ranns (nranns)" , vpp-dev

Re: [vpp-dev] MPLS L3VPN PING FAILED

2017-05-25 Thread 薛欣颖
Hi Neale, That is the infomation about it: MPLS configuration: VPP1: FTN mpls tunnel add via 2.1.1.2 host-eth1 out-label 34 set int state mpls-tunnel0 up ILM ip route add 192.168.2.0/24 table 1 via mpls-tunnel0 out-label 33 mpls local-label add eos 1023 ip4-lookup-in-table 1 mpls local-l

[vpp-dev] : VPP build does not generate

2017-05-25 Thread Dharmaray Kundargi
All, I followed the instruction in https://wiki.fd.io/view/VPP/Build,_install,_and_test_images#Build_A_VPP_Package to build on a ubuntu 16.04. git clone https://gerrit.fd.io/r/vpp cd vpp git checkout v17.04 make dpdk-install-dev make install-dep make build make pkg-deb Following are the packag

Re: [vpp-dev] ACL Match in fa_node.c

2017-05-25 Thread zhang...@yunshan.net.cn
Hi Andrew, I am now able to access to all the resources you shared with me, thank you! I have read the ACL plugin description file and it really helps a lot. Besides, the new high performance ACL inplementation seems interesting too :D I will be able to provide feedbacks after gaining some hand

Re: [vpp-dev] Is the TCP implementation multi-instance capable?

2017-05-25 Thread Nagaprabhanjan Bellaru
Thanks for the response. -nagp On Thu, May 25, 2017 at 11:55 AM, Florin Coras wrote: > Hi Nagp, > > No, the current implementation is not multi-fib capable, i.e., all > connections go through the main fib. Transport endpoint structs used in the > session api and the application interface alread

[vpp-dev] Is there TCP performance test report?

2017-05-25 Thread wang.hui56
Hi,Florin We want to get the TCP session performance report about Throughput and CPS, where can't we get it ?___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] Does VPP support vlan 0?

2017-05-25 Thread Juraj Linkes -X (jlinkes - PANTHEON TECHNOLOGIES at Cisco)
Hello vpp-devs, Has anyone looked at this? Thanks, Juraj From: Juraj Linkes -X (jlinkes - PANTHEON TECHNOLOGIES at Cisco) Sent: Tuesday, 23 May, 2017 15:47 To: vpp-dev@lists.fd.io Cc: fds-...@lists.opnfv.org; Frank Brockners (fbrockne) ; Tomas Cechvala -X (tcechval - PANTHEON TECHNOLOGIES at Ci

Re: [vpp-dev] MPLS L3VPN PING FAILED

2017-05-25 Thread Neale Ranns (nranns)
Hi Xyxue, A few things please: 1) A Chris mentions on another thread, please add https://gerrit.fd.io/r/#/c/6865 so we see a better trace 2) Please collect ‘sh mpls fib ’, for both of the labels you are popping 3) Please collect ‘sh ip fib index 1 ’ for the prefix you expec