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

From: John Fastabend
Date: Tue Jul 27 2021 - 12:44:52 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.

Overall looks good to me. Couple comments on 2/5 and we should get Cong's
fix in before merging this. Its nice this fell in without requiring larger
changes in ./net/core/*.c code.