Re: [PATCH bpf-next v2 0/3] AF_XDP: add socket monitoring support

2019-01-24 Thread Daniel Borkmann
On 01/24/2019 07:59 PM, bjorn.to...@gmail.com wrote: > From: Björn Töpel > > This series adds an AF_XDP sock_diag interface for querying sockets > from user-space. Tools like iproute2 ss(8) can use this interface to > list open AF_XDP sockets. > > The diagnostic provides information about the Rx

[PATCH bpf-next v2 0/3] AF_XDP: add socket monitoring support

2019-01-24 Thread bjorn . topel
From: Björn Töpel This series adds an AF_XDP sock_diag interface for querying sockets from user-space. Tools like iproute2 ss(8) can use this interface to list open AF_XDP sockets. The diagnostic provides information about the Rx/Tx/fill/completetion rings, umem, memory usage and such. For a com