commit | 7ccd451912dd6407957676ae584248bdadc97b38 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <[email protected]> | Fri Sep 06 22:29:57 2019 -0700 |
committer | David S. Miller <[email protected]> | Sat Sep 07 18:10:34 2019 +0200 |
tree | 3b3177b1e454a1409960f5b8a1c8eb1121f203c0 | |
parent | fcd8c627090a303c3f014b044f4c57e5b11b5311 [diff] |
net/tls: unref frags in order It's generally more cache friendly to walk arrays in order, especially those which are likely not in cache. Signed-off-by: Jakub Kicinski <[email protected]> Reviewed-by: Dirk van der Merwe <[email protected]> Signed-off-by: David S. Miller <[email protected]>