Skip to content
Snippets Groups Projects
user avatar
David S. Miller authored
Only put user data purely to pages when doing TSO.

The extra page allocations cause two problems:

1) Add the overhead of the page allocations themselves.
2) Make us do small user copies when we get to the end
   of the TCP socket cache page.

It is still beneficial to purely use pages for TSO,
so we will do it for that case.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
b4e26f5e
History
Name Last commit Last update