Re: [PATCH] eal/linux: lower log level on allocation attempt failure

2024-07-09 Thread David Marchand
On Wed, Jun 26, 2024 at 5:00 PM Stephen Hemminger wrote: > > On Wed, 26 Jun 2024 16:51:42 +0200 > David Marchand wrote: > > > On a ARM system with only 2MB hugepages configured, EAL emits an error > > log with allocations larger than 512MB. > > > > Example with testpmd: > > $ dpdk-testpmd --in-me

Re: [PATCH] eal/linux: lower log level on allocation attempt failure

2024-06-26 Thread Stephen Hemminger
On Wed, 26 Jun 2024 16:51:42 +0200 David Marchand wrote: > On a ARM system with only 2MB hugepages configured, EAL emits an error > log with allocations larger than 512MB. > > Example with testpmd: > $ dpdk-testpmd --in-memory --no-pci --log-level=*:debug -- -i > ... > EAL: In-memory mode enable

[PATCH] eal/linux: lower log level on allocation attempt failure

2024-06-26 Thread David Marchand
On a ARM system with only 2MB hugepages configured, EAL emits an error log with allocations larger than 512MB. Example with testpmd: $ dpdk-testpmd --in-memory --no-pci --log-level=*:debug -- -i ... EAL: In-memory mode enabled, hugepages of size 33554432 bytes will be allocated anonymously