Re: [Patch bpf-next 00/19] sock_map: add non-TCP and cross-protocol support

2021-02-03 Thread John Fastabend
Cong Wang wrote: > On Wed, Feb 3, 2021 at 9:48 AM Alexei Starovoitov > wrote: > > > > On Tue, Feb 02, 2021 at 08:16:17PM -0800, Cong Wang wrote: > > > From: Cong Wang > > > > > > Currently sockmap only fully supports TCP, UDP is partially supported > > > as it is only allowed to add into sockmap.

Re: [Patch bpf-next 00/19] sock_map: add non-TCP and cross-protocol support

2021-02-03 Thread Cong Wang
On Wed, Feb 3, 2021 at 9:48 AM Alexei Starovoitov wrote: > > On Tue, Feb 02, 2021 at 08:16:17PM -0800, Cong Wang wrote: > > From: Cong Wang > > > > Currently sockmap only fully supports TCP, UDP is partially supported > > as it is only allowed to add into sockmap. This patch extends sockmap > > w

Re: [Patch bpf-next 00/19] sock_map: add non-TCP and cross-protocol support

2021-02-03 Thread Alexei Starovoitov
On Tue, Feb 02, 2021 at 08:16:17PM -0800, Cong Wang wrote: > From: Cong Wang > > 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 > pro