commit | 0314db69d7564859890ff75e3f71cb4079b29869 | [log] [tgz] |
---|---|---|
author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | Sat Jun 20 22:16:10 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 21 19:18:07 2009 -0700 |
tree | 840453a6e316a740ddd4430996865ff7449a08b3 | |
parent | 7237b400554c9bb5ba0091b5e39f4620f3dd5637 [diff] |
mlx4_en: Remove redundant refill code on RX Our RX rings are always full, there is no need to check whether we need to fill them or not. If we fail to allocate a new socket buffer, the incoming packet is dropped an the ring remains full. Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>