Guest User

Untitled

a guest
Dec 17th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. root@stbppc:/home/jones/dpdk-stable-18.05.1/build/app# ./testpmd -c7 -n3 --vdev=net_pcap0,iface=eth0 --vdev=net_pcap1,iface=eth1 -- -i --nb-cores=2 --nb-ports=2 --total-num-mbufs=2048
  2. EAL: Detected 4 lcore(s)
  3. EAL: Detected 1 NUMA nodes
  4. ERROR: failed to parse device "net_pcap0"
  5. EAL: Unable to parse device 'net_pcap0,iface=eth0'
  6. PANIC in main():
  7. Cannot init EAL
  8. 5: [./testpmd(_start+0x29) [0x47abf9]]
  9. 4: [/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f3d6e33b830]]
  10. 3: [./testpmd(main+0xaa8) [0x475118]]
  11. 2: [./testpmd(__rte_panic+0xc3) [0x46bf80]]
  12. 1: [./testpmd(rte_dump_stack+0x2b) [0x53971b]]
  13. Aborted (core dumped)
Add Comment
Please, Sign In to add comment