Re: [vpp-dev] #vapi #vpp #vppcapi

2019-08-12 Thread Dave Barach via Lists.Fd.Io
Start vpp. Run vpp_api_test. Type help. From: vpp-dev@lists.fd.io On Behalf Of prashan...@gmail.com Sent: Monday, August 12, 2019 12:37 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] #vapi #vpp #vppcapi Have written a test plugin on vpp and trying to write a program on Linux control plane to co

Re: [vpp-dev] VPP Cross compilation (x86_64 -> aarch64)

2019-08-12 Thread Juraj Linkeš
With some help from Dave, I was able to make the cross compilation work: https://gerrit.fd.io/r/#/c/vpp/+/21035/ I changed a bit how the PLATFORM variable is used. I don't know how it was supposed to work in the past, but it seems broken to me with the current cmake system, so I adapted it to b

[vpp-dev] VPP with DPDK vhost ---- VPP with DPDK virtio

2019-08-12 Thread sharone
We were trying to get the following configuration working, but for some reason the packets are not flowing through when VPP + DPDK VIRTIO comes into play.. We read in one of the earlier topics that the same worked in VPP 17.07 https://www.mail-archive.com/vpp-dev@lists.fd.io/msg03649.html  but f

Re: [vpp-dev] VPP with DPDK vhost ---- VPP with DPDK virtio

2019-08-12 Thread Sharon Enoch
Tried the same with the latest VPP version master which has the DPDK 19.05 version and still faced the same issue.. VPP +  DPDK vhost mode DBGvpp# show version vpp v20.01-rc0~20-g6b53fd516 built by root on kickseed at Tue Aug 13 02:12:38 JST 2019 DBGvpp# show int Name               Idx    State

Re: [vpp-dev] VPP with DPDK vhost ---- VPP with DPDK virtio

2019-08-12 Thread steven luong via Lists.Fd.Io
Using VPP+DPDK virtio to connect with VPP + vhost-user is not actively maintained. I got it working couple years ago by committing some changes to the DPDK virtio code. Since then, I’ve not been playing with it anymore. Breakage is possible. I could spend a whole week on it to get it working aga

Re: [vpp-dev] VPP with DPDK vhost ---- VPP with DPDK virtio

2019-08-12 Thread Sharon Enoch
Thanks Steven. Yes I had seen that patch.. Will look into the memif path now.. Was trying to get our current dpdk app virtio to vpp vhost user working so went down this path.. We were able to get further in our debugging though.. We see that the huge pages mapping is getting deleted shown by th

Re: [vpp-dev] VPP with DPDK vhost ---- VPP with DPDK virtio

2019-08-12 Thread Sharon Enoch
[Edited Message Follows] Thanks Steven. Yes I had seen that patch.. Will look into the memif path now.. Was trying to get our current dpdk app virtio to vpp vhost user working so went down this path.. We were able to get further in our debugging though.. We see that the huge pages mapping is g

[vpp-dev] Trouble with tunnel mode IPSec to VPP

2019-08-12 Thread dchons
Hello devs, I've been trying to establish an IPSec tunnel between libreswan and VPP using IKEv2, I'm able to get the tunnel established and packets coming in to VPP decrypted, but it looks like outbound packets from VPP are not going through IPSec. The VPP trace is shown below where I can see a

Re: [vpp-dev] Project Proposal for uDPI

2019-08-12 Thread Ni, Hongjun
Hi Alexey and all, Alexey and I had a discussion offline. It seems that we mentioned two different projects except the same project name. The project Alexey mentioned is “microDPI packet inspection for network analytics”. It is developed based on Machine Learning and Python language, using GPL3.

[vpp-dev] A method to measure the allocated memory size for IKE SA

2019-08-12 Thread jmpark81
Hi, all I'd like to measure the allocated memory size for the whole structure of IKE SA (ikev2_sa_t). Because ikev2_sa_t has many other struct types, it is not simple for me to measure the memory size. Is there any method like API or other function calls to measure the memory size for IKE SA?