Blog

Tag: Network Clear
· Technical Articles

Linux Kernel Tuning: failed to alloc buffer for rx queue

If we put enough pressure over the ENA network driver, we’ll start seeing these “failed to alloc buffer for rx queue” messages on the ‘dmesg‘ output. This message will raise when the napi handler fails to refill new Rx descriptors, typically due to lack of memory. This situation might lead to performance decrease, given that … Read more “Linux Kernel Tuning: failed to alloc buffer for rx queue”

Read More →