Re: [vpp-dev] VPP CSIT robot framework #automation

2019-06-18 Thread Damjan Marion via Lists.Fd.Io
Might be worth trying to ask same question on csit-dev mailing list — Damjan > On Jun 19, 2019, at 8:15 AM, Devis Reagan wrote: > > Team , Could you help on this query > > Thanks , > Devis Reagan > >> On Tue, Jun 18, 2019 at 11:47 AM Devis Reagan via Lists.Fd.Io >> wrote: >> Dear Tea

Re: [vpp-dev] VPP CSIT robot framework #automation

2019-06-18 Thread Devis Reagan
Team , Could you help on this query Thanks , Devis Reagan On Tue, Jun 18, 2019 at 11:47 AM Devis Reagan via Lists.Fd.Io wrote: > Dear Team , > > I could see with the current VPP CSIT framework we have traffic generator > support using trex . Do we have IXIA support API's ? > If any private gi

Re: [vpp-dev] timer wheel usage queries

2019-06-18 Thread hari_akkin via Lists.Fd.Io
Thanks Dave. Per thread TW are working as expected regards Hari -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13327): https://lists.fd.io/g/vpp-dev/message/13327 Mute This Topic: https://lists.fd.io/mt/32039603/21656 Group Owner: vpp-dev+ow...@lis

Re: [vpp-dev] VPP MPLS VPN Configuration #vpp #mpls #vpn

2019-06-18 Thread Neale Ranns via Lists.Fd.Io
Hi Anthony, That wiki page you reference describes this setup. Perhaps if you ask specific questions on the parts that are not clear I can help you. /neale De : au nom de Anthony Linz Date : mardi 18 juin 2019 à 12:10 À : "vpp-dev@lists.fd.io" Objet : [vpp-dev] VPP MPLS VPN Configuration #v

Re: [vpp-dev] VPP tap interface issue on Arm servers

2019-06-18 Thread Dave Barach via Lists.Fd.Io
Ack. On the [single remaining] 18.04 LTS ThunderX system – 10.30.51.65 - vpp manages to create the Linux interface, configures its IP address, and creates plausible-looking linux-side routing table entries. Clue #1: pinging an IP address on correct subnet from Linux results in zero packets tra

Re: [vpp-dev] VPP tap interface issue on Arm servers

2019-06-18 Thread Damjan Marion via Lists.Fd.Io
Vhost-net kernel module is around for years so I will not he surprised that it is simply disabled in custom kernel built for mcbin. — Damjan > On Jun 18, 2019, at 4:41 PM, Dave Barach via Lists.Fd.Io > wrote: > > Dear Lijan, > > The aarch64 development resources in the LF data center a

Re: [vpp-dev] VPP tap interface issue on Arm servers

2019-06-18 Thread Dave Barach via Lists.Fd.Io
Dear Lijan, The aarch64 development resources in the LF data center are in need of cleanup. I tried to use fdio-cavium5 @ 10.30.51.66 (Ubuntu1804), but I find that the login credentials have been changed. I finally managed to gain access to fdio-mcbin3 @ 10.30.51.43 (Ubuntu1604). It is in fact

Re: [vpp-dev] identifying packets sent to a loopback address

2019-06-18 Thread Matthew Smith via Lists.Fd.Io
Hi Neale, Thanks for your reply. I can submit a patch that makes the changes to ip4_local_check_src() that you described. Yes, the plugin runs as a for-us feature. Thanks for the pointer to gbp_policy_dpo_t, I'll take a look at it and see if I can do something similar. -Matt On Mon, Jun 17, 20

[vpp-dev] API change notification: route addition

2019-06-18 Thread Neale Ranns via Lists.Fd.Io
Dear All, Please note that: https://gerrit.fd.io/r/c/12296/ has been merged into VPP and has changed the route add/del API. /neale -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13321): https://lists.fd.io/g/vpp-dev/message/13321 Mute This Top

[vpp-dev] #vpp How to enable intel QAT hw cryptpdev

2019-06-18 Thread Yilin Shieh
[Edited Message Follows] Hi all, I tried to enable Intel QAT cryptpdev to test performance. I had reference: https://software.intel.com/en-us/articles/get-started-with-ipsec-acceleration-in-the-fdio-vpp-project https://docs.fd.io/vpp/17.10/dpdk_crypto_ipsec_doc.html and dpdk_crypto_ipsec_doc.md 

Re: [vpp-dev] #vpp How to enable intel QAT hw cryptpdev

2019-06-18 Thread Neale Ranns via Lists.Fd.Io
Hi Yi-Lin, You need to select the correct back end: https://wiki.fd.io/view/VPP/IPSec#IPSec_Implementations /neale De : au nom de Yilin Shieh Date : mardi 18 juin 2019 à 14:01 À : "vpp-dev@lists.fd.io" Objet : [vpp-dev] #vpp How to enable intel QAT hw cryptpdev Hi all, I tried to enable

[vpp-dev] #vpp How to enable intel QAT hw cryptpdev

2019-06-18 Thread Yilin Shieh
Hi all, I tried to enable Intel QAT cryptpdev to test performance. I had reference: https://software.intel.com/en-us/articles/get-started-with-ipsec-acceleration-in-the-fdio-vpp-project https://docs.fd.io/vpp/17.10/dpdk_crypto_ipsec_doc.html and dpdk_crypto_ipsec_doc.md  in source file. my version

Re: [vpp-dev] Events for IP address addition/deletion on an interface #vpp

2019-06-18 Thread Alexander Chernavin via Lists.Fd.Io
Hi Ole, > > Where is the IP address configuration coming from? If it's your > application that configures the addresses, shouldn't the control plane > application know that itself? There are several independent instances of the application. If one of them configures the addresses, others should

Re: [vpp-dev] Events for IP address addition/deletion on an interface #vpp

2019-06-18 Thread Ole Troan
Hi Alexander, > I have an application that is a client to the shared memory API and I would > like to know when an IP address has been added or deleted on an interface. I > see that there is sw_interface_event that can notify a client about interface > admin/link status changes as well as inter

[vpp-dev] Events for IP address addition/deletion on an interface #vpp

2019-06-18 Thread Alexander Chernavin via Lists.Fd.Io
Hello, I have an application that is a client to the shared memory API and I would like to know when an IP address has been added or deleted on an interface. I see that there is sw_interface_event that can notify a client about interface admin/link status changes as well as interface deletion.

[vpp-dev] VPP MPLS VPN Configuration #vpp #mpls #vpn

2019-06-18 Thread Anthony Linz
Hello I am trying to implement the following network topology: I have trouble finding out a step by step configuration for my VPP devices to communicate over MPLS VPN. I have read the Wiki: https://wiki.fd.io/view/VPP/MPLS_FIB but still did not get what to do. I was wondering if someone could gui