Re: [PATCH net-next] sfc: reduce severity of PIO buffer alloc failures

2017-01-25 Thread David Miller
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

[PATCH net-next] sfc: reduce severity of PIO buffer alloc failures

2017-01-25 Thread Bert Kenward
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