Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Move to DPDK 1.7.0

2014-08-15 Thread Daniele Di Proietto
On 8/15/14, 2:13 PM, "Gurucharan Shetty" wrote: >On Tue, Aug 12, 2014 at 5:39 PM, Pravin Shelar wrote: >> On Tue, Aug 12, 2014 at 10:43 AM, Daniele Di Proietto >> wrote: >>> With this commit we move our DPDK support to 1.7.0. >>> DPDK binaries (starting with dpdk 1.7.0) should be linked with

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Move to DPDK 1.7.0

2014-08-15 Thread Gurucharan Shetty
On Tue, Aug 12, 2014 at 5:39 PM, Pravin Shelar wrote: > On Tue, Aug 12, 2014 at 10:43 AM, Daniele Di Proietto > wrote: >> With this commit we move our DPDK support to 1.7.0. >> DPDK binaries (starting with dpdk 1.7.0) should be linked with >> --whole-archive >> to include pmd drivers >> > I upda

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Move to DPDK 1.7.0

2014-08-13 Thread Pravin Shelar
On Tue, Aug 12, 2014 at 9:15 PM, Flavio Leitner wrote: > > I have a couple comments not really related to this > specific patch. See below. > > On Tue, Aug 12, 2014 at 10:43:35AM -0700, Daniele Di Proietto wrote: >> With this commit we move our DPDK support to 1.7.0. >> DPDK binaries (starting wi

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Move to DPDK 1.7.0

2014-08-13 Thread Daniele Di Proietto
On 8/12/14, 5:39 PM, "Pravin Shelar" wrote: >On Tue, Aug 12, 2014 at 10:43 AM, Daniele Di Proietto > wrote: >> With this commit we move our DPDK support to 1.7.0. >> DPDK binaries (starting with dpdk 1.7.0) should be linked with >>--whole-archive >> to include pmd drivers >> >I updated INSTALL.

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Move to DPDK 1.7.0

2014-08-12 Thread Flavio Leitner
I have a couple comments not really related to this specific patch. See below. On Tue, Aug 12, 2014 at 10:43:35AM -0700, Daniele Di Proietto wrote: > With this commit we move our DPDK support to 1.7.0. > DPDK binaries (starting with dpdk 1.7.0) should be linked with --whole-archive > to include

Re: [ovs-dev] [PATCH 1/2] netdev-dpdk: Move to DPDK 1.7.0

2014-08-12 Thread Pravin Shelar
On Tue, Aug 12, 2014 at 10:43 AM, Daniele Di Proietto wrote: > With this commit we move our DPDK support to 1.7.0. > DPDK binaries (starting with dpdk 1.7.0) should be linked with --whole-archive > to include pmd drivers > I updated INSTALL.DPDK file and pushed patch to master. > Signed-off-by: D

[ovs-dev] [PATCH 1/2] netdev-dpdk: Move to DPDK 1.7.0

2014-08-12 Thread Daniele Di Proietto
With this commit we move our DPDK support to 1.7.0. DPDK binaries (starting with dpdk 1.7.0) should be linked with --whole-archive to include pmd drivers Signed-off-by: Daniele Di Proietto --- INSTALL.DPDK | 12 ++-- acinclude.m4 | 13 - lib/