Re: [PATCH net-next v3 3/3] selftests/bpf: add a test case for vsock sockmap
From: Stefano Garzarella
Date: Thu Mar 02 2023 - 04:56:36 EST
On Tue, Feb 28, 2023 at 07:04:36PM +0000, Bobby Eshleman wrote:
Add a test case testing the redirection from connectible AF_VSOCK
sockets to connectible AF_UNIX sockets.
Signed-off-by: Bobby Eshleman <bobby.eshleman@xxxxxxxxxxxxx>
---
.../selftests/bpf/prog_tests/sockmap_listen.c | 163 +++++++++++++++++++++
1 file changed, 163 insertions(+)
Ditto.
For the vsock part:
Acked-by: Stefano Garzarella <sgarzare@xxxxxxxxxx>