Cc: Andrew Morton <akpm@...>, Chris Snook <csnook@...>, Dave Jones <davej@...>, Nick Piggin <nickpiggin@...>, Linux Kernel <linux-kernel@...>, NetDev <netdev@...>, David Miller <davem@...>, Linus Torvalds <torvalds@...>
FYI e1000 and family already count various levels of alloc failures resulting from
this:
alloc_rx_buff_failed - page alloc failure (might be harmless)
rx_no_buffer_count - no buffer available for HW to use (harmless, hw will retry)
rx_missed_errors - hw dropped a packet because of above failures
still I personally think the page alloc warnings are a good thing and we've had
several issues resolve quickly because of them.
shutting them up completely moves the focus to our driver which ends up being a
victim of suspicion, and we have to circle around hard to convince the user otherwise.
Auke
--