diff options
author | Gerhard Engleder <gerhard@engleder-embedded.com> | 2022-11-30 20:37:08 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-12-02 10:47:49 +0000 |
commit | dbadae92728788d61e910506b0cb61986c7fdb4a (patch) | |
tree | 82649fb6be7d1322bb031aa081bf0b3cb6ff8c69 /net/mac80211/tx.c | |
parent | d3dfe8d6c04061a3eadfc299ba8009b38f4bc25b (diff) |
tsnep: Rework RX buffer allocation
Refill RX queue in batches of descriptors to improve performance. Refill
is allowed to fail as long as a minimum number of descriptors is active.
Thus, a limited number of failed RX buffer allocations is now allowed
for normal operation. Previously every failed allocation resulted in a
dropped frame.
If the minimum number of active descriptors is reached, then RX buffers
are still reused and frames are dropped. This ensures that the RX queue
never runs empty and always continues to operate.
Prework for future XDP support.
Signed-off-by: Gerhard Engleder <gerhard@engleder-embedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/tx.c')
0 files changed, 0 insertions, 0 deletions