commit | e36d4810f2e98110e2b0de11ffc60f71a0a26805 | [log] [tgz] |
---|---|---|
author | Roi Dayan <roid@mellanox.com> | Mon Nov 13 18:07:50 2017 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Mon May 14 15:10:21 2018 -0700 |
tree | a0b410751d5da215609ad7372ffa17ebe0b624cf | |
parent | b8c931ba3c739b49bd536d35851712d838857757 [diff] |
net/mlx5e: Skip redundant checks when providing NUD lastuse feedback It's redundant to continue the loop if we found one flow whose lastuse value being newer than the last one we reported, since this is enough for us to trigger a NUD update (neigh_event_send()). Signed-off-by: Roi Dayan <roid@mellanox.com> Reviewed-by: Paul Blakey <paulb@mellanox.com> Reviewed-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>