[dpdk-dev] DPDK failed to handle intialize VF

2013-11-12 Thread cheng.luo...@hitachi.com
Hi, I am using DPDK for SRIOV. I have one Intel X520 with two PFs. After binding the two PFs to igb_uio, I create two VFs and assign them to a virtual machine. I found that to wake up VF, the VF will send some message to PF such as IXGBE_VF_SET_MACVLAN(0x06) and IXGBE_VF_API_NEGOTIATE(0x08) for t

[dpdk-dev] running l2fwd with endless error message: PMD: Unhandled Msg 00000006

2013-11-08 Thread cheng.luo...@hitachi.com
Hi, Recently I try to run l2fwd. When I try to ifconfig the VF created by igb_uio based PF in the VMs, The l2fwd will print out endless error as follow: PMD: Unhandled Msg 0006 PMD: Unhandled Msg 0008 --- And the VM will also print out endless error message as foll

[dpdk-dev] /sys/bus/pci/devices/[interface]/numa_node is -1

2013-10-31 Thread cheng.luo...@hitachi.com
Hi, I try to run DPDMK testpmd and failed. I found that EAL will read /sys/bus/pci/devices/[interface]/numa_node file and initilize the PCI devices. My PC does not support NUMA, it has only one processor. However, initial value of numa_node of the device is -1. I found some suggestion that BIOS s

[dpdk-dev] fail to run with testpmd, EAL fail to bind socket

2013-10-24 Thread cheng.luo...@hitachi.com
Dear all, I am a beginner with DPDK. I just install it in fedora18 with two X540 Enthercards. After compile it and run the testpmd I got the following message: [root at localhost test-pmd]# ./testpmd -c7 -n3 -- -i --nb-cores=2