Re: [PATCH net-next v7 4/4] test/vsock: vsock_perf utility

2023-01-12 Thread Paolo Abeni
On Tue, 2023-01-10 at 10:18 +, Arseniy Krasnov wrote: > This adds utility to check vsock rx/tx performance. > > Usage as sender: > ./vsock_perf --sender --port --bytes > Usage as receiver: > ./vsock_perf --port --rcvlowat > > Signed-off-by: Arseniy Krasnov > --- > tools/testing/vsock/M

Re: [PATCH net-next v7 4/4] test/vsock: vsock_perf utility

2023-01-11 Thread Stefano Garzarella
On Tue, Jan 10, 2023 at 10:18:32AM +, Arseniy Krasnov wrote: This adds utility to check vsock rx/tx performance. Usage as sender: ./vsock_perf --sender --port --bytes Usage as receiver: ./vsock_perf --port --rcvlowat Signed-off-by: Arseniy Krasnov --- tools/testing/vsock/Makefile