linuxaddicts

Untitled

Oct 4th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 20.91 KB | None | 0 0
  1. [root@test]# ./testpmd -l 2,3,4 -n 4 --huge-dir=/dev/hugepages -w 04:00.0 -w 04:00.1 --socket-mem=2048,0 -- --nb-cores=2 --mbcache=512 --rxq=1 --txq=1 --i --burst=64 --rxd=2048 --txd=2048 --forward-mode=mac
  2. EAL: Detected 48 lcore(s)
  3. EAL: Detected 8 NUMA nodes
  4. EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
  5. EAL: Probing VFIO support...
  6. EAL: PCI device 0000:04:00.0 on NUMA socket 0
  7. EAL:   probe driver: 15b3:1015 net_mlx5
  8. EAL: PCI device 0000:04:00.1 on NUMA socket 0
  9. EAL:   probe driver: 15b3:1015 net_mlx5
  10. Interactive-mode selected
  11. Set mac packet forwarding mode
  12. testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=180224, size=2176, socket=0
  13. testpmd: preferred mempool ops selected: ring_mp_mc
  14. testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=180224, size=2176, socket=1
  15. testpmd: preferred mempool ops selected: ring_mp_mc
  16. testpmd: create a new mbuf pool <mbuf_pool_socket_2>: n=180224, size=2176, socket=2
  17. testpmd: preferred mempool ops selected: ring_mp_mc
  18. testpmd: create a new mbuf pool <mbuf_pool_socket_3>: n=180224, size=2176, socket=3
  19. testpmd: preferred mempool ops selected: ring_mp_mc
  20. testpmd: create a new mbuf pool <mbuf_pool_socket_4>: n=180224, size=2176, socket=4
  21. testpmd: preferred mempool ops selected: ring_mp_mc
  22. EAL: Error - exiting with code: 1
  23.   Cause: Creation of mbuf pool for socket 4 failed: Cannot allocate memory
  24.  
  25. grep -i huge /proc/meminfo
  26. AnonHugePages:         0 kB
  27. HugePages_Total:      20
  28. HugePages_Free:       15
  29. HugePages_Rsvd:        0
  30. HugePages_Surp:        0
  31. Hugepagesize:    1048576 kB
  32.  
  33.  
  34. With --log-level=eal,8
  35.  
  36. [root@test]# ./testpmd -l 2,3,4 -n 4 --huge-dir=/dev/hugepages -w 04:00.0 -w 04:00.1 --socket-mem=2048,0 --log-level=eal,8 -- --nb-cores=2 --mbcache=512 --rxq=1 --txq=1 --i --burst=64 --rxd=2048 --txd=2048 --forward-mode=mac
  37. EAL: Detected lcore 0 as core 0 on socket 0
  38. EAL: Detected lcore 1 as core 1 on socket 0
  39. EAL: Detected lcore 2 as core 2 on socket 0
  40. EAL: Detected lcore 3 as core 8 on socket 0
  41. EAL: Detected lcore 4 as core 9 on socket 0
  42. EAL: Detected lcore 5 as core 10 on socket 0
  43. EAL: Detected lcore 6 as core 16 on socket 1
  44. EAL: Detected lcore 7 as core 17 on socket 1
  45. EAL: Detected lcore 8 as core 18 on socket 1
  46. EAL: Detected lcore 9 as core 24 on socket 1
  47. EAL: Detected lcore 10 as core 25 on socket 1
  48. EAL: Detected lcore 11 as core 26 on socket 1
  49. EAL: Detected lcore 12 as core 32 on socket 2
  50. EAL: Detected lcore 13 as core 33 on socket 2
  51. EAL: Detected lcore 14 as core 34 on socket 2
  52. EAL: Detected lcore 15 as core 40 on socket 2
  53. EAL: Detected lcore 16 as core 41 on socket 2
  54. EAL: Detected lcore 17 as core 42 on socket 2
  55. EAL: Detected lcore 18 as core 48 on socket 3
  56. EAL: Detected lcore 19 as core 49 on socket 3
  57. EAL: Detected lcore 20 as core 50 on socket 3
  58. EAL: Detected lcore 21 as core 56 on socket 3
  59. EAL: Detected lcore 22 as core 57 on socket 3
  60. EAL: Detected lcore 23 as core 58 on socket 3
  61. EAL: Detected lcore 24 as core 0 on socket 4
  62. EAL: Detected lcore 25 as core 1 on socket 4
  63. EAL: Detected lcore 26 as core 2 on socket 4
  64. EAL: Detected lcore 27 as core 8 on socket 4
  65. EAL: Detected lcore 28 as core 9 on socket 4
  66. EAL: Detected lcore 29 as core 10 on socket 4
  67. EAL: Detected lcore 30 as core 16 on socket 5
  68. EAL: Detected lcore 31 as core 17 on socket 5
  69. EAL: Detected lcore 32 as core 18 on socket 5
  70. EAL: Detected lcore 33 as core 24 on socket 5
  71. EAL: Detected lcore 34 as core 25 on socket 5
  72. EAL: Detected lcore 35 as core 26 on socket 5
  73. EAL: Detected lcore 36 as core 32 on socket 6
  74. EAL: Detected lcore 37 as core 33 on socket 6
  75. EAL: Detected lcore 38 as core 34 on socket 6
  76. EAL: Detected lcore 39 as core 40 on socket 6
  77. EAL: Detected lcore 40 as core 41 on socket 6
  78. EAL: Detected lcore 41 as core 42 on socket 6
  79. EAL: Detected lcore 42 as core 48 on socket 7
  80. EAL: Detected lcore 43 as core 49 on socket 7
  81. EAL: Detected lcore 44 as core 50 on socket 7
  82. EAL: Detected lcore 45 as core 56 on socket 7
  83. EAL: Detected lcore 46 as core 57 on socket 7
  84. EAL: Detected lcore 47 as core 58 on socket 7
  85. EAL: Support maximum 128 logical core(s) by configuration.
  86. EAL: Detected 48 lcore(s)
  87. EAL: Detected 8 NUMA nodes
  88. EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
  89. EAL: Module /sys/module/vfio_pci not found! error 2 (No such file or directory)
  90. EAL: VFIO PCI modules not loaded
  91. EAL: DPAA Bus not present. Skipping.
  92. EAL: Probing VFIO support...
  93. EAL: Module /sys/module/vfio not found! error 2 (No such file or directory)
  94. EAL: VFIO modules not loaded, skipping VFIO support...
  95. EAL: Ask a virtual area of 0x2e000 bytes
  96. EAL: Virtual area found at 0x7f508c669000 (size = 0x2e000)
  97. EAL: Setting up physically contiguous memory...
  98. EAL: Ask a virtual area of 0x1000 bytes
  99. EAL: Virtual area found at 0x7f508c6a2000 (size = 0x1000)
  100. EAL: Memseg list allocated: 0x100000kB at socket 0
  101. EAL: Ask a virtual area of 0x800000000 bytes
  102. EAL: Virtual area found at 0x7f4880000000 (size = 0x800000000)
  103. EAL: Ask a virtual area of 0x1000 bytes
  104. EAL: Virtual area found at 0x7f508c6a1000 (size = 0x1000)
  105. EAL: Memseg list allocated: 0x100000kB at socket 0
  106. EAL: Ask a virtual area of 0x800000000 bytes
  107. EAL: Virtual area found at 0x7f4040000000 (size = 0x800000000)
  108. EAL: Ask a virtual area of 0x1000 bytes
  109. EAL: Virtual area found at 0x7f508c6a0000 (size = 0x1000)
  110. EAL: Memseg list allocated: 0x100000kB at socket 0
  111. EAL: Ask a virtual area of 0x800000000 bytes
  112. EAL: Virtual area found at 0x7f3800000000 (size = 0x800000000)
  113. EAL: Ask a virtual area of 0x1000 bytes
  114. EAL: Virtual area found at 0x7f508c69f000 (size = 0x1000)
  115. EAL: Memseg list allocated: 0x100000kB at socket 0
  116. EAL: Ask a virtual area of 0x800000000 bytes
  117. EAL: Virtual area found at 0x7f2fc0000000 (size = 0x800000000)
  118. EAL: Ask a virtual area of 0x1000 bytes
  119. EAL: Virtual area found at 0x7f508c668000 (size = 0x1000)
  120. EAL: Memseg list allocated: 0x100000kB at socket 1
  121. EAL: Ask a virtual area of 0x800000000 bytes
  122. EAL: Virtual area found at 0x7f2780000000 (size = 0x800000000)
  123. EAL: Ask a virtual area of 0x1000 bytes
  124. EAL: Virtual area found at 0x7f508c667000 (size = 0x1000)
  125. EAL: Memseg list allocated: 0x100000kB at socket 1
  126. EAL: Ask a virtual area of 0x800000000 bytes
  127. EAL: Virtual area found at 0x7f1f40000000 (size = 0x800000000)
  128. EAL: Ask a virtual area of 0x1000 bytes
  129. EAL: Virtual area found at 0x7f508c666000 (size = 0x1000)
  130. EAL: Memseg list allocated: 0x100000kB at socket 1
  131. EAL: Ask a virtual area of 0x800000000 bytes
  132. EAL: Virtual area found at 0x7f1700000000 (size = 0x800000000)
  133. EAL: Ask a virtual area of 0x1000 bytes
  134. EAL: Virtual area found at 0x7f508c665000 (size = 0x1000)
  135. EAL: Memseg list allocated: 0x100000kB at socket 1
  136. EAL: Ask a virtual area of 0x800000000 bytes
  137. EAL: Virtual area found at 0x7f0ec0000000 (size = 0x800000000)
  138. EAL: Ask a virtual area of 0x1000 bytes
  139. EAL: Virtual area found at 0x7f508c664000 (size = 0x1000)
  140. EAL: Memseg list allocated: 0x100000kB at socket 2
  141. EAL: Ask a virtual area of 0x800000000 bytes
  142. EAL: Virtual area found at 0x7f0680000000 (size = 0x800000000)
  143. EAL: Ask a virtual area of 0x1000 bytes
  144. EAL: Virtual area found at 0x7f508c663000 (size = 0x1000)
  145. EAL: Memseg list allocated: 0x100000kB at socket 2
  146. EAL: Ask a virtual area of 0x800000000 bytes
  147. EAL: Virtual area found at 0x7efe40000000 (size = 0x800000000)
  148. EAL: Ask a virtual area of 0x1000 bytes
  149. EAL: Virtual area found at 0x7f508c662000 (size = 0x1000)
  150. EAL: Memseg list allocated: 0x100000kB at socket 2
  151. EAL: Ask a virtual area of 0x800000000 bytes
  152. EAL: Virtual area found at 0x7ef600000000 (size = 0x800000000)
  153. EAL: Ask a virtual area of 0x1000 bytes
  154. EAL: Virtual area found at 0x7f508c661000 (size = 0x1000)
  155. EAL: Memseg list allocated: 0x100000kB at socket 2
  156. EAL: Ask a virtual area of 0x800000000 bytes
  157. EAL: Virtual area found at 0x7eedc0000000 (size = 0x800000000)
  158. EAL: Ask a virtual area of 0x1000 bytes
  159. EAL: Virtual area found at 0x7f508c660000 (size = 0x1000)
  160. EAL: Memseg list allocated: 0x100000kB at socket 3
  161. EAL: Ask a virtual area of 0x800000000 bytes
  162. EAL: Virtual area found at 0x7ee580000000 (size = 0x800000000)
  163. EAL: Ask a virtual area of 0x1000 bytes
  164. EAL: Virtual area found at 0x7f508c65f000 (size = 0x1000)
  165. EAL: Memseg list allocated: 0x100000kB at socket 3
  166. EAL: Ask a virtual area of 0x800000000 bytes
  167. EAL: Virtual area found at 0x7edd40000000 (size = 0x800000000)
  168. EAL: Ask a virtual area of 0x1000 bytes
  169. EAL: Virtual area found at 0x7f508c65e000 (size = 0x1000)
  170. EAL: Memseg list allocated: 0x100000kB at socket 3
  171. EAL: Ask a virtual area of 0x800000000 bytes
  172. EAL: Virtual area found at 0x7ed500000000 (size = 0x800000000)
  173. EAL: Ask a virtual area of 0x1000 bytes
  174. EAL: Virtual area found at 0x7f508c65d000 (size = 0x1000)
  175. EAL: Memseg list allocated: 0x100000kB at socket 3
  176. EAL: Ask a virtual area of 0x800000000 bytes
  177. EAL: Virtual area found at 0x7eccc0000000 (size = 0x800000000)
  178. EAL: Allocating 2 pages of size 1024M on socket 0
  179. EAL: Trying to obtain current memory policy.
  180. EAL: Setting policy MPOL_PREFERRED for socket 0
  181. EAL: Restoring previous memory policy: 0
  182. EAL: Added 2048M to heap on socket 0
  183. EAL: TSC frequency is ~2295686 KHz
  184. EAL: Master lcore 2 is ready (tid=8c698c00;cpuset=[2])
  185. EAL: lcore 4 is ready (tid=890aa700;cpuset=[4])
  186. EAL: lcore 3 is ready (tid=898ab700;cpuset=[3])
  187. EAL: PCI device 0000:04:00.0 on NUMA socket 0
  188. EAL:   probe driver: 15b3:1015 net_mlx5
  189. EAL: Mem event callback 'MLX5_MEM_EVENT_CB:(nil)' registered
  190. EAL: PCI device 0000:04:00.1 on NUMA socket 0
  191. EAL:   probe driver: 15b3:1015 net_mlx5
  192. EAL: Module /sys/module/vfio not found! error 2 (No such file or directory)
  193. Interactive-mode selected
  194. Set mac packet forwarding mode
  195. testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=180224, size=2176, socket=0
  196. testpmd: preferred mempool ops selected: ring_mp_mc
  197. testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=180224, size=2176, socket=1
  198. testpmd: preferred mempool ops selected: ring_mp_mc
  199. EAL: Trying to obtain current memory policy.
  200. EAL: Setting policy MPOL_PREFERRED for socket 1
  201. EAL: Restoring previous memory policy: 0
  202. EAL: Calling mem event callback 'MLX5_MEM_EVENT_CB:(nil)'
  203. EAL: request: mp_malloc_sync
  204. EAL: Heap on socket 1 was expanded by 1024MB
  205. testpmd: create a new mbuf pool <mbuf_pool_socket_2>: n=180224, size=2176, socket=2
  206. testpmd: preferred mempool ops selected: ring_mp_mc
  207. EAL: Trying to obtain current memory policy.
  208. EAL: Setting policy MPOL_PREFERRED for socket 2
  209. EAL: Restoring previous memory policy: 0
  210. EAL: Calling mem event callback 'MLX5_MEM_EVENT_CB:(nil)'
  211. EAL: request: mp_malloc_sync
  212. EAL: Heap on socket 2 was expanded by 1024MB
  213. testpmd: create a new mbuf pool <mbuf_pool_socket_3>: n=180224, size=2176, socket=3
  214. testpmd: preferred mempool ops selected: ring_mp_mc
  215. EAL: Trying to obtain current memory policy.
  216. EAL: Setting policy MPOL_PREFERRED for socket 3
  217. EAL: Restoring previous memory policy: 0
  218. EAL: Calling mem event callback 'MLX5_MEM_EVENT_CB:(nil)'
  219. EAL: request: mp_malloc_sync
  220. EAL: Heap on socket 3 was expanded by 1024MB
  221. testpmd: create a new mbuf pool <mbuf_pool_socket_4>: n=180224, size=2176, socket=4
  222. testpmd: preferred mempool ops selected: ring_mp_mc
  223. EAL: Error - exiting with code: 1
  224.   Cause: Creation of mbuf pool for socket 4 failed: Cannot allocate memory
  225.  
  226. With patch:
  227.  
  228. [root@test]# grep -i CONFIG_RTE_MAX_MEM ../../config/common_base
  229. CONFIG_RTE_MAX_MEMSEG_LISTS=64
  230. CONFIG_RTE_MAX_MEMSEG_PER_LIST=8192
  231. CONFIG_RTE_MAX_MEM_MB_PER_LIST=32768
  232. #CONFIG_RTE_MAX_MEMSEG_PER_TYPE=32768
  233. CONFIG_RTE_MAX_MEMSEG_PER_TYPE=16384
  234. #CONFIG_RTE_MAX_MEM_MB_PER_TYPE=131072
  235. CONFIG_RTE_MAX_MEM_MB_PER_TYPE=32768
  236. CONFIG_RTE_MAX_MEM_MB=524288
  237. CONFIG_RTE_MAX_MEMZONE=2560
  238.  
  239.  
  240. [root@test]# ./testpmd -l 2,3,4 -n 4 --huge-dir=/dev/hugepages -w 04:00.0 -w 04:00.1 --socket-mem=2048,0 --log-level=eal,8 -- --nb-cores=2 --mbcache=512 --rxq=1 --txq=1 --i --burst=64 --rxd=2048 --txd=2048 --forward-mode=mac
  241. EAL: Detected lcore 0 as core 0 on socket 0
  242. EAL: Detected lcore 1 as core 1 on socket 0
  243. EAL: Detected lcore 2 as core 2 on socket 0
  244. EAL: Detected lcore 3 as core 8 on socket 0
  245. EAL: Detected lcore 4 as core 9 on socket 0
  246. EAL: Detected lcore 5 as core 10 on socket 0
  247. EAL: Detected lcore 6 as core 16 on socket 1
  248. EAL: Detected lcore 7 as core 17 on socket 1
  249. EAL: Detected lcore 8 as core 18 on socket 1
  250. EAL: Detected lcore 9 as core 24 on socket 1
  251. EAL: Detected lcore 10 as core 25 on socket 1
  252. EAL: Detected lcore 11 as core 26 on socket 1
  253. EAL: Detected lcore 12 as core 32 on socket 2
  254. EAL: Detected lcore 13 as core 33 on socket 2
  255. EAL: Detected lcore 14 as core 34 on socket 2
  256. EAL: Detected lcore 15 as core 40 on socket 2
  257. EAL: Detected lcore 16 as core 41 on socket 2
  258. EAL: Detected lcore 17 as core 42 on socket 2
  259. EAL: Detected lcore 18 as core 48 on socket 3
  260. EAL: Detected lcore 19 as core 49 on socket 3
  261. EAL: Detected lcore 20 as core 50 on socket 3
  262. EAL: Detected lcore 21 as core 56 on socket 3
  263. EAL: Detected lcore 22 as core 57 on socket 3
  264. EAL: Detected lcore 23 as core 58 on socket 3
  265. EAL: Detected lcore 24 as core 0 on socket 4
  266. EAL: Detected lcore 25 as core 1 on socket 4
  267. EAL: Detected lcore 26 as core 2 on socket 4
  268. EAL: Detected lcore 27 as core 8 on socket 4
  269. EAL: Detected lcore 28 as core 9 on socket 4
  270. EAL: Detected lcore 29 as core 10 on socket 4
  271. EAL: Detected lcore 30 as core 16 on socket 5
  272. EAL: Detected lcore 31 as core 17 on socket 5
  273. EAL: Detected lcore 32 as core 18 on socket 5
  274. EAL: Detected lcore 33 as core 24 on socket 5
  275. EAL: Detected lcore 34 as core 25 on socket 5
  276. EAL: Detected lcore 35 as core 26 on socket 5
  277. EAL: Detected lcore 36 as core 32 on socket 6
  278. EAL: Detected lcore 37 as core 33 on socket 6
  279. EAL: Detected lcore 38 as core 34 on socket 6
  280. EAL: Detected lcore 39 as core 40 on socket 6
  281. EAL: Detected lcore 40 as core 41 on socket 6
  282. EAL: Detected lcore 41 as core 42 on socket 6
  283. EAL: Detected lcore 42 as core 48 on socket 7
  284. EAL: Detected lcore 43 as core 49 on socket 7
  285. EAL: Detected lcore 44 as core 50 on socket 7
  286. EAL: Detected lcore 45 as core 56 on socket 7
  287. EAL: Detected lcore 46 as core 57 on socket 7
  288. EAL: Detected lcore 47 as core 58 on socket 7
  289. EAL: Support maximum 128 logical core(s) by configuration.
  290. EAL: Detected 48 lcore(s)
  291. EAL: Detected 8 NUMA nodes
  292. EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
  293. EAL: Module /sys/module/vfio_pci not found! error 2 (No such file or directory)
  294. EAL: VFIO PCI modules not loaded
  295. EAL: DPAA Bus not present. Skipping.
  296. EAL: Probing VFIO support...
  297. EAL: Module /sys/module/vfio not found! error 2 (No such file or directory)
  298. EAL: VFIO modules not loaded, skipping VFIO support...
  299. EAL: Ask a virtual area of 0x2e000 bytes
  300. EAL: Virtual area found at 0x7f64c1228000 (size = 0x2e000)
  301. EAL: Setting up physically contiguous memory...
  302. EAL: Ask a virtual area of 0x1000 bytes
  303. EAL: Virtual area found at 0x7f64c1261000 (size = 0x1000)
  304. EAL: Memseg list allocated: 0x100000kB at socket 0
  305. EAL: Ask a virtual area of 0x800000000 bytes
  306. EAL: Virtual area found at 0x7f5c80000000 (size = 0x800000000)
  307. EAL: Ask a virtual area of 0x1000 bytes
  308. EAL: Virtual area found at 0x7f64c1260000 (size = 0x1000)
  309. EAL: Memseg list allocated: 0x100000kB at socket 0
  310. EAL: Ask a virtual area of 0x800000000 bytes
  311. EAL: Virtual area found at 0x7f5440000000 (size = 0x800000000)
  312. EAL: Ask a virtual area of 0x1000 bytes
  313. EAL: Virtual area found at 0x7f64c125f000 (size = 0x1000)
  314. EAL: Memseg list allocated: 0x100000kB at socket 0
  315. EAL: Ask a virtual area of 0x800000000 bytes
  316. EAL: Virtual area found at 0x7f4c00000000 (size = 0x800000000)
  317. EAL: Ask a virtual area of 0x1000 bytes
  318. EAL: Virtual area found at 0x7f64c125e000 (size = 0x1000)
  319. EAL: Memseg list allocated: 0x100000kB at socket 0
  320. EAL: Ask a virtual area of 0x800000000 bytes
  321. EAL: Virtual area found at 0x7f43c0000000 (size = 0x800000000)
  322. EAL: Ask a virtual area of 0x1000 bytes
  323. EAL: Virtual area found at 0x7f64c1227000 (size = 0x1000)
  324. EAL: Memseg list allocated: 0x100000kB at socket 1
  325. EAL: Ask a virtual area of 0x800000000 bytes
  326. EAL: Virtual area found at 0x7f3b80000000 (size = 0x800000000)
  327. EAL: Ask a virtual area of 0x1000 bytes
  328. EAL: Virtual area found at 0x7f64c1226000 (size = 0x1000)
  329. EAL: Memseg list allocated: 0x100000kB at socket 1
  330. EAL: Ask a virtual area of 0x800000000 bytes
  331. EAL: Virtual area found at 0x7f3340000000 (size = 0x800000000)
  332. EAL: Ask a virtual area of 0x1000 bytes
  333. EAL: Virtual area found at 0x7f64c1225000 (size = 0x1000)
  334. EAL: Memseg list allocated: 0x100000kB at socket 1
  335. EAL: Ask a virtual area of 0x800000000 bytes
  336. EAL: Virtual area found at 0x7f2b00000000 (size = 0x800000000)
  337. EAL: Ask a virtual area of 0x1000 bytes
  338. EAL: Virtual area found at 0x7f64c1224000 (size = 0x1000)
  339. EAL: Memseg list allocated: 0x100000kB at socket 1
  340. EAL: Ask a virtual area of 0x800000000 bytes
  341. EAL: Virtual area found at 0x7f22c0000000 (size = 0x800000000)
  342. EAL: Ask a virtual area of 0x1000 bytes
  343. EAL: Virtual area found at 0x7f64c1223000 (size = 0x1000)
  344. EAL: Memseg list allocated: 0x100000kB at socket 2
  345. EAL: Ask a virtual area of 0x800000000 bytes
  346. EAL: Virtual area found at 0x7f1a80000000 (size = 0x800000000)
  347. EAL: Ask a virtual area of 0x1000 bytes
  348. EAL: Virtual area found at 0x7f64c1222000 (size = 0x1000)
  349. EAL: Memseg list allocated: 0x100000kB at socket 2
  350. EAL: Ask a virtual area of 0x800000000 bytes
  351. EAL: Virtual area found at 0x7f1240000000 (size = 0x800000000)
  352. EAL: Ask a virtual area of 0x1000 bytes
  353. EAL: Virtual area found at 0x7f64c1221000 (size = 0x1000)
  354. EAL: Memseg list allocated: 0x100000kB at socket 2
  355. EAL: Ask a virtual area of 0x800000000 bytes
  356. EAL: Virtual area found at 0x7f0a00000000 (size = 0x800000000)
  357. EAL: Ask a virtual area of 0x1000 bytes
  358. EAL: Virtual area found at 0x7f64c1220000 (size = 0x1000)
  359. EAL: Memseg list allocated: 0x100000kB at socket 2
  360. EAL: Ask a virtual area of 0x800000000 bytes
  361. EAL: Virtual area found at 0x7f01c0000000 (size = 0x800000000)
  362. EAL: Ask a virtual area of 0x1000 bytes
  363. EAL: Virtual area found at 0x7f64c121f000 (size = 0x1000)
  364. EAL: Memseg list allocated: 0x100000kB at socket 3
  365. EAL: Ask a virtual area of 0x800000000 bytes
  366. EAL: Virtual area found at 0x7ef980000000 (size = 0x800000000)
  367. EAL: Ask a virtual area of 0x1000 bytes
  368. EAL: Virtual area found at 0x7f64c121e000 (size = 0x1000)
  369. EAL: Memseg list allocated: 0x100000kB at socket 3
  370. EAL: Ask a virtual area of 0x800000000 bytes
  371. EAL: Virtual area found at 0x7ef140000000 (size = 0x800000000)
  372. EAL: Ask a virtual area of 0x1000 bytes
  373. EAL: Virtual area found at 0x7f64c121d000 (size = 0x1000)
  374. EAL: Memseg list allocated: 0x100000kB at socket 3
  375. EAL: Ask a virtual area of 0x800000000 bytes
  376. EAL: Virtual area found at 0x7ee900000000 (size = 0x800000000)
  377. EAL: Ask a virtual area of 0x1000 bytes
  378. EAL: Virtual area found at 0x7f64c121c000 (size = 0x1000)
  379. EAL: Memseg list allocated: 0x100000kB at socket 3
  380. EAL: Ask a virtual area of 0x800000000 bytes
  381. EAL: Virtual area found at 0x7ee0c0000000 (size = 0x800000000)
  382. EAL: Allocating 2 pages of size 1024M on socket 0
  383. EAL: Trying to obtain current memory policy.
  384. EAL: Setting policy MPOL_PREFERRED for socket 0
  385. EAL: Restoring previous memory policy: 0
  386. EAL: Added 2048M to heap on socket 0
  387. EAL: TSC frequency is ~2295687 KHz
  388. EAL: Master lcore 2 is ready (tid=c1257c00;cpuset=[2])
  389. EAL: lcore 4 is ready (tid=bdc69700;cpuset=[4])
  390. EAL: lcore 3 is ready (tid=be46a700;cpuset=[3])
  391. EAL: PCI device 0000:04:00.0 on NUMA socket 0
  392. EAL:   probe driver: 15b3:1015 net_mlx5
  393. EAL: Mem event callback 'MLX5_MEM_EVENT_CB:(nil)' registered
  394. EAL: PCI device 0000:04:00.1 on NUMA socket 0
  395. EAL:   probe driver: 15b3:1015 net_mlx5
  396. EAL: Module /sys/module/vfio not found! error 2 (No such file or directory)
  397. Interactive-mode selected
  398. Set mac packet forwarding mode
  399. testpmd: create a new mbuf pool <mbuf_pool_socket_0>: n=180224, size=2176, socket=0
  400. testpmd: preferred mempool ops selected: ring_mp_mc
  401. testpmd: create a new mbuf pool <mbuf_pool_socket_1>: n=180224, size=2176, socket=1
  402. testpmd: preferred mempool ops selected: ring_mp_mc
  403. EAL: Trying to obtain current memory policy.
  404. EAL: Setting policy MPOL_PREFERRED for socket 1
  405. EAL: Restoring previous memory policy: 0
  406. EAL: Calling mem event callback 'MLX5_MEM_EVENT_CB:(nil)'
  407. EAL: request: mp_malloc_sync
  408. EAL: Heap on socket 1 was expanded by 1024MB
  409. testpmd: create a new mbuf pool <mbuf_pool_socket_2>: n=180224, size=2176, socket=2
  410. testpmd: preferred mempool ops selected: ring_mp_mc
  411. EAL: Trying to obtain current memory policy.
  412. EAL: Setting policy MPOL_PREFERRED for socket 2
  413. EAL: Restoring previous memory policy: 0
  414. EAL: Calling mem event callback 'MLX5_MEM_EVENT_CB:(nil)'
  415. EAL: request: mp_malloc_sync
  416. EAL: Heap on socket 2 was expanded by 1024MB
  417. testpmd: create a new mbuf pool <mbuf_pool_socket_3>: n=180224, size=2176, socket=3
  418. testpmd: preferred mempool ops selected: ring_mp_mc
  419. EAL: Trying to obtain current memory policy.
  420. EAL: Setting policy MPOL_PREFERRED for socket 3
  421. EAL: Restoring previous memory policy: 0
  422. EAL: Calling mem event callback 'MLX5_MEM_EVENT_CB:(nil)'
  423. EAL: request: mp_malloc_sync
  424. EAL: Heap on socket 3 was expanded by 1024MB
  425. testpmd: create a new mbuf pool <mbuf_pool_socket_4>: n=180224, size=2176, socket=4
  426. testpmd: preferred mempool ops selected: ring_mp_mc
  427. EAL: Error - exiting with code: 1
  428.   Cause: Creation of mbuf pool for socket 4 failed: Cannot allocate memory
Add Comment
Please, Sign In to add comment