On Tue, Feb 02, 2021 at 08:16:17PM -0800, Cong Wang wrote: > From: Cong Wang <cong.wang@xxxxxxxxxxxxx> > > Currently sockmap only fully supports TCP, UDP is partially supported > as it is only allowed to add into sockmap. This patch extends sockmap > with: 1) full UDP support; 2) full AF_UNIX dgram support; 3) cross > protocol support. Our goal is to allow socket splice between AF_UNIX > dgram and UDP. Please expand on the use case. The 'splice between af_unix and udp' doesn't tell me much. The selftest doesn't help to understand the scope either.