search for: sockmap_listen

Displaying 2 results from an estimated 2 matches for "sockmap_listen".

2023 Apr 01
1
[PATCH net-next v4 0/3] Add support for sockmap to vsock.
...in writing bpf/selftests, but not thoroughly tested otherwise. > > This series requires the skb patch. Appears reasonable to me although I didn't review internals of all the af_vsock stuff. I see it got merged great. One nit, I have a series coming shortly to pull the tests out of the sockmap_listen and into a sockmap_vsock because I don't think they belong in _listen but that is just a refactor.
2023 Mar 10
0
[PATCH net-next v3 0/3] vsock: add support for sockmap
...++++ > net/vmw_vsock/vsock_loopback.c | 2 + > tools/testing/selftests/bpf/config.aarch64 | 2 + > tools/testing/selftests/bpf/config.s390x | 3 + > tools/testing/selftests/bpf/config.x86_64 | 3 + > .../selftests/bpf/prog_tests/sockmap_listen.c | 163 +++++++++++++++++++ > 13 files changed, 443 insertions(+), 6 deletions(-) > --- > base-commit: d83115ce337a632f996e44c9f9e18cadfcf5a094 > change-id: 20230118-support-vsock-sockmap-connectible-2e1297d2111a > > Best regards, > -- > Bobby Eshleman <bobby.eshle...