mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
The code injects a packet into netif_rx() repeatedly, which will add
it to its internal NAPI and schedule a softirq, and process it. It is
more efficient to queue multiple packets and process them all at the
local_bh_enable() time.
Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| ks8842.c | ||
| ks8851_common.c | ||
| ks8851_par.c | ||
| ks8851_spi.c | ||
| ks8851.h | ||
| ksz884x.c | ||
| Makefile | ||