Skip to content
Commit 829b7bdd authored by Pavel Begunkov's avatar Pavel Begunkov Committed by Jakub Kicinski
Browse files

tcp: optimise skb_zerocopy_iter_stream()



It's expensive to make a copy of 40B struct iov_iter to the point it
was taking 0.2-0.5% of all cycles in my tests. iov_iter_revert() should
be fine as it's a simple case without nested reverts/truncates.

Signed-off-by: default avatarPavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/a7e1690c00c5dfe700c30eb9a8a81ec59f6545dd.1650884401.git.asml.silence@gmail.com
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 0b9f1b26
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment