Files
linux/net/core
Pavel Begunkov 829b7bdd70 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: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/a7e1690c00c5dfe700c30eb9a8a81ec59f6545dd.1650884401.git.asml.silence@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-05-02 14:36:24 -07:00
..
2022-04-30 12:58:44 +01:00
2022-04-30 12:58:44 +01:00
2021-12-16 07:18:35 -08:00
2022-01-22 08:33:37 +02:00
2022-05-02 15:14:20 +02:00
2021-11-16 19:07:54 -08:00
2020-06-18 20:46:23 -07:00