]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: add (struct uncached_list)->quarantine list
authorEric Dumazet <edumazet@google.com>
Thu, 10 Feb 2022 21:42:31 +0000 (13:42 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Feb 2022 11:44:27 +0000 (11:44 +0000)
commitd454643bb3997c7f346a25a41befadcabdd7852f
tree5c85b956925de91067e6cef0af62465f4aa26443
parent6fb74526acb5e35962395fb6e37e7334bb6fe679
ipv4: add (struct uncached_list)->quarantine list

This is an optimization to keep the per-cpu lists as short as possible:

Whenever rt_flush_dev() changes one rtable dst.dev
matching the disappearing device, it can can transfer the object
to a quarantine list, waiting for a final rt_del_uncached_list().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c