commit | 6703a605b5ab33502d7a327de880188013d7c377 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Sep 07 18:10:34 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 07 18:10:34 2019 +0200 |
tree | 055d750a7e240746bcbbc475736228674b3c0d07 | |
parent | fcd8c627090a303c3f014b044f4c57e5b11b5311 [diff] | |
parent | e681cc603a79b5907a7388e1d4587779b0fe8ff2 [diff] |
Merge branch 'net-tls-small-TX-offload-optimizations' Jakub Kicinski says: ==================== net/tls: small TX offload optimizations This set brings small TLS TX device optimizations. The biggest gain comes from fixing a misuse of non temporal copy instructions. On a synthetic workload modelled after customer's RFC application I see 3-5% percent gain. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>