From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 7AFBFB362 for ; Thu, 24 Jul 2014 15:04:36 +0200 (CEST) Received: by mail-wi0-f176.google.com with SMTP id bs8so9638205wib.3 for ; Thu, 24 Jul 2014 06:06:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=qB88FfFrCt7DcfkoZwj38E8cSiqYfENDGJAfJIKsxzk=; b=e4BtncGRa9Ze98cMLcvF3WA8h8CPmXjd62I/9OTFnko0wlqYSfQuNE3GOmwnwOOF4N mJWn5z+7obou8u9tOOndnIX7rc/5k2/VDleFurUoeiD8J1mvg87pCz6zGgkl6cMzt3Du H5XFS+uGbNszhWLKM3+ytyZ7Xa+yNc0jYRtbS4cMScl9rNo29q4oRpww5prO5k0ucbjy Z0ZeuB7SnGb4Ys7FZsPuKoI1nWjVp3aEpun+zj9pOEc4J/hbMmUUrAjObcy/rN+R22lE sOt7zqmnXbMSwCQXiEoLORDXrQ7h8BLDkThPMKbE62xYVlDPJL1YK99hV3dZi8CwZA8W U/8w== X-Gm-Message-State: ALoCoQnvKCTYvNNuvWMjOEAwMr3PzKuTpKTxlOg0t4angiGKuoyVOlSwbjsI0beyVnGV0XLrE+r5 X-Received: by 10.180.89.143 with SMTP id bo15mr12669061wib.78.1406207164506; Thu, 24 Jul 2014 06:06:04 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id n8sm22819717wia.19.2014.07.24.06.06.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Jul 2014 06:06:03 -0700 (PDT) From: Thomas Monjalon To: sothy shan Date: Thu, 24 Jul 2014 15:05:53 +0200 Message-ID: <1594875.H8RCzoLnTe@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: References: <4680006.49a2zB1OLs@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] rte_eth_dev_configure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2014 13:04:36 -0000 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