]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'vsock-virtio-vhost-msg_zerocopy-preparations'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 21 Sep 2023 10:34:02 +0000 (12:34 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 21 Sep 2023 10:34:03 +0000 (12:34 +0200)
commit71b263e79370348349553ecdf46f4a69eb436dc7
tree51f6d95d49a03ac93ccb42c74f85ae50e78fe662
parentb3af9c0e89ca721dfed95401c88c8c6e8067b558
parent581512a6dc939ef122e49336626ae159f3b8a345
Merge branch 'vsock-virtio-vhost-msg_zerocopy-preparations'

Arseniy Krasnov says:

====================
vsock/virtio/vhost: MSG_ZEROCOPY preparations

this patchset is first of three parts of another big patchset for
MSG_ZEROCOPY flag support:
https://lore.kernel.org/netdev/20230701063947.3422088-1-AVKrasnov@sberdevices.ru/

During review of this series, Stefano Garzarella <sgarzare@redhat.com>
suggested to split it for three parts to simplify review and merging:

1) virtio and vhost updates (for fragged skbs) <--- this patchset
2) AF_VSOCK updates (allows to enable MSG_ZEROCOPY mode and read
   tx completions) and update for Documentation/.
3) Updates for tests and utils.

This series enables handling of fragged skbs in virtio and vhost parts.
Newly logic won't be triggered, because SO_ZEROCOPY options is still
impossible to enable at this moment (next bunch of patches from big
set above will enable it).
====================

Link: https://lore.kernel.org/r/20230916130918.4105122-1-avkrasnov@salutedevices.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>