From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: rte_eth_dev_configure Date: Thu, 24 Jul 2014 15:05:53 +0200 Message-ID: <1594875.H8RCzoLnTe@xps13> References: <4680006.49a2zB1OLs@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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" 2014-07-24 15:00, sothy shan: > I have problem when I try dpdk ovs with DPDK 1.7. DPDK 1.7 alone working > well. [...] > I am not sure when I using DPDK ovs, how to debug at DPDK 1.7.0 code. I > guess I need to enable to print PMD_DEBUG_TRACE message. At this point, > DPDK ovs message is only printed. You should enable CONFIG_RTE_LIBRTE_ETHDEV_DEBUG before compiling. > I too suspect it is problem with port_conf message. Not sure. First I need > to know how to use PMD_DEBUG_TRACE with DPDK_ovs. > > You understand my question? Yes I understand that you should enable debugging and ask for help on the right mailling list. If DPDK alone works well, we cannot do anything for you. -- Thomas