It means that the ethernet driver's Rx interrupt handler was not
able to allocate a new receive buffer - there wasn't enough memory
available.
The `kswapd' kernel thread is supposed to make memory available
for interrupt context but in this case it is obviously not keeping
up.
The driver recovers from the failed allocation, so things are OK.
-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/