Re: [lng-odp] [PATCHv3 1/2] scripts: add builddpdk

2016-03-24 Thread Nikolay Nikolaev
On Thu, Mar 24, 2016 at 6:34 PM, Mike Holmes wrote: SNIP > > ... --- .gitignore | 1 + scripts/build-pktio-dpdk | 26 ++ 2 files changed, 27 insertions(+)

Re: [lng-odp] [PATCHv3 1/2] scripts: add builddpdk

2016-03-24 Thread Mike Holmes
> > SNIP >>> >> ... > --- >>> .gitignore | 1 + >>> scripts/build-pktio-dpdk | 26 ++ >>> 2 files changed, 27 insertions(+) >>> create mode 100755 scripts/build-pktio-dpdk >>> >>>

Re: [lng-odp] [PATCHv3 1/2] scripts: add builddpdk

2016-03-24 Thread Mike Holmes
On 23 March 2016 at 15:10, Maxim Uvarov wrote: > On 03/23/16 21:39, Mike Holmes wrote: > >> >> >> On 23 March 2016 at 14:30, Mike Holmes > mike.hol...@linaro.org>> wrote: >> >> >> >> On 23 March 2016 at 13:22, Nikolay Nikolaev >> > > wrote: >>

Re: [lng-odp] [PATCHv3 1/2] scripts: add builddpdk

2016-03-23 Thread Maxim Uvarov
On 03/23/16 21:39, Mike Holmes wrote: On 23 March 2016 at 14:30, Mike Holmes > wrote: On 23 March 2016 at 13:22, Nikolay Nikolaev mailto:n.nikol...@virtualopensystems.com>> wrote: On Wed, Mar 23, 2016 at 6:44 PM, Mike Holmes mailto:m

Re: [lng-odp] [PATCHv3 1/2] scripts: add builddpdk

2016-03-23 Thread Mike Holmes
On 23 March 2016 at 14:30, Mike Holmes wrote: > > > On 23 March 2016 at 13:22, Nikolay Nikolaev < > n.nikol...@virtualopensystems.com> wrote: > >> >> >> On Wed, Mar 23, 2016 at 6:44 PM, Mike Holmes >> wrote: >> >>> We need to note that you must run that script from the root of ODP and >>> not in

Re: [lng-odp] [PATCHv3 1/2] scripts: add builddpdk

2016-03-23 Thread Mike Holmes
On 23 March 2016 at 13:22, Nikolay Nikolaev < n.nikol...@virtualopensystems.com> wrote: > > > On Wed, Mar 23, 2016 at 6:44 PM, Mike Holmes > wrote: > >> We need to note that you must run that script from the root of ODP and >> not in the scripts dir, I tried that and it failed to find ./bootstra

Re: [lng-odp] [PATCHv3 1/2] scripts: add builddpdk

2016-03-23 Thread Nikolay Nikolaev
On Wed, Mar 23, 2016 at 6:44 PM, Mike Holmes wrote: > We need to note that you must run that script from the root of ODP and not > in the scripts dir, I tried that and it failed to find ./bootstrap > > When I do run from the root dir I get the following > > make[2]: Entering directory '/home/mik

Re: [lng-odp] [PATCHv3 1/2] scripts: add builddpdk

2016-03-23 Thread Mike Holmes
We need to note that you must run that script from the root of ODP and not in the scripts dir, I tried that and it failed to find ./bootstrap When I do run from the root dir I get the following make[2]: Entering directory '/home/mike/git/odp/test/performance' CCLD odp_crypto ../../lib/.lib

[lng-odp] [PATCHv3 1/2] scripts: add builddpdk

2016-03-21 Thread Maxim Uvarov
Add script to quickly build odp with dpdk pktio support. Signed-off-by: Maxim Uvarov --- .gitignore | 1 + scripts/build-pktio-dpdk | 26 ++ 2 files changed, 27 insertions(+) create mode 100755 scripts/build-pktio-dpdk diff --git a/.gitignore b/.gitignore