From: Bert Kenward
Date: Wed, 25 Jan 2017 13:48:17 +
> From: Tomáš Pilař
>
> PIO buffer allocation can fail for two valid reasons:
> - we've run out of them (results in -ENOSPC)
> - the NIC configuration doesn't support them (results in -EPERM)
> Since both these failures are expected net
From: Tomáš Pilař
PIO buffer allocation can fail for two valid reasons:
- we've run out of them (results in -ENOSPC)
- the NIC configuration doesn't support them (results in -EPERM)
Since both these failures are expected netif_err is excessive.
Signed-off-by: Bert Kenward
---
drivers/net/eth