From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vc0-x232.google.com (mail-vc0-x232.google.com [IPv6:2607:f8b0:400c:c03::232]) by dpdk.org (Postfix) with ESMTP id DBD192F4 for ; Thu, 23 Jan 2014 14:48:30 +0100 (CET) Received: by mail-vc0-f178.google.com with SMTP id ik5so1069918vcb.9 for ; Thu, 23 Jan 2014 05:49:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YiZoCgX7vYQA0nfhuRFZwBaoM/OWE+mBXZxxYYu6E0g=; b=cAHuzv8cIFL9iFVpbe3cL7cz6r6kv30pEWTNWD/YhbQs2seD9bbEIwSn9PdUpDTlNq qBoyeEf3WrP9gWrOgeKEM6h/rFeZUbU2gIFjcwRApdoHahIaKUbprETHT/yk1SsaOlTl demZQHehDfBK3/gw3ktGAZh7BGtc5POPty3X/GQfNzH7rVB3j9FpXd41SEKudijfmCj4 Ea+ld9Myvghqk66kZvP3cD0EJ/83zldBrPDQf5jqTAV3L1w0RIPH+PwyHLPyRe8tEv9y HkS3D9dEUSPLYfHJt5M/2P2pnp6CbDxQdpFePLDNe44XECxzX+g1ijZ/JZJHbWfKgLfR kW+A== MIME-Version: 1.0 X-Received: by 10.220.2.199 with SMTP id 7mr339125vck.4.1390484987434; Thu, 23 Jan 2014 05:49:47 -0800 (PST) Received: by 10.58.182.42 with HTTP; Thu, 23 Jan 2014 05:49:47 -0800 (PST) In-Reply-To: References: Date: Thu, 23 Jan 2014 05:49:47 -0800 Message-ID: From: Sambath Kumar Balasubramanian To: Selvaganapathy Chidambaram Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Issue in virtio pmd available in dpdk 1.5 - 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, 23 Jan 2014 13:48:31 -0000 Thanks Huawei/ Selvaganapathy. Regards, Sambath On Mon, Jan 20, 2014 at 10:42 AM, Selvaganapathy Chidambaram < selvaganapathyc@gmail.com> wrote: > Thanks Huawei. > > Hi Sambath, > > As Huawei mentioned, debugging pci_uio_map_resource helped. Setting > CONFIG_RTE_EAL_UNBIND_PORTS=y fixed the issue for me. > > Hope it helps. > > > > Thanks, > Selvaganapathy.C. > > > On Sat, Jan 18, 2014 at 3:24 AM, Xie, Huawei wrote: > >> Hi: >> Could you give the node information for your virtio device? >> Is it like this: >> /sys/devices/pci0000:00/0000:00:08.0/uio/uio0/portio/start ? >> >> You could also debug pci_uio_map_resource, see where is broken. >> >> >> >