Guest User

Untitled

a guest
Jun 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. mad@docker-host2:~/dpdk-stable-18.02.2/examples/helloworld$ sudo ./build/helloworld -l 0-30 -n 500
  2. EAL: Detected 72 lcore(s)
  3. EAL: 242 hugepages of size 1073741824 reserved, but no mounted hugetlbfs found for that size
  4. EAL: Multi-process socket /var/run/.rte_unix
  5. EAL: Probing VFIO support...
  6. EAL: PCI device 0000:01:00.0 on NUMA socket 0
  7. EAL: probe driver: 8086:1528 net_ixgbe
  8. EAL: PCI device 0000:01:00.1 on NUMA socket 0
  9. EAL: probe driver: 8086:1528 net_ixgbe
  10. EAL: PCI device 0000:05:00.0 on NUMA socket 0
  11. EAL: probe driver: 8086:1521 net_e1000_igb
  12. EAL: PCI device 0000:05:00.1 on NUMA socket 0
  13. EAL: probe driver: 8086:1521 net_e1000_igb
  14. hello from core 1
  15. hello from core 2
  16. hello from core 3
  17. hello from core 4
  18. hello from core 5
  19. hello from core 6
  20. hello from core 7
  21. hello from core 8
  22. hello from core 9
  23. hello from core 10
  24. hello from core 11
  25. hello from core 12
  26. hello from core 13
  27. hello from core 14
  28. hello from core 15
  29. hello from core 16
  30. hello from core 17
  31. hello from core 18
  32. hello from core 19
  33. hello from core 20
  34. hello from core 21
  35. hello from core 22
  36. hello from core 23
  37. hello from core 24
  38. hello from core 25
  39. hello from core 26
  40. hello from core 27
  41. hello from core 28
  42. hello from core 29
  43. hello from core 30
  44. hello from core 0
  45. mad@docker-host2:~/dpdk-stable-18.02.2/examples/helloworld$ sudo cat /proc/meminfo | grep Huge
  46. AnonHugePages: 0 kB
  47. ShmemHugePages: 0 kB
  48. HugePages_Total: 1088
  49. HugePages_Free: 0
  50. HugePages_Rsvd: 0
  51. HugePages_Surp: 0
  52. Hugepagesize: 2048 kB
  53. mad@docker-host2:~/dpdk-stable-18.02.2/examples/helloworld$
Add Comment
Please, Sign In to add comment