Files
linux/drivers
Heiner Kallweit 2f53e9d7bc r8169: improve rtl_rx
There's no need to check min(budget, NUM_RX_DESC). At first budget
(NAPI_POLL_WEIGHT = 64) is less then NUM_RX_DESC (256).
And more important: Even in case of budget > NUM_RX_DESC we could
safely continue processing descriptors as long as they are owned by
the CPU. In addition replace rx_left with a normal counter variable,
this allows to simplify the code. Last but not least there's no need
any longer to pass the budget as an u32.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-12-05 16:29:21 -08:00
..
2020-11-12 13:59:04 -07:00
2020-11-11 09:53:09 +01:00
2020-09-28 12:17:36 +02:00
2020-12-05 16:29:21 -08:00
2020-09-25 06:12:15 +02:00
2020-10-27 19:23:04 +01:00