diff options
author | Paul Barker | 2024-04-16 13:02:51 +0100 |
---|---|---|
committer | Paolo Abeni | 2024-04-18 11:34:28 +0200 |
commit | def52db470df28d6f43cacbd21137f03b9502073 (patch) | |
tree | 40691fca2a9c96d1716b102794595efc73d15c68 /fs/mbcache.c | |
parent | 94667949ec3bbb2218c46ad0a0e7274c8832e494 (diff) |
net: ravb: Count packets instead of descriptors in R-Car RX path
The units of "work done" in the RX path should be packets instead of
descriptors.
Descriptors which are used by the hardware to record error conditions or
are empty in the case of a DMA mapping error should not count towards
our RX work budget.
Also make the limit variable unsigned as it can never be negative.
Fixes: c156633f1353 ("Renesas Ethernet AVB driver proper")
Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'fs/mbcache.c')
0 files changed, 0 insertions, 0 deletions