route: Only delete dynamic routes on the current CPU if they are losing
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 10 Jul 2013 04:45:36 +0000 (12:45 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 10 Jul 2013 04:47:26 +0000 (12:47 +0800)
commit71d6746b2856f6a2b0f604323693d6e03369024a
treeaae94a328bd35aa6dd7963c926d3fbd34f8e5572
parent1d9088d469f6bc810f5fa1e586e5f44dd56ba5a1
route: Only delete dynamic routes on the current CPU if they are losing

Going through all CPUs for losing dynamic routes is time consuming and
does not worth the trouble.
sys/netinet/in_pcb.c