Re: [vpp-dev] [csit-dev] VIRL build failure

2017-05-21 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Ole, The problem is that requested CSIT operational branch (oper-170313) is not available anymore (it has already been deleted). I created patch to use CSIT release branch in vpp stable/1704: https://gerrit.fd.io/r/#/c/6818/ When this patch is merged, please, rebase your patch to use cor

Re: [vpp-dev] IPSEC IPV6

2017-05-21 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi, Ipsec tunnel interface support only IPv4, IPv6 works only when you create SA and SPD entry and enable IPSec feature on interface (https://wiki.fd.io/view/VPP/IPSec_and_IKEv2#Enable_SPD_on_an_interface). Supported is only AH+ESP in tunnel or transport mode. Regards, Matus From: 薛欣颖 [mailto

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

2017-05-21 Thread 薛欣颖
Hi Matus, There is only ip4 address in create_ipsec_tunnel_command_fn and ipsec_add_del_tunnel_args_t if (unformat (line_input, "local-ip %U", unformat_ip4_address, &a.local_ip)) num_m_args++; else if (unformat (line_input, "remote-ip %U", unformat_ip4_address, &a.remote_ip)) num_m

[vpp-dev] Multiple RX-queues on Intel 82540EM?

2017-05-21 Thread 张攀
Hi All, Currently I am trying to configure multiple RX-queues(RSS) for a Intel 82540EM(e1000) and a Virtio interface of a VM. I modified the /etc/vpp/startup.conf file, trying to enable 2 rx-queues on each interface: dpdk { dev default { num-rx-queues 2 } dev :00:06.

Re: [vpp-dev] five tuple nat

2017-05-21 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi, You probably use older VPP version, ICMP support for deterministic NAT was added later on Apr 11 (https://gerrit.fd.io/r/#/c/6031/). Regards, Matus From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of yug...@telincn.com Sent: Sunday, May 21, 2017 5:32 AM To:

Re: [vpp-dev] IPSEC IPV6

2017-05-21 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi, IPSec has IPv6 support, see examples here https://wiki.fd.io/view/VPP/IPSec_and_IKEv2#IPSec and use IPv6 adresses instead of IPv4. Regards, Matus From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of ??? Sent: Saturday, May 20, 2017 8:05 AM To: vpp-dev@lists.