Re: [PATCH net-next v3 2/3] selftests/bpf: add vsock to vmtest.sh

From: Stefano Garzarella
Date: Thu Mar 02 2023 - 04:55:29 EST


On Tue, Feb 28, 2023 at 07:04:35PM +0000, Bobby Eshleman wrote:
Add vsock loopback to the test kernel.

This allows sockmap for vsock to be tested.

Signed-off-by: Bobby Eshleman <bobby.eshleman@xxxxxxxxxxxxx>
---
tools/testing/selftests/bpf/config.aarch64 | 2 ++
tools/testing/selftests/bpf/config.s390x | 3 +++
tools/testing/selftests/bpf/config.x86_64 | 3 +++
3 files changed, 8 insertions(+)

I already acked this in the v2, please bring them between versions if there are no changes.

Acked-by: Stefano Garzarella <sgarzare@xxxxxxxxxx>