| 8347 | }; |
| 8348 | |
| 8349 | static void |
| 8350 | dump_struct_sizes(void) |
| 8351 | { |
| 8352 | #define DUMP_SIZE(t) printf("sizeof(" #t ") = %u\n", (unsigned)sizeof(t)); |
| 8353 | DUMP_SIZE(struct rte_mbuf); |
| 8354 | DUMP_SIZE(struct rte_mempool); |
| 8355 | DUMP_SIZE(struct rte_ring); |
| 8356 | #undef DUMP_SIZE |
| 8357 | } |
| 8358 | |
| 8359 | |
| 8360 | /* Dump the socket memory statistics on console */ |