From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 773A6AFD2 for ; Fri, 18 Apr 2014 14:31:22 +0200 (CEST) Received: by mail-wg0-f50.google.com with SMTP id x13so476758wgg.9 for ; Fri, 18 Apr 2014 05:31:23 -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=1SCdtGz/ajWK3ftmffWTrB64p3MPxA0G1h1sYDv9JPQ=; b=UTBroBZSFmZAecUuiq5c9/+9cqvDny++wzNXxWO6cMPzHtDKs8GWhnDOifsFjRa+Qu /QhJvdVw0Inn/6ln11GwGyxHLHq4kRt9EhyIUhnvTEDhkS/7+XT1msSN/8Ci4aOfuQBj zYqueKTmkhyIzM964Z1CCvt+XsaJEMaEyQlxolF5BU2ucG8zBhZpBrVArnuRXAmNZSOU wmDItyG3CK7VBGAMpdODsYIfZcuiDYyAsP5ozLHS6/gMPn9U4HJvZbAoRUdftMFY8Qy7 BqZ1hyXuKYPVzUGNfZSmtrNd0WyJ21yPvt//umm1rHzdj8xD8Gmc9b8xKux9eli/LU3n VDkA== X-Gm-Message-State: ALoCoQnkzSJt6JnUTLL9ZOpA+jxVpDsd8zlIKsC5Z+Hr4i1ROb2ORiYVS+TXqIIbe/0dKxp11+e3 X-Received: by 10.194.60.114 with SMTP id g18mr639497wjr.61.1397824283533; Fri, 18 Apr 2014 05:31:23 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id rx9sm43413594wjb.20.2014.04.18.05.31.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Apr 2014 05:31:22 -0700 (PDT) From: Thomas Monjalon To: B Gopikrishna Date: Fri, 18 Apr 2014 14:31:21 +0200 Message-ID: <8080666.eQLb0Bv3Fe@xps13> Organization: 6WIND User-Agent: KMail/4.12.4 (Linux/3.14.1-1-ARCH; KDE/4.12.4; x86_64; ; ) In-Reply-To: References: 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 fails on VM with e1000 drivers 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: Fri, 18 Apr 2014 12:31:22 -0000 Hi, 2014-04-18 17:39, B Gopikrishna: > when I run the l3fwd application with the below command line, I am observing > the error "Cannot configure device: err=-22, port=0". The complete log is > posted below. Could you try to reproduce it with the git HEAD version? It may be fixed by this commit: d73d8f3 timer: fix TSC frequency by not reading /proc/cpuinfo -- Thomas