Re: [PATCH bpf-next v5 0/2] net: xdp: XSKMAP improvements

2019-08-17 Thread Daniel Borkmann
On 8/15/19 11:30 AM, Björn Töpel wrote: This series (v5 and counting) add two improvements for the XSKMAP, used by AF_XDP sockets. 1. Automatic cleanup when an AF_XDP socket goes out of scope/is released. Instead of require that the user manually clears the "released" state socket from t

[PATCH bpf-next v5 0/2] net: xdp: XSKMAP improvements

2019-08-15 Thread Björn Töpel
This series (v5 and counting) add two improvements for the XSKMAP, used by AF_XDP sockets. 1. Automatic cleanup when an AF_XDP socket goes out of scope/is released. Instead of require that the user manually clears the "released" state socket from the map, this is done automatically. Each