From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: No probed ethernet devices /DPDP 1.7.1 in Fedora 21 Date: Fri, 16 Jan 2015 17:35:26 +0100 Message-ID: <54B93DCE.50607@6wind.com> References: <20141224150401.GB23653@localhost.localdomain> <20141225170848.GA3199@localhost.localdomain> <20141226143737.GB5567@localhost.localdomain> <20150110124431.GA14681@localhost.localdomain> <54B91FE3.8010607@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: sothy shan Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi Sothy, On 01/16/2015 05:07 PM, sothy shan wrote: > On Fri, Jan 16, 2015 at 3:27 PM, Olivier MATZ wrote: >>> When I do with >>> >>> export RTE_SDK=$(pwd)export RTE_TARGET="x86_64-ivshmem-linuxapp-gcc" >>> make CONFIG_RTE_BUILD_COMBINE_LIBS=y CONFIG_RTE_BUILD_SHARED_LIB=y >>> install T="$RTE_TARGET" >> >> Are you sure that this syntax is supported by the build system? > > I am tryiting to build DPDK OVS and found the instruction in > https://github.com/01org/dpdk-ovs/blob/development/docs/01_Installation.md I just noticed the syntax is strange, you can check the supported options here: http://dpdk.org/doc/guides/prog_guide/dev_kit_build_system.html#makefile-description I'm not sure the CONFIG_ will be taken in account when generating rte_config.h (see rte.sdkconfig.mk and scripts/gen-config-h.sh). But maybe it's not related to your issue. Regards, Olivier