From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [119.145.14.65]) by dpdk.org (Postfix) with ESMTP id 894207E9E for ; Thu, 23 Oct 2014 08:55:31 +0200 (CEST) Received: from 172.24.2.119 (EHLO szxeml451-hub.china.huawei.com) ([172.24.2.119]) by szxrg02-dlp.huawei.com (MOS 4.3.7-GA FastPath queued) with ESMTP id CBD45485; Thu, 23 Oct 2014 15:03:52 +0800 (CST) Received: from [127.0.0.1] (10.177.19.236) by szxeml451-hub.china.huawei.com (10.82.67.194) with Microsoft SMTP Server id 14.3.158.1; Thu, 23 Oct 2014 15:03:45 +0800 Message-ID: <5448A84A.50508@huawei.com> Date: Thu, 23 Oct 2014 15:03:38 +0800 From: Lilijun User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: "Zhang, Jerry" References: <544877B0.4030905@huawei.com> <4255D795-B31C-42C0-975D-36FA23D70F2A@intel.com> In-Reply-To: <4255D795-B31C-42C0-975D-36FA23D70F2A@intel.com> Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.177.19.236] X-CFilter-Loop: Reflected Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Problems when testing l2fwd with ixgbevf pmd dirver 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 Oct 2014 06:55:33 -0000 On 2014/10/23 13:56, Zhang, Jerry wrote: > Hi lijun, > > It seems that one of the PCI BAR mapping failed. Need to identify the accurate code line of the mapping error. > > Is this a common issue for all 82599 VFs in your environment or just one rare case? If it's just one case, maybe it is caused by configure problem and please try to reconfigure your PF/VF. The PF nic has not been up yet, so VF pmd dirver initialize failed. That's ok now. Thanks. > > Thank you! > > 发自我的 iPhone > >> 在 2014年10月23日,11:37,Lilijun 写道: >> >> Hi all, >> >> I am testing the example l2fwd of dpdk-1.7.0 using intel 82599 VF NICs. >> But the VF can't be used when doing probe pmd driver with following error: >> >> EAL: PCI device 0000:02:10.0 on NUMA socket -1 >> EAL: probe driver: 8086:10ed rte_ixgbevf_pmd >> EAL: PCI memory mapped at 0x7f78b181f000 >> EAL: PCI memory mapped at 0x7f78b181b000 >> EAL: Error - exiting with code: 1 >> Cause: Requested device 0000:02:10.0 cannot be used >> >> Any suggestions? >> >> Thanks, >> Jerry >>