[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190907053000.23869-1-jakub.kicinski@netronome.com>
Date: Fri, 6 Sep 2019 22:29:56 -0700
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, oss-drivers@...ronome.com,
davejwatson@...com, borisp@...lanox.com, aviadye@...lanox.com,
john.fastabend@...il.com, daniel@...earbox.net,
Jakub Kicinski <jakub.kicinski@...ronome.com>
Subject: [PATCH net-next 0/4] net/tls: small TX offload optimizations
Hi!
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.
Jakub Kicinski (4):
net/tls: unref frags in order
net/tls: use RCU for the adder to the offload record list
net/tls: remove the record tail optimization
net/tls: align non temporal copy to cache lines
net/tls/tls_device.c | 121 ++++++++++++++++++++++++++++++-------------
1 file changed, 84 insertions(+), 37 deletions(-)
--
2.21.0
Powered by blists - more mailing lists