RE: [PATCH bpf-next v6 0/5] sockmap: add sockmap support for unix stream socket

From: John Fastabend
Date: Tue Aug 10 2021 - 14:54:31 EST


Jiang Wang wrote:
> This patch series add support for unix stream type
> for sockmap. Sockmap already supports TCP, UDP,
> unix dgram types. The unix stream support is similar
> to unix dgram.
>
> Also add selftests for unix stream type in sockmap tests.
>
>
> Jiang Wang (5):
> af_unix: add read_sock for stream socket types
> af_unix: add unix_stream_proto for sockmap
> selftest/bpf: add tests for sockmap with unix stream type.
> selftest/bpf: change udp to inet in some function names
> selftest/bpf: add new tests in sockmap for unix stream to tcp.

For the series.

Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>