Commit 9722f83
vxlan: Avoid unnecessary updates to FDB 'used' time
Now that the VXLAN driver ages out FDB entries based on their 'updated'
time we can remove unnecessary updates of the 'used' time from the Rx
path and the control path, so that the 'used' time is only updated by
the Tx path.
Reviewed-by: Petr Machata <[email protected]>
Signed-off-by: Ido Schimmel <[email protected]>
Reviewed-by: Nikolay Aleksandrov <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>1 parent b4a1d98 commit 9722f83
1 file changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1049 | 1049 | | |
1050 | 1050 | | |
1051 | 1051 | | |
1052 | | - | |
1053 | | - | |
| 1052 | + | |
1054 | 1053 | | |
1055 | | - | |
1056 | 1054 | | |
1057 | 1055 | | |
1058 | 1056 | | |
| |||
1297 | 1295 | | |
1298 | 1296 | | |
1299 | 1297 | | |
1300 | | - | |
| 1298 | + | |
1301 | 1299 | | |
1302 | 1300 | | |
1303 | 1301 | | |
| |||
1464 | 1462 | | |
1465 | 1463 | | |
1466 | 1464 | | |
1467 | | - | |
| 1465 | + | |
1468 | 1466 | | |
1469 | 1467 | | |
1470 | 1468 | | |
| |||
4773 | 4771 | | |
4774 | 4772 | | |
4775 | 4773 | | |
4776 | | - | |
| 4774 | + | |
4777 | 4775 | | |
4778 | 4776 | | |
4779 | 4777 | | |
| |||
4829 | 4827 | | |
4830 | 4828 | | |
4831 | 4829 | | |
4832 | | - | |
| 4830 | + | |
4833 | 4831 | | |
4834 | 4832 | | |
4835 | 4833 | | |
| |||
0 commit comments