[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240621192541.2082657-1-avkrasnov@salutedevices.com>
Date: Fri, 21 Jun 2024 22:25:39 +0300
From: Arseniy Krasnov <avkrasnov@...utedevices.com>
To: Stefan Hajnoczi <stefanha@...hat.com>, Stefano Garzarella
<sgarzare@...hat.com>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni
<pabeni@...hat.com>, "Michael S. Tsirkin" <mst@...hat.com>, Jason Wang
<jasowang@...hat.com>, Bobby Eshleman <bobby.eshleman@...edance.com>
CC: <kvm@...r.kernel.org>, <virtualization@...ts.linux-foundation.org>,
<netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<kernel@...rdevices.ru>, <oxffffaa@...il.com>, <avkrasnov@...utedevices.com>
Subject: [RFC PATCH v1 0/2] virtio/vsock: some updates for deferred credit update
This patchset contains:
0001 - patch which reworks deferred credit update. Pls see commit message,
it contains full description of this problem.
0002 - test which uses vsockmon interface, and checks that deferred
credit update works as expected by parsing raw packets.
Arseniy Krasnov (2):
virtio/vsock: rework deferred credit update logic
vsock/test: add test for deferred credit update
include/linux/virtio_vsock.h | 1 +
net/vmw_vsock/virtio_transport_common.c | 8 +-
tools/testing/vsock/.gitignore | 1 +
tools/testing/vsock/Makefile | 2 +
tools/testing/vsock/virtio_vsock_test.c | 369 ++++++++++++++++++++++++
5 files changed, 376 insertions(+), 5 deletions(-)
create mode 100644 tools/testing/vsock/virtio_vsock_test.c
--
2.25.1
Powered by blists - more mailing lists