From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lilijun Subject: Problems when testing l2fwd with ixgbevf pmd dirver Date: Thu, 23 Oct 2014 11:36:16 +0800 Message-ID: <544877B0.4030905@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit To: "dev-VfR2kkLFssw@public.gmane.org" Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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