diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2020-12-06 01:00:07 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-12-05 16:29:21 -0800 |
commit | 2f53e9d7bc517cc296eefb7f7d3e2697428ab408 (patch) | |
tree | 8ccf8fe66fa29f666d08194a4ecd841ae06e6db3 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 00649542f1ba1cc60759eb56f4675bf72ef3d999 (diff) |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions