On Mon, Jul 12, 2021 at 10:03 AM John Fastabend <john.fastabend@xxxxxxxxx> wrote: > > Cong Wang wrote: > > From: Cong Wang <cong.wang@xxxxxxxxxxxxx> > > > > This is the last patchset of the original large patchset. In the > > previous patchset, a new BPF sockmap program BPF_SK_SKB_VERDICT > > was introduced and UDP began to support it too. In this patchset, > > we add BPF_SK_SKB_VERDICT support to Unix datagram socket, so that > > we can finally splice Unix datagram socket and UDP socket. Please > > check each patch description for more details. > > > > To see the big picture, the previous patchsets are available here: > > https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=1e0ab70778bd86a90de438cc5e1535c115a7c396 > > https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=89d69c5d0fbcabd8656459bc8b1a476d6f1efee4 > > > > and this patchset is available here: > > https://github.com/congwang/linux/tree/sockmap3 > > LGTM Thanks. One nit around kfree of packets but its not specific > to this series and I have a proposed fix coming shortly so no > reason to hold this up. > > Acked-by: John Fastabend <john.fastabend@xxxxxxxxx> Applied. Thanks