Re: [dpdk-dev] Build DPDK for different target machine.

2018-10-22 Thread Shubhachint, Chaitanya
onfig and building works. Now I can build one machine as use it on another. Thanks again. Chai. -Original Message- From: Ferruh Yigit Sent: Monday, October 22, 2018 11:12 AM To: Shubhachint, Chaitanya ; dev@dpdk.org Subject: Re: [dpdk-dev] Build DPDK for different target machine. [

Re: [dpdk-dev] Build DPDK for different target machine.

2018-10-22 Thread Ferruh Yigit
uses "build" by default. > Thanks > Chai. > > -Original Message- > From: Ferruh Yigit > Sent: Monday, October 22, 2018 02:58 AM > To: Shubhachint, Chaitanya ; dev@dpdk.org > Subject: Re: [dpdk-dev] Build DPDK for different target machine. > > [EX

Re: [dpdk-dev] Build DPDK for different target machine.

2018-10-22 Thread Shubhachint, Chaitanya
v@dpdk.org Subject: Re: [dpdk-dev] Build DPDK for different target machine. [EXTERNAL EMAIL] I am doing same but including dpdk libraries with application, you can do same. Other thing to try, copy the shared libraries from the build machine into targets instead of building them on targets. On F

Re: [dpdk-dev] Build DPDK for different target machine.

2018-10-22 Thread Shubhachint, Chaitanya
or resultant binary files. What am I missing? Thanks Chai. -Original Message- From: Ferruh Yigit Sent: Monday, October 22, 2018 02:58 AM To: Shubhachint, Chaitanya ; dev@dpdk.org Subject: Re: [dpdk-dev] Build DPDK for different target machine. [EXTERNAL EMAIL] On 10/19/2018 5:24 PM, Shubhach

Re: [dpdk-dev] Build DPDK for different target machine.

2018-10-22 Thread Ferruh Yigit
On 10/19/2018 5:24 PM, Shubhachint, Chaitanya wrote: > Hello, > > I am trying to build DPDK library set (shared) so that there are somewhat > portable. I want to build them once on a designated build machine and run > them on other machines of similar architecture. I can build DPDK and use it >

Re: [dpdk-dev] Build DPDK for different target machine.

2018-10-19 Thread Shyam Shrivastav
I am doing same but including dpdk libraries with application, you can do same. Other thing to try, copy the shared libraries from the build machine into targets instead of building them on targets. On Fri, Oct 19, 2018 at 9:55 PM Shubhachint, Chaitanya < chaitanya.shubhach...@netscout.com> wrote:

[dpdk-dev] Build DPDK for different target machine.

2018-10-19 Thread Shubhachint, Chaitanya
Hello, I am trying to build DPDK library set (shared) so that there are somewhat portable. I want to build them once on a designated build machine and run them on other machines of similar architecture. I can build DPDK and use it locally successfully but running them on a different target mach