linux_dsm_epyc7002/drivers/net/ipvlan
Konstantin Khlebnikov 6640e673c6 ipvlan: unhash addresses without synchronize_rcu
All structures used in traffic forwarding are rcu-protected:
ipvl_addr, ipvl_dev and ipvl_port. Thus we can unhash addresses
without synchronization. We'll anyway hash it back into the same
bucket: in worst case lockless lookup will scan hash once again.

Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-07-15 21:33:39 -07:00
..
ipvlan_core.c ipvlan: unhash addresses without synchronize_rcu 2015-07-15 21:33:39 -07:00
ipvlan_main.c ipvlan: unhash addresses without synchronize_rcu 2015-07-15 21:33:39 -07:00
ipvlan.h ipvlan: unhash addresses without synchronize_rcu 2015-07-15 21:33:39 -07:00
Makefile ipvlan: Initial check-in of the IPVLAN driver. 2014-11-24 15:29:18 -05:00