https://github.com/torvalds/linux
Revision 25209a3209ecc44f93300b7ee5287f451be1d6ff authored by Arseniy Krasnov on 28 March 2023, 11:33:07 UTC, committed by Paolo Abeni on 30 March 2023, 08:47:48 UTC
This adds test which checks case when data of newly received skbuff is
appended to the last skbuff in the socket's queue. It looks like simple
test with 'send()' and 'recv()', but internally it triggers logic which
appends one received skbuff to another. Test checks that this feature
works correctly.

This test is actual only for virtio transport.

Signed-off-by: Arseniy Krasnov <AVKrasnov@sberdevices.ru>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent b8d2f61
Raw File
Tip revision: 25209a3209ecc44f93300b7ee5287f451be1d6ff authored by Arseniy Krasnov on 28 March 2023, 11:33:07 UTC
test/vsock: new skbuff appending test
Tip revision: 25209a3
.gitattributes
# SPDX-License-Identifier: GPL-2.0-only
*.[ch] diff=cpp
*.dts diff=dts
*.dts[io] diff=dts
back to top