https://bugs.dpdk.org/show_bug.cgi?id=574
Bug ID: 574 Summary: get_num_hugepages_on_node() doesn't mention which node doesn't have free hugepages Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: enhancement Priority: Normal Component: core Assignee: dev@dpdk.org Reporter: michallinuxst...@gmail.com Target Milestone: --- In case free_hugepages under nodeN reads 0 the following LOG is being generated: > EAL: No free hugepages reported in hugepages-2048kB However, this doesn't say exactly under which node there's no free hugepages. It would be nice if the above log included the socket|node id. Something along the lines of: > `EAL: No free hugepages reported in hugepages-2048kB (Node0)` or similar. :) -- You are receiving this mail because: You are the assignee for the bug.