On Thu, Aug 04, 2016 at 04:09:11PM +0200, ggar...@abra.uab.cat wrote:
> From: Gerard Garcia
>
> Set up a rx timer to avoid packets being discarded when there is not
> available memory in the host.
>
> Signed-off-by: Gerard Garcia
>
> ---
> v4:
> * Fix style.
>
> v3:
> * Avoid race conditio
From: Gerard Garcia
Set up a rx timer to avoid packets being discarded when there is not
available memory in the host.
Signed-off-by: Gerard Garcia
---
v4:
* Fix style.
v3:
* Avoid race condition when freeing timer.
v2:
* Use of ERR_PTR/PTR_ERR/IS_ERR
* Timer cleaned on device release.
*