aboutsummaryrefslogtreecommitdiff
path: root/net/unix/unix_bpf.c
diff options
context:
space:
mode:
authorShailend Chand <[email protected]>2022-10-29 09:53:22 -0700
committerDavid S. Miller <[email protected]>2022-11-02 11:52:51 +0000
commit82fd151d38d9fda714c5bb2e9e79ecd6bdc72da6 (patch)
tree2182458d2230c574ea1896c6931190e0fcd84818 /net/unix/unix_bpf.c
parentd08b0f8f46e45a274fc8c9a5bc92cb9da70d9887 (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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions