[vpp-dev] schedule vpp graph nodes on seperate cores

2017-02-24 Thread yusuf khan
Hi, On my test setup, which is server machine with Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz and 16GB RAM. I am comparing dpdk aesni_mb l2fwd-crypto decryption results with VPP dpdk-esp-decrypt node. I see 1 Mpps difference. l2wd-crypto can process 3 Mpps(size 168) but vpp dpdk crypto can only

Re: [vpp-dev] dpdk sw crypto- build error

2017-02-24 Thread yusuf khan
Hi All, As Radu suggested, after updating libtool from source it works fine. Thanks a lot everyone. Br Yusuf On 24-Feb-2017 1:49 PM, "Chen, Zhaoyan" wrote: > Met the same issue. > > > > Vpp uses its “libtool” under “./build-root/build-vpp-native/vpp/libtool” >

[vpp-dev] Fixed QAT device binding ...

2017-02-24 Thread Tibor Frank -X (tifrank - PANTHEON TECHNOLOGIES at Cisco)
Hi Can you, please, review and merge this commit? https://gerrit.fd.io/r/#/c/5498/ It is blocking us. Thank you very much. Regards, Tibor ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] [csit-dev] vpp csit functional test failures, not obviously related to the patches involved

2017-02-24 Thread Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
Hello Dave, I've updated nested vm's disk driver because of deploying Centos testing. I didn't realize when I update image in common directory it affect all Virl simulations without proper patches. I rechecked the 5498 patch waiting a results From: csit-dev-boun...@lists.fd.io

Re: [vpp-dev] dpdk sw crypto- build error

2017-02-24 Thread Chen, Zhaoyan
Met the same issue. Vpp uses its “libtool” under “./build-root/build-vpp-native/vpp/libtool” (version is 2.4.6) Quickly workaround is that modify this libtool, “link_all_deplibs=no” => “link_all_deplibs=yes” Then “make run-release” again. Tested under Ubuntu 16.04, in VM. /Zhaoyan From: