diff options
| author | Eric Dumazet <edumazet@google.com> | 2026-05-12 04:20:19 +0000 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-05-13 17:55:14 -0700 |
| commit | d0273dbe8be1640e597552f81faf1d6c9997d3e3 (patch) | |
| tree | 521722261d75133148b55031b837bbad7f2ee356 /scripts/git.orderFile | |
| parent | 3803065cd6b0630d4161d86aa04e2d1db0f3a0b5 (diff) | |
ipvlan: use netif_receive_skb() in ipvlan_process_multicast()
ipvlan_process_multicast() runs from process context, there is no
risk of stack overflow if we call netif_receive_skb() instead
of netif_rx().
This avoids some overhead adding/removing skbs to/from a per-cpu
backlog and raising/processing NET_RX softirqs.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20260512042019.3300975-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
