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

2017-03-07 Thread Sergio Gonzalez Monroy
han <yusuf.at...@gmail.com <mailto:yusuf.at...@gmail.com>>; vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> *Subject:* Re: [vpp-dev] dpdk sw crypto- build error If the issue appears on Ubuntu and other Debian based

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

2017-03-06 Thread Billy McFall
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. >>> >

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

2017-03-03 Thread Billy McFall
– the dependency_libs section in the .la files. >> >> >> >> A quick workaround is to install libtool from sources. >> >> >> >> Regards, >> >> Radu >> >> *From:* vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io &g

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

2017-02-24 Thread yusuf khan
oyan > > > > > > *From:* vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] *On > Behalf Of *Nicolau, Radu > *Sent:* Thursday, February 23, 2017 6:06 PM > *To:* Tkachuk, Georgii <georgii.tkac...@intel.com>; Lu, Patrick < > patrick.

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

2017-02-24 Thread Chen, Zhaoyan
trick <patrick...@intel.com<mailto:patrick...@intel.com>>; yusuf khan <yusuf.at...@gmail.com<mailto:yusuf.at...@gmail.com>>; vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] dpdk sw crypto- build error We worked around this by adding extra compile

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

2017-02-23 Thread Nicolau, Radu
d.io Subject: Re: [vpp-dev] dpdk sw crypto- build error We worked around this by adding extra compile flags to prevent the IPSec lib from being stripped from the compiler command: Also, we proactively placed the libIPSec_MB.a into /usr/lib/. so that we don’t have to provide the path. diff --git

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

2017-02-22 Thread Tkachuk, Georgii
To: yusuf khan <yusuf.at...@gmail.com>; vpp-dev@lists.fd.io Cc: Tkachuk, Georgii <georgii.tkac...@intel.com> Subject: RE: [vpp-dev] dpdk sw crypto- build error Hi Yusuf, We saw the same issue. Copying George for workaround. Thanks, Patrick From: vpp-dev-boun...@lists.fd.io<mail

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

2017-02-22 Thread Lu, Patrick
Hi Yusuf, We saw the same issue. Copying George for workaround. Thanks, Patrick From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of yusuf khan Sent: Wednesday, February 22, 2017 8:50 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] dpdk sw crypto- build error Hi

[vpp-dev] dpdk sw crypto- build error

2017-02-22 Thread yusuf khan
Hi, I am trying to build latest vpp with vpp_uses_dpdk_cryptodev_sw = yes option to enable vpp sw crypto. Initilia steps of downloading/compiling aesni-mb and isal-crypto works fine. But during linking stage i am getting below errors... CCLD bin/vpp CCLD vpp_api_test CCLD pcap2pg