Home
last modified time | relevance | path

Searched refs:zerocopy (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/net/packetdrill/
A Dtcp_zerocopy_maxfrags.pkt5 // 1) fit in a single packet without zerocopy
6 // 2) spill over into a second packet with zerocopy,
16 // Each pinned zerocopy page is fully accounted to skb->truesize.
42 // send a zerocopy iov of 18 elements:
73 // send a zerocopy iov of 64 elements:
A Dtcp_zerocopy_fastopen-client.pkt2 // Fastopen client zerocopy test:
9 // zerocopy notification counter is not incremented. Verify this too.
22 // Read from error queue: no zerocopy notification
43 // Read from error queue: now has first zerocopy notification
A Dtcp_zerocopy_fastopen-server.pkt2 // Fastopen server zerocopy test:
29 // Read from error queue: now has first zerocopy notification
A Dtcp_zerocopy_small.pkt2 // small packet zerocopy test:
4 // verify that SO_EE_CODE_ZEROCOPY_COPIED is set on zerocopy
A Dtcp_zerocopy_closed.pkt4 // verify that a send in state TCP_CLOSE correctly aborts the zerocopy
5 // operation, specifically it does not increment the zerocopy counter.
A Dtcp_zerocopy_client.pkt2 // Minimal client-side zerocopy test
A Dtcp_zerocopy_batch.pkt2 // batch zerocopy test:
A Dtcp_zerocopy_basic.pkt2 // basic zerocopy test:
A Dtcp_zerocopy_epoll_edge.pkt2 // epoll zerocopy test:
A Dtcp_zerocopy_epoll_exclusive.pkt2 // epoll zerocopy test:
A Dtcp_zerocopy_epoll_oneshot.pkt2 // epoll zerocopy test:
/tools/testing/vsock/
A Dvsock_perf.c37 static bool zerocopy; variable
273 if (zerocopy) in run_sender()
287 if (zerocopy) { in run_sender()
320 zerocopy ? MSG_ZEROCOPY : 0); in run_sender()
328 if (zerocopy) { in run_sender()
359 if (zerocopy) in run_sender()
486 zerocopy = true; in main()
/tools/testing/selftests/arm64/fp/
A Dkernel-test.c32 static int zerocopy[2]; variable
182 ret = pipe(zerocopy); in create_socket()
211 ret = vmsplice(zerocopy[1], &iov, 1, SPLICE_F_GIFT); in compute_digest()
219 ret = splice(zerocopy[0], NULL, sock, NULL, wrote, 0); in compute_digest()
/tools/testing/selftests/net/
A Dmsg_zerocopy.c402 int ret, zerocopy; in do_recv_completion() local
447 zerocopy = !(serr->ee_code & SO_EE_CODE_ZEROCOPY_COPIED); in do_recv_completion()
449 cfg_expect_zerocopy != zerocopy) { in do_recv_completion()
451 zerocopy, cfg_expect_zerocopy); in do_recv_completion()
454 cfg_expect_zerocopy = zerocopy; in do_recv_completion()

Completed in 15 milliseconds