summaryrefslogtreecommitdiff
path: root/lib/percpu_test.c
diff options
context:
space:
mode:
authorArseniy Krasnov <avkrasnov@salutedevices.com>2023-10-10 22:15:20 +0300
committerDavid S. Miller <davem@davemloft.net>2023-10-15 13:19:42 +0100
commite0718bd82e27d85086ada18e7f04847ee84b710a (patch)
tree5462edbaf0a6e52199bfe069302649e6620086d7 /lib/percpu_test.c
parentcfdca3904687d851436076080779c271bc31eb20 (diff)
vsock: enable setting SO_ZEROCOPY
For AF_VSOCK, zerocopy tx mode depends on transport, so this option must be set in AF_VSOCK implementation where transport is accessible (if transport is not set during setting SO_ZEROCOPY: for example socket is not connected, then SO_ZEROCOPY will be enabled, but once transport will be assigned, support of this type of transmission will be checked). To handle SO_ZEROCOPY, AF_VSOCK implementation uses SOCK_CUSTOM_SOCKOPT bit, thus handling SOL_SOCKET option operations, but all of them except SO_ZEROCOPY will be forwarded to the generic handler by calling 'sock_setsockopt()'. Signed-off-by: Arseniy Krasnov <avkrasnov@salutedevices.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/percpu_test.c')
0 files changed, 0 insertions, 0 deletions