From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [119.145.14.66]) by dpdk.org (Postfix) with ESMTP id 004227E9D for ; Thu, 23 Oct 2014 07:43:07 +0200 (CEST) Received: from 172.24.2.119 (EHLO szxeml422-hub.china.huawei.com) ([172.24.2.119]) by szxrg03-dlp.huawei.com (MOS 4.4.3-GA FastPath queued) with ESMTP id AVY37555; Thu, 23 Oct 2014 13:51:29 +0800 (CST) Received: from [127.0.0.1] (10.177.19.236) by szxeml422-hub.china.huawei.com (10.82.67.161) with Microsoft SMTP Server id 14.3.158.1; Thu, 23 Oct 2014 13:51:26 +0800 Message-ID: <54489751.7030906@huawei.com> Date: Thu, 23 Oct 2014 13:51:13 +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, Helin" , "dev@dpdk.org" References: <544877B0.4030905@huawei.com> <54488484.8030700@huawei.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.19.236] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020208.54489761.009D, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: f2dbee08db34f116c56bdccb4bfe771f 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 05:43:09 -0000 On 2014/10/23 12:56, Zhang, Helin wrote: > > >> -----Original Message----- >> From: Lilijun [mailto:jerry.lilijun@huawei.com] >> Sent: Thursday, October 23, 2014 12:31 PM >> To: Zhang, Helin; dev@dpdk.org >> Subject: Re: [dpdk-dev] Problems when testing l2fwd with ixgbevf pmd dirver >> >> On 2014/10/23 11:44, Zhang, Helin wrote: >>> Hi >>> >>>> -----Original Message----- >>>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Lilijun >>>> Sent: Thursday, October 23, 2014 11:36 AM >>>> To: dev@dpdk.org >>>> Subject: [dpdk-dev] Problems when testing l2fwd with ixgbevf pmd dirver >>>> >>>> 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? >>> Did you launch DPDK host application? >> >> My test steps: >> 1) rmmod ixgbe; modprobe ixgbe max_vfs=3,3 >> 2) insmod dpdk-1.7.0/x86_64-native-linuxapp-gcc/kmod/igb_uio.ko >> 3) dpdk_nic_bind.py -b igb_uio 02:10.0 02:10.1 >> 4) ./build/l2fwd -c 0xf -n 3 -- -p 3 -q 1 >> >> Then l2fwd run failed with error messages shown as above email. > All done in guest, right? > If yes, you need to check if host runs in host. It could be standard Linux host driver, or DPDK host driver. Thanks for the reply. The example application runs in host. Now the problem has been fixed for that I haven't make my PF NIC up yet. > >> >> Is my test steps correctly? >> >>> >>>> >>>> Thanks, >>>> Jerry >>> >>> Regards, >>> Helin >>> >>> >> > > Regards, > Helin > > >