Merge branch 'net-sched-use-the-backlog-for-nested-mirred-ingress'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 24 Jan 2023 09:30:56 +0000 (10:30 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 24 Jan 2023 09:30:56 +0000 (10:30 +0100)
commitd961bee454f2bfbd0a330c27217b4b19705417dc
tree18f1cb00edf54a2a8684e41be562bacf46839209
parent5cf6c22b5b7b75caa804c6454932f2f48f7ddb1c
parentca22da2fbd693b54dc8e3b7b54ccc9f7e9ba3640
Merge branch 'net-sched-use-the-backlog-for-nested-mirred-ingress'

Davide Caratti says:

====================
net/sched: use the backlog for nested mirred ingress

TC mirred has a protection against excessive stack growth, but that
protection doesn't really guarantee the absence of recursion, nor
it guards against loops. Patch 1/2 rewords "recursion" to "nesting" to
make this more clear.
We can leverage on this existing mechanism to prevent TCP / SCTP from doing
soft lock-up in some specific scenarios that uses mirred egress->ingress:
patch 2 changes mirred so that the networking backlog is used for nested
mirred ingress actions.
====================

Link: https://lore.kernel.org/r/cover.1674233458.git.dcaratti@redhat.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>