diff options
author | Shailend Chand <shailend@google.com> | 2022-10-29 09:53:22 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-11-02 11:52:51 +0000 |
commit | 82fd151d38d9fda714c5bb2e9e79ecd6bdc72da6 (patch) | |
tree | 2182458d2230c574ea1896c6931190e0fcd84818 /certs | |
parent | d08b0f8f46e45a274fc8c9a5bc92cb9da70d9887 (diff) |
gve: Reduce alloc and copy costs in the GQ rx path
Previously, even if just one of the many fragments of a 9k packet
required a copy, we'd copy the whole packet into a freshly-allocated
9k-sized linear SKB, and this led to performance issues.
By having a pool of pages to copy into, each fragment can be
independently handled, leading to a reduced incidence of
allocation and copy.
Signed-off-by: Shailend Chand <shailend@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions