commit | f016229e303c294afac721de4cd4427e634950ea | [log] [tgz] |
---|---|---|
author | Timo Teräs <timo.teras@iki.fi> | Mon May 27 20:46:32 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 03 00:07:43 2013 -0700 |
tree | 9289683f82bc09ccadba983778f39e842ddaa2f2 | |
parent | 387aa65a89434abe3128d36d1a6fc3842c94905d [diff] |
ipv4: rate limit updating of next hop exceptions with same pmtu The tunnel devices call update_pmtu for each packet sent, this causes contention on the fnhe_lock. Ignore the pmtu update if pmtu is not actually changed, and there is still plenty of time before the entry expires. Signed-off-by: Timo Teräs <timo.teras@iki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>